weblogic « Request « JSP-Servlet Q&A





1. Endless loop with request dispatched to JspServlet on WebLogic 11g    stackoverflow.com

I have the following configuration: ServletA (in my case Apache CXFserlet - but this is not important), which is matching all requests - /*. ServletB, which is doing dispatch to a named servlet ...