https://issues.apache.org/bugzilla/show_bug.cgi?id=56501
Mark Thomas changed:
What|Removed |Added
OS||All
--- Comment #1 from Mark Thomas
https://issues.apache.org/bugzilla/show_bug.cgi?id=56501
--- Comment #7 from Mark Thomas ---
This has been fixed in 8.0.x for 8.0.6 onwards.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubs
https://issues.apache.org/bugzilla/show_bug.cgi?id=56501
--- Comment #6 from Mark Thomas ---
(In reply to Kay from comment #5)
> i think there should be some kind on URL decode on tomcat side.
The problem is the exact opposite. Neither getRequestURI() not getContextPath()
should return decoded
https://issues.apache.org/bugzilla/show_bug.cgi?id=56501
--- Comment #2 from Kay ---
IndexFilter
my.package.index.IndexFilter
IndexFilter
/*
this is my mapping
--
You are receiving this mail because:
You are the assignee for the bug.
--
https://issues.apache.org/bugzilla/show_bug.cgi?id=56501
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=56501
--- Comment #8 from Konstantin Kolinko ---
For reference:
http://docs.oracle.com/javaee/7/api/javax/servlet/http/HttpServletRequest.html#getContextPath%28%29
[quote]The container does not decode this string.[/quote]
The same in JavaEE 6 a
https://issues.apache.org/bugzilla/show_bug.cgi?id=56501
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=56501
--- Comment #4 from Kay ---
What Browser did you use to test?
I tested with some and found that Chrome and IE (tested with 8, so 8+ should
work too i think) work, but on Firefox this issue occurs.
I'l try to build a little sample app for
https://issues.apache.org/bugzilla/show_bug.cgi?id=56501
Kay changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|WORKSFORME