On Thu, Jan 7, 2010 at 12:35 PM, Moandji Ezana <[email protected]> wrote:

> On Thu, Jan 7, 2010 at 1:57 AM, Dhanji R. Prasanna <[email protected]>wrote:
>
>> 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
>
>
> I guess that makes sense. I just got over-excited by the power of apply
> full regexes to URLs.
>
> My workaround actually made my URL nicer: I changed it from
> /servlet?key={value} to /servlet/{value}
>
>
Cool. See Sitebricks if you want support for both kinds and more
sophisticated URL matching:
http://code.google.com/p/google-sitebricks

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

Reply via email to