I try to extend the default RequestProcessor, only to view the call sequence. Something like this, for every method of the RP:
protected boolean processPreprocess(HttpServletRequest
request,HttpServletResponse response)
{
logger.debug("processPreprocess");
return true;
}
I saw that every method is call two times. Why?
Thanks in advance
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

