Resin Custom URL Rewriting
I added a new cookbook to create a custom URL rewrite rule.
wiki: Resin Application Server: Custom Rewrite Rules
Resin’s URL rewriting is similar to Apache’s mod_rewrite, using regexp matching and the CDI XML syntax for built-in rules like resin:Redirect, resin:MovedPermanently and resin:Dispatch. In addition to the build-in rules, you can create your own custom rules for more sophisticated
URL management. This wiki cookbook gives a quick example of one of those rules.
