[richfaces-issues] [JBoss JIRA] (RF-11877) Upgrade Servlets API to 3.0 in BOM

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Fri Jan 13 11:13:22 EST 2012


    [ https://issues.jboss.org/browse/RF-11877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659279#comment-12659279 ] 

Lukáš Fryč edited comment on RF-11877 at 1/13/12 11:13 AM:
-----------------------------------------------------------

Servlets 3.0 API has following additions:
Pluggability
Easy of Development
Async Servlet support
Security

The backward compatibility is solved by

* not using Async servlet or detect its support, note that RichFaces does not use it directly, but uses Atmosphere which handle interoperability
* automatic registration of servlets does not work, user needs to register them in {{web.xml}}


                
      was (Author: lfryc):
    Servlets 3.0 API has following additions:
Pluggability
Easy of Development
Async Servlet support
Security

The backward compatibility is solved but

* not using Async servlet or detect its support, note that RichFaces does not use it directly, but uses Atmosphere which handle interoperability
* automatic registration of servlets does not work, user needs to register them in {{web.xml}}


                  
> Upgrade Servlets API to 3.0 in BOM
> ----------------------------------
>
>                 Key: RF-11877
>                 URL: https://issues.jboss.org/browse/RF-11877
>             Project: RichFaces
>          Issue Type: Component  Upgrade
>      Security Level: Public(Everyone can see) 
>          Components: core
>    Affects Versions: 4.0.0.Final
>            Reporter: Lukáš Fryč
>            Assignee: Lukáš Fryč
>            Priority: Critical
>             Fix For: 4.2.0.CR1
>
>
> This issue could break backward compatibility with Servlets 2.5 environments,
> we should make sure there are no extensive changes in version 3.0.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the richfaces-issues mailing list