https://issues.apache.org/bugzilla/show_bug.cgi?id=55220
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=55220
Deelo changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
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.
-
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=55220
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=55220
japgo...@gmail.com changed:
What|Removed |Added
CC||japgo...@gmail.com
--- Comment