[jboss-jira] [JBoss JIRA] Created: (JBWEB-146) Comet filter is used as a normal filter

Martin Grigorov (JIRA) jira-events at lists.jboss.org
Thu Sep 17 06:29:24 EDT 2009


Comet filter is used as a normal filter
---------------------------------------

                 Key: JBWEB-146
                 URL: https://jira.jboss.org/jira/browse/JBWEB-146
             Project: JBoss Web
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Core
    Affects Versions: JBossWeb-2.1.4.GA
         Environment: Ubuntu 9.04, JBoss AS 5.1.0GA, JBossWeb is the one bundled in JBoss AS 5.1.0GA
            Reporter: Martin Grigorov
            Assignee: Remy Maucherat
         Attachments: comet-test.tgz

I'm experimenting with Comet support in JBossWeb and I'm experiencing difficulties making my CometFilter which implements HttpEventFilter to work with events (HttpEvent).
See the attached quickstart application.
Any request goes to doFilter(HttpServletRequest, HttpServletResponse, FilterChain) instead of to public void doFilterEvent(HttpEvent, HttpEventFilterChain).

Am I doing it wrong ?

I'm successfully using HttpEventServlet. All is good there.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list