-
Bug
-
Resolution: Done
-
Major
-
1.1.GA
-
None
-
None
The following line is expected to produce "http://localhost/test?a=c" but it fails with java.lang.IllegalArgumentException: You provided too many values:
System.out.println(UriBuilder.fromUri("http://localhost/test").queryParam("a", "
{b}").build("c"));