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

Lukáš Fryč (JIRA) issues at jboss.org
Tue Mar 4 08:03:33 EST 2014


Lukáš Fryč created RF-13561:
-------------------------------

             Summary: 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č
            Assignee: Lukáš Fryč


{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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-issues mailing list