On 10/06/2014 00:12, Jimmy Royer wrote:
> On Mon, Jun 9, 2014 at 9:38 AM, Konstantin Kolinko

<snip/>

>> I think it is OK to file an issue into Bugzilla.
>>
>> Best regards,
>> Konstantin Kolinko
> 
> Thanks for your insights Konstantin. My understanding here is that there is an
> ambiguous case if URLs should contain decoded spaces or not.
> 
> The URI (and inherently URL) specification forbids the direct usage of spaces
> (http://www.ietf.org/rfc/rfc3986.txt, Appendix A) as well as the URI Java 
> object
> (which trigger the problem I have) but the Java API for Servlet does
> not directly
> use any URI objects: all of them are either String or StringBuffer objects. It
> complicates the API I think as implementations might use strings internally
> to build the URIs but those are not enforced when communicating with other
> code.
> 
> I'll wait a bit for opening an issue as Mark Thomas said he'd dig a
> bit, but if you
> tell me to go ahead I'll do it!

Please go ahead.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to