You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2006/06/02 14:56:58 UTC

svn commit: r411146 - /james/server/trunk/src/java/org/apache/james/pop3server/POP3Handler.java

Author: bago
Date: Fri Jun  2 05:56:57 2006
New Revision: 411146

URL: http://svn.apache.org/viewvc?rev=411146&view=rev
Log:
POP3Handler was not correctly "restored" when reused from the pool (Thanx to Bing Ran)

Modified:
    james/server/trunk/src/java/org/apache/james/pop3server/POP3Handler.java

Modified: james/server/trunk/src/java/org/apache/james/pop3server/POP3Handler.java
URL: http://svn.apache.org/viewvc/james/server/trunk/src/java/org/apache/james/pop3server/POP3Handler.java?rev=411146&r1=411145&r2=411146&view=diff
==============================================================================
--- james/server/trunk/src/java/org/apache/james/pop3server/POP3Handler.java (original)
+++ james/server/trunk/src/java/org/apache/james/pop3server/POP3Handler.java Fri Jun  2 05:56:57 2006
@@ -170,7 +170,8 @@
     protected void handleProtocol() throws IOException {
         handlerState = AUTHENTICATION_READY;
         authenticatedUser = "unknown";
-        
+
+        sessionEnded = false;
         resetState();
 
         // Initially greet the connector



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org