https://bz.apache.org/bugzilla/show_bug.cgi?id=61351
--- Comment #6 from Martin Nybo Andersen ---
Thanks Mark,
Both for the explanation and the quick fix.
My url-mappings work again from r1803226. :-)
Kind regards,
Martin
--
You are receiving this mail because:
You are the assignee for the bu
https://bz.apache.org/bugzilla/show_bug.cgi?id=61351
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=61351
--- Comment #4 from Mark Thomas ---
The requirement the URL patterns in web.xml must be decoded dates back to
Servlet 2.3 (see r285186).
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://bz.apache.org/bugzilla/show_bug.cgi?id=61351
--- Comment #3 from Martin Nybo Andersen ---
Hi Mark,
If the 'pattern is assumed to be in URL-decoded form', why decode it again?
Kind regards,
Martin
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://bz.apache.org/bugzilla/show_bug.cgi?id=61351
--- Comment #2 from Konstantin Kolinko ---
Interesting analysis.
A servlet-mapping can be created by a tool. E.g. JspC:
https://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/JspC.java?revision=1800816&view=markup#l1092
o.a.j.JspC
https://bz.apache.org/bugzilla/show_bug.cgi?id=61351
--- Comment #1 from Mark Thomas ---
The requirement the URL patterns in web.xml must be decoded dates back to
Servlet 2.3 (see r285186).
In more recent times this has been tweaked so the the charset used to do the
decoding is consistent with t