Yes, sorry. This is a deliberate feature. We do not match the query string to keep consistent with HTTP and the servlet model--just like the servlet path, *.html does not distinguish between: *.html?hi and *.html?there
Dhanji On Thu, Jan 7, 2010 at 10:53 AM, Moandji Ezana <[email protected]> wrote: > To answer my own question: FilterDefinition.doFilter() uses > HttpServletRequest.getServletPath() to check if the filter applies to > the request. The servlet path does not include the query string. > > Moandji > > -- > You received this message because you are subscribed to the Google Groups > "google-guice" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-guice%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-guice?hl=en. > > > >--
You received this message because you are subscribed to the Google Groups "google-guice" 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?hl=en.
