[Bug 56501] problems with urlencoding in webapp name

2014-05-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56501 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas

[Bug 56501] problems with urlencoding in webapp name

2014-05-14 Thread bugzilla
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

[Bug 56501] problems with urlencoding in webapp name

2014-05-13 Thread bugzilla
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

[Bug 56501] problems with urlencoding in webapp name

2014-05-12 Thread bugzilla
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. --

[Bug 56501] problems with urlencoding in webapp name

2014-05-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56501 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 56501] problems with urlencoding in webapp name

2014-05-11 Thread bugzilla
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

[Bug 56501] problems with urlencoding in webapp name

2014-05-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56501 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 56501] problems with urlencoding in webapp name

2014-05-10 Thread bugzilla
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

[Bug 56501] problems with urlencoding in webapp name

2014-05-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56501 Kay changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WORKSFORME