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

Scott O'Bryan resolved TRINIDAD-2118.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.1

This ContextWrapper has been rewritten as a dynamic proxy.  All methods are 
delegated to their original methods on the delegate with some additional 
functionality on the setAttribute and removeAttribute methods.

> Servlet 3.0 Incompatibility in CheckSerlializationConfigurator
> --------------------------------------------------------------
>
>                 Key: TRINIDAD-2118
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2118
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Scott O'Bryan
>             Fix For: 2.0.1
>
>
> The CheckSerlializationConfigurator implements a ServletContext in order to 
> allow a registered listener to examine items when they are added to the 
> ServletContext scope in order to ensure serialization for webservers that 
> support ApplicationScope failover.  The problem is that there is no "wrapper" 
> for the servlet context so Trinidad must implement its own wrapper, via the 
> interface, to get this to work properly.  Currently the Wrapper is compatible 
> with the Servlet 2.x specification but a number of new methods were added to 
> the ServletContext in Servlet 3.0.
> This issue needs to be fixed so that Servlet 2.x and Servlet 3.0 are properly 
> supported.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to