Related to this question: URL characters replacement in JSP with UrlRewrite
I want to have masked URLs in this JSP Java EE web project. For example if I had this:>
You could use a URLRewrite filter. It's like how mod_rewrite is for Apache's HTTP web server.
URLRewrite filter
http://tuckey.org/urlrewrite/
"Redirect one url
^/some/old/page\.html$ /very/new/page.html
Tiny/Freindly url
^/zebra$ /big/ugly/url/1,23,56,23132.html
"