*
* @return true if processed by this request manager
*/
public boolean process(String path, String url, HttpServletRequest request, HttpServletResponse response) {
ThreadContext oc = ThreadContext.get();
ThreadContext threadContext = new ThreadContext(request, response, url, new Response(),
getServletParams(request), path, oc);
threadContext.createInvocationContext(null, null, null, -1);
threadContext.setRequestManager(null);
try {