I got confirmation of correct interpretation on jsr311 mailing list, see https://jsr311.dev.java.net/servlets/ReadMsg?list=users&msgNo=924 BTW there was long discussion on why extra additional "contextual encoding" is required; see conclusions here: https://jsr311.dev.java.net/servlets/ReadMsg?listName=users&msgNo=624 subset of these conclusions is applicable in context of buildFromEncoded().
cheers, andy. amichalec wrote: > > Hi, > JAX-RS specification 1.0 for "UriBuilder.build(Object... values)" says > that "All '%' characters in the stringified values will be encoded." This > note matches behavior or URLEncoder, since % must be encoded anyway. > ... > -- View this message in context: http://www.nabble.com/UriBuilder.buildFromEncoded%28%29-spec-interpretation-tp21612037p21703872.html Sent from the cxf-dev mailing list archive at Nabble.com.
