Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 6.1.12.rc5
-
Component/s: Bayeux
-
Labels:None
-
Number of attachments :
Description
The ChannelBayeuxListener is called too many times when a channel with a hiearchical name is created.
For example, creating "/service/foo" would result in the listener being called with:
/service
/service/foo
/service/foo
Instead of
/service
/service/foo
Fixed for jetty-6.