Re: processForwardConfig / freeze() / IllegalStateException

2004-03-02 Thread Hubert Rabago
Instead of modifying an existing forward (not sure you shoulda been doing that, anyway), you can try creating a new one. Copy the properties of the one you received, then pass that one on. > if(userAgentHeader.lastIndexOf("Windows CE") != -1){ > // normal JSP forward Path (for

processForwardConfig / freeze() / IllegalStateException

2004-03-02 Thread Marc Logemann
Hi, i developed my own RequestProcessor (by inheritance and overriding) for some custom behavior. Actually this exactly: protected void processForwardConfig(HttpServletRequest request, HttpServletResponse response, ForwardConfig forward) throws IOException, ServletException { final S