--
You received this message because you are subscribed to the Google Groups "UrlRewrite" group.
To post to this group, send email to urlre...@googlegroups.com.
To unsubscribe from this group, send email to urlrewrite+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/urlrewrite?hl=en.
To unsubscribe from this group, send email to urlrewrite+unsubscribe@googlegroups.com.
On Thu, Mar 29, 2012 at 8:54 PM, Jagdish <jagd...@gmail.com> wrote:
> I really appreciate any help to spot what am i doing wrong .... i am
> really not sure why outbound rule is not working. my application is
> hosted on google app engine (gae/j) and i am using Tuckey
> urlRewriteFilter (ver 3.2.0).
>
> my outbound rule in urlrewrite.xml is -
>
> <outbound-rule>
> <from>^view.jsp\?id=([a-zA-Z]+)&title=([a-zA-Z]+)$</from>
> <to>view/$1/$2</to>
> </outbound-rule>
Can you try dropping the first anchor (^) in your from? Seems to me
that the URL will at least include a '/' in the beginning.
regards,
Wim