Issue Details (XML | Word | Printable)

Key: JETTY-1062
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Greg Wilkins
Reporter: Jan Bartel
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Jetty

DataFilters should not be applied to msgs not containing data fields.

Created: 02/Jul/09 03:03 AM   Updated: 02/Jul/09 07:33 PM   Resolved: 02/Jul/09 07:33 PM
Return to search
Component/s: Bayeux
Affects Version/s: 6.1.18
Fix Version/s: 6.1.19

Time Tracking:
Not Specified


 Description  « Hide

ChannelImpl.doDelivery tries to apply the DataFilters to a bayeux message that is about to be delivered, even though the data field is null, causing the message not be delivered. This affects, for example, messages on the /meta channels which don't have a data field.



There are no comments yet on this issue.