jsr339-experts@jax-rs-spec.java.net

[jsr339-experts] Re: [jax-rs-spec users] Re: UriBuilder, forward slashes, path and segments

From: Marek Potociar <marek.potociar_at_oracle.com>
Date: Thu, 28 Jun 2012 17:30:12 +0200

That's not the current solution, but it might be another option, that I failed to see. Not sure if that's not going to break BW compatibility even further though, since the buildFromEncoded() spec explicitly states that % chars get encoded. It does not mention anything else...

Marek

On Jun 5, 2012, at 5:52 PM, Bill Burke wrote:

> build() and buildFromEncoded() need to have Javadoc reflecting the special treatment of '/'. build() needs to say it encodes '/', buildFromEncoded() needs to say it doesn't encode '/'.