[jboss-remoting-issues] [JBoss JIRA] Created: (JBREM-1076) SocketServerInvoker.processInvocation() should return if running == false

Ron Sigal (JIRA) jira-events at lists.jboss.org
Tue Dec 30 20:00:54 EST 2008


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

        



More information about the jboss-remoting-issues mailing list