In the ActionServlet...
javax.servlet.include.path_info
Anyone know what this is or where it comes from?
 
 // For prefix matching, we want to match on the path info (if any)
 path =(String) request.getAttribute("javax.servlet.include.path_info");

Reply via email to