Comment #4 on issue 442 by [email protected]: Guice servlet style uri mapping is not compatible with servlet API mappings on suffix wildcard patterns, like in /xxxx/*
http://code.google.com/p/google-guice/issues/detail?id=442

Isn't Guice violating servlet specification here?
See servlet spec 2.5 SRV.11.2.2 Example Mapping Set and tables SRV.11-1 and SRV.11-2. You can see that path pattern /baz/* is mapped to servlet2 and incoming path /baz is handle by servlet2.
Guice doesn't work that way.

--
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.

Reply via email to