Re: UriBuilder.buildFromEncoded() spec interpretation

2009-01-28 Thread amichalec
I got confirmation of correct interpretation on jsr311 mailing list, see https://jsr311.dev.java.net/servlets/ReadMsg?list=usersmsgNo=924 BTW there was long discussion on why extra additional contextual encoding is required; see conclusions here:

Re: UriBuilder.buildFromEncoded() spec interpretation

2009-01-23 Thread Sergey Beryozkin
Hi Andy Thanks for sharing your thoughts...It all looks perfectly correct to me. You might also want to consider sending queries like this one to us...@jsr311.dev.java.net for some additional feedback/clarifications... Cheers, Sergey Hi, JAX-RS specification 1.0 for

UriBuilder.buildFromEncoded() spec interpretation

2009-01-22 Thread amichalec
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. My problem is that for UriBuilder.buildFromEncoded(Object... values) spec says All