[richfaces-issues] [JBoss JIRA] (RF-13561) Remove PushFilter deprecated in RF 4.1

Brian Leathem (JIRA) issues at jboss.org
Thu Jun 5 18:28:16 EDT 2014


     [ https://issues.jboss.org/browse/RF-13561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem updated RF-13561:
-------------------------------

    Fix Version/s: 4.5-Tracking


> Remove PushFilter deprecated in RF 4.1
> --------------------------------------
>
>                 Key: RF-13561
>                 URL: https://issues.jboss.org/browse/RF-13561
>             Project: RichFaces
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: component-push/poll
>    Affects Versions: 5.0.0.Alpha3
>            Reporter: Lukáš Fryč
>             Fix For: 4.5-Tracking
>
>
> {code}
> private void logPushFilterWarning(ServletContext servletContext) {
>         String message;
>         if (servletContext.getMajorVersion() >= 3) {
>             message = "PushFilter has been deprecated, you can remove its declaration in Servlets 3 environment";
>         } else {
>             message = "PushFilter has been deprecated, you should use PushServlet instead";
>         }
>         LOGGER.warn(message);
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)



More information about the richfaces-issues mailing list