‘Aliasing’ for JBoss + Tomcat 5.5
We’ve upgraded our infrastructure, going from Tomcat 3.1 to Tomcat 5.5 on JBoss 4.02.
Since Tomcat 3.2, URIs have been case-sensitive on Windows, and we’re worried that our customers will have bookmarks to pages that will no longer work.
We can’t create pages in different cases so that all requests get through, and there is no .htaccess option either.
So I’ve implemented a Filter that takes requests for page names with different cases and forwards them to the page name with the correct casing. Not a difficult task by any means, but just one more way the transition to our new release will be seamless for our users.
Comments(0)