SocketServerInvoker.processInvocation() should return if running == false
-------------------------------------------------------------------------
Key: JBREM-1076
URL:
https://jira.jboss.org/jira/browse/JBREM-1076
Project: JBoss Remoting
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 2.5.0.SP2 (Flounder)
Reporter: Ron Sigal
Assignee: Ron Sigal
Fix For: 2.5.0.SP3 (Flounder)
The
while(worker == null && running)
loop can end with worker == null, in which case processRequest() should return instead of
proceeding.
--
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