RE: Customize Url Rewriting + QUESTION

2001-07-31 Thread Ashish Bajpai
cc: Subject: RE: Customize Url Rewriting + QUESTION 07/30/2001 12:33

RE: Customize Url Rewriting + QUESTION

2001-07-30 Thread Loïc Lefèvre
MoreElements()) { String name = (String) names.nextElement(); out.println(" " + name + " = " + session.getAttribute(name)); } } } /************/ /* POST method.

RE: Customize Url Rewriting + QUESTION

2001-07-30 Thread Ashish Bajpai
> cc: Subject: RE: Customize Url Rewriting + QUESTION 07/30/2

RE: Customize Url Rewriting + QUESTION

2001-07-30 Thread Loïc Lefèvre
Yes you can, I'm developping a URLRewriter servlet because of the problemSSS I encounter using mod_rewrite alone :( I Load it on startup and manage myself the url rewriting by using response.sendRedirect or myMainApplicatioSerlvet.doGet(request,response) + some simple rules ;) Using servlet alias