Status: Accepted
Owner: dhanji
Labels: Extension-Servlet Priority-Medium

New issue 367 by limpbizkit: Guice servlet doesn't map the default servlet  
/* properly
http://code.google.com/p/google-guice/issues/detail?id=367

When you have a default servlet installed
   <servlet-mapping>
     <servlet-name>someservlet</servlet-name>
     <url-pattern>/*</url-pattern>
   </servlet-mapping>
...then Guice-servlet doesn't work. It doesn't recognize that /* is  
special. It returns "" as the servlet
path.

We should probably special case the empty servlet path, and treat it as  
if '/' was returned instead.

http://java.sun.com/javaee/5/docs/api/javax/servlet/http/HttpServletRequest.html#getServletPath(
)

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

Reply via email to