Status: Accepted
Owner: limpbizkit
CC: dhanji
Labels: Extension-Servlet
New issue 376 by limpbizkit: Servlet regex path dispatching is inflexible
for getServletPath()
http://code.google.com/p/google-guice/issues/detail?id=376
We need to make it so that arbitrary matching groups can be supported. For
example, currently it's
awkward to match this set of paths:
/foo/baz/show
/foo/bar/show
/foo/quux/show
The fix is to change the matcher to use end(1) rather than start(1).
http://code.google.com/p/google-guice/source/diff?
spec=svn930&r=930&format=side&path=/trunk/servlet/src/com/google/inject/servlet/UriPattern
Type.java
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-guice-dev?hl=en
-~----------~----~----~----~------~----~------~--~---