You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2017/02/08 18:12:04 UTC

[Bug 59317] AsyncContextImpl breaks request URL containing spaces

https://bz.apache.org/bugzilla/show_bug.cgi?id=59317

--- Comment #6 from Nitin Kamate <nk...@gmail.com> ---
The change done for this issue caused regression in the webapp and We wan into
this of URL encoding. Few of the URLs that use : inside are getting encoded and
the server is unable to locate the resource anymore.

e.g. /data/parent:children/id is getting encoded as /data/parent%3Achildren/id.
Due to this the app does not locate the resources on v7.0.70 as it was doing
earlier. Is it possible to allow turning-off this URL-encoding to retain
previous behavior?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org