RE: issues when using urlrewritefilter with struts2

2009-02-24 Thread Andy
would have to be able to generate URLs RESTfully as well as break apart requests using regex, IMO. Andy > Date: Tue, 24 Feb 2009 10:09:44 +0100 > Subject: Re: issues when using urlrewritefilter with struts2 > From: krom...@gmail.com > To: user@struts.apache.org > >

Re: issues when using urlrewritefilter with struts2

2009-02-24 Thread Wim De Smet
Last time I reply to myself, honest... On Tue, Feb 24, 2009 at 9:25 AM, Wim De Smet wrote: > I tried rewriting without including the query string, but for some > reason struts then doesn't pick up on the get parameters, so if you > try to include them in an s:url it doesn't work. I'll try some mo

Re: issues when using urlrewritefilter with struts2

2009-02-24 Thread Wim De Smet
Hi, On Thu, Feb 19, 2009 at 10:21 AM, Wim De Smet wrote: > Hi, > > On Wed, Feb 18, 2009 at 4:47 PM, Bill Stilwell > wrote: >> It took me a while to get the rewrite rule working. I can't remember >> if the problems were the same as yours, but the solution was to not >> put the query parameters i

Re: issues when using urlrewritefilter with struts2

2009-02-19 Thread Wim De Smet
Hi, On Wed, Feb 18, 2009 at 4:47 PM, Bill Stilwell wrote: > It took me a while to get the rewrite rule working. I can't remember > if the problems were the same as yours, but the solution was to not > put the query parameters in the but rather use type="parameter">. So if I understand correctl

Re: issues when using urlrewritefilter with struts2

2009-02-18 Thread Bill Stilwell
On Wed, Feb 18, 2009 at 1:22 AM, Wim De Smet wrote: > This only seems to happen when setting use-query-string=true in the > filter. Since our filters rely on being able to access the query > string it doesn't really work well when we don't include it, but at > least the parameters get set properly

Re: issues when using urlrewritefilter with struts2

2009-02-18 Thread Wim De Smet
Hi again, On Mon, Feb 16, 2009 at 10:12 AM, Wim De Smet wrote: > I hope this is the right venue for asking questions like this. If I'm > mistaken, feel free to redirect me. :-) > > I'm currently working on a project where we are trying to use tuckey's > urlrewritefilter[1] v3.2.0 to rewrite urls