You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Daniel Lichtenberger (JIRA)" <de...@myfaces.apache.org> on 2007/02/18 14:37:05 UTC

[jira] Created: (TOMAHAWK-900) ExtensionsResponseWrapper does not override HttpServletResponseWrapper#reset

ExtensionsResponseWrapper does not override HttpServletResponseWrapper#reset
----------------------------------------------------------------------------

                 Key: TOMAHAWK-900
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-900
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: ExtensionsFilter
    Affects Versions: 1.1.5-SNAPSHOT
         Environment: Linux 2.6.17, JDK6, JBoss 4.0.4 EJB3
            Reporter: Daniel Lichtenberger


org.apache.myfaces.webapp.filter.ExtensionsResponseWrapper does not override the reset() method inherited from HttpServletResponseWrapper. The reset() method is called to clear the response (buffers) and send a "new" response.

I noticed this problem because Facelets calls reset() when an error occured to render its own custom error page.
If the error occured during view rendering, the HTML rendered so far is not removed from the response. This usually breaks Facelets' error page in various ways.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.