[Bug 55220] Tomcat adding trailing slash when directory exists

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

[Bug 55220] Tomcat adding trailing slash when directory exists

2014-05-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55220 --- Comment #6 from Deelo --- I have the same problem. I am using Tuckey rewriting engine to map my URLs: ^/?([a-z-/]+)$ /$1.xhtml So if a user looks at mysite.com/test it gets redirected internally to mysite.com/tes

[Bug 55220] Tomcat adding trailing slash when directory exists

2014-05-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55220 Deelo changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug 55220] Tomcat adding trailing slash when directory exists

2014-05-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55220 --- Comment #5 from Deelo --- I have the same problem. I am using Tuckey rewriting engine to map my URLs: ^/?([a-z-/]+)$ /$1.xhtml -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 55220] Tomcat adding trailing slash when directory exists

2013-07-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55220 --- Comment #4 from Mark Thomas --- (In reply to japgolly from comment #3) > My servlet is mapped to /* so shouldn't that pickup /foo? It depends what other mappings are present. The mapping rules are set out in section 12 of the Servlet 3

[Bug 55220] Tomcat adding trailing slash when directory exists

2013-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55220 --- Comment #3 from japgo...@gmail.com --- My servlet is mapped to /* so shouldn't that pickup /foo? When you say "the rules for welcome files will be applied" can you help me understand where/how that happens? Ideally I'd like a way to dis

[Bug 55220] Tomcat adding trailing slash when directory exists

2013-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55220 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55220] Tomcat adding trailing slash when directory exists

2013-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55220 japgo...@gmail.com changed: What|Removed |Added CC||japgo...@gmail.com --- Comment