Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 368035 - WebSocketClientFactory does not invoke super.doStop()
Summary: WebSocketClientFactory does not invoke super.doStop()
Status: RESOLVED FIXED
Alias: None
Product: Jetty
Classification: RT
Component: websocket (show other bugs)
Version: 7.6.0.RC0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 7.5.x   Edit
Assignee: Simone Bordet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-06 09:41 EST by Simone Bordet CLA
Modified: 2012-01-06 09:42 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simone Bordet CLA 2012-01-06 09:41:14 EST
Missing super.doStop() call in WebSocketClientFactory.doStop().
Comment 1 Simone Bordet CLA 2012-01-06 09:42:18 EST
Added missing call.