1. UrlRewriteFilter and other Filter coderanch.comI use urlrewrite to implement static page for jsp, and I define my own Filter to do other things but when I access my page by address like "http://127.0.0.1:8090/BBS/ForumServlet?method=forum&fid=1&page=1" I can pass another filter. when I access my page by address like "http://127.0.0.1:8090/BBS/forum-1-1.html" I can't read another Filter. All other normal. why ? please help me. |