I have a Spring 2.5 application that contains a Flash banner. I don\'t have the source for the Flash component but it has links hardcoded to certain pages that end in
I would use OCPsoft PrettyFaces or OCPsoft Rewrite for this:
With PrettyFaces:
create WEB-INF/pretty-config.xml
With Rewrite:
ConfigurationBuilder.begin() .addRule(Join.path("/offers.html").to("/offers.jsp"));
I hope this helps.
~Lincoln