You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Michael Concini (JIRA)" <de...@myfaces.apache.org> on 2009/12/01 17:00:20 UTC

[jira] Resolved: (MYFACES-2434) dummy request/response classes for system event listeners will break with Servlet 3.0

     [ https://issues.apache.org/jira/browse/MYFACES-2434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Concini resolved MYFACES-2434.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-alpha-2

> dummy request/response classes for system event listeners will break with Servlet 3.0
> -------------------------------------------------------------------------------------
>
>                 Key: MYFACES-2434
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2434
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.0-alpha
>            Reporter: Michael Concini
>            Assignee: Michael Concini
>             Fix For: 2.0.0-alpha-2
>
>
> Currently the _SystemEventServletRequest and _SystemEventServletResponse classes implement ServletRequest and ServletResponse directly.   There are several new methods that must be implemented in the servlet 3.0 updates of those interfaces.  
> This can be resolved by changing them to extend ServletRequestWrapper and ServletResponseWrapper instead of implementing directly.  

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