HttpServletRequest.getRequestURI() and URLDecoding

2004-06-14 Thread Stefan Görling
, Stefan Görling - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Configuring a Default Servlet

2004-02-09 Thread Stefan Görling
-pattern/*/url-pattern /servlet-mapping It will work, but when I do getDispatcher(MyPage.jsp).forward(request,response), it will forward to the servlet in a recursive way. Is there any way to get a hold of a JSP-dispatcher when forwarding a request in order to do this? Best Regards, Stefan