[jboss-jira] [JBoss JIRA] Commented: (JBWEB-146) Comet filter is used as a normal filter
Remy Maucherat (JIRA)
jira-events at lists.jboss.org
Thu Sep 17 09:35:49 EDT 2009
[ https://jira.jboss.org/jira/browse/JBWEB-146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12486262#action_12486262 ]
Remy Maucherat commented on JBWEB-146:
--------------------------------------
You had a Servlet working. That works. An event filter can then be used to filter its events. However, there's no event mode for regular servlets.
> 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