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
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.