[
https://issues.apache.org/jira/browse/MYFACES-2434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonardo Uribe resolved MYFACES-2434.
-------------------------------------
Resolution: Fixed
> 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.