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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
