[
https://jira.jboss.org/jira/browse/JBWEB-146?page=com.atlassian.jira.plug...
]
Remy Maucherat resolved JBWEB-146.
----------------------------------
Resolution: Won't Fix
The request has to map to an event Servlet to go into event mode. Since web.xml only has a
filter, if the webapp really looks like that, then it is the reason for the behavior.
This works like that, because the filter has no way to let a request go through a non
event servlet (at least it does not right now).
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