[ 
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)

_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to