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


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