I put my code in the wiki in case other people are interested:
http://wiki.apache.org/jakarta-tapestry/ShortcutUrls
It is all Java 5 code but the new enum and for can be easily adapted
to Java 1.4.

Henri.

On 5/27/05, Hensley, Richard <[EMAIL PROTECTED]> wrote:
> Henri, I would like to see that code. I have a problem where I'm migrating a
> very old mod_perl application that has a WIDE variety of url pattern's and
> parameters. There are a number that have been widely book marked and I need
> to preserve the book marks and direct them to the new application. I was
> considering urlrewrite, but like you I need something a little less regex
> complex and a little more tapestry aware.
> 
> -----Original Message-----
> From: Henri Dupre [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 26, 2005 6:31 AM
> To: Tapestry development
> Cc: Tapestry users
> Subject: Re: 3.0 URLs -> 3.0 FriendlyURLs url rewrite
> 
> I wrote my own servlet filter for this. I found that the regex were
> too complex and also I wanted to transform the parameters and use the
> DataSqueezer. I can share the code if you are interested.
> 
> On 5/25/05, Jamie Orchard-Hays <[EMAIL PROTECTED]> wrote:
> > I'm working on a servlet filter rewrite pattern to translate 3.0 URLs to
> > 3.0 Friendly URLs (using https://urlrewrite.dev.java.net/) and it
> > occured to me that someone might have already written the RegEx for this.
> >
> > If you have please share! I actually enjoy RegEx, but thought someone
> > might have solved this problem already.
> >
> > Jamie
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> 
> --
> Thanks,
> 
> Henri.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
Thanks,

Henri.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to