Arjen Poutsma opened SPR-17594 and commented
While using the ToStringVisitor, GET("/foo").and(contentType(MediaType.TEXT_PLAIN) results in the string "((GET && /foo)Content-Type: text/plain)" while it should be "((GET && /foo) && Content-Type: text/plain)". Note missing "&&"
Referenced from: commits 0586080