costin      2003/03/26 20:08:20

  Modified:    util/java tomcat-util.manifest
               util/java/org/apache/tomcat/util/net PoolTcpEndpoint.java
  Log:
  Fix bug that prevented clean shutdown.
  
  Remove ClassPath from manifest, added spec version and the other entries
  so it may be useable with a loader that uses the manifest.
  
  Revision  Changes    Path
  1.3       +7 -1      jakarta-tomcat-connectors/util/java/tomcat-util.manifest
  
  Index: tomcat-util.manifest
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/java/tomcat-util.manifest,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- tomcat-util.manifest      5 Jun 2002 21:13:37 -0000       1.2
  +++ tomcat-util.manifest      27 Mar 2003 04:08:19 -0000      1.3
  @@ -1 +1,7 @@
  -Class-Path: commons-logging.jar log4j.jar log4j-core.jar mx4j.jar
  +Manifest-version: 1.0
  +Extension-Name: org.apache.tomcat.util
  +Specification-Vendor: Apache Software Foundation
  +Specification-Version: 3.0
  +Implementation-Vendor-Id: org.apache
  +Implementation-Vendor: Apache Software Foundation
  +Implementation-Version: 5.1
  
  
  
  1.14      +4 -3      
jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/PoolTcpEndpoint.java
  
  Index: PoolTcpEndpoint.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/PoolTcpEndpoint.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- PoolTcpEndpoint.java      4 Mar 2003 18:20:36 -0000       1.13
  +++ PoolTcpEndpoint.java      27 Mar 2003 04:08:20 -0000      1.14
  @@ -390,6 +390,7 @@
                   }
               }
   
  +            if( ! running ) return null;
               reinitializing = true;
               // Restart endpoint when getting an IOException during accept
               synchronized (threadSync) {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to