jfarcand    2003/08/06 13:31:24

  Modified:    catalina/src/share/org/apache/coyote/tomcat5
                        CoyoteConnector.java
  Log:
  With the removal of org.apache.catalina.connector.*, we need a way to allow cuto
  mized version of the connector. So I'm allowing the extension of this class.
  
  Also, the security manager will take care of the required security if a web app
  try to extends/modify that class.
  
  Revision  Changes    Path
  1.20      +2 -2      
jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5/CoyoteConnector.java
  
  Index: CoyoteConnector.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5/CoyoteConnector.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- CoyoteConnector.java      3 Aug 2003 03:19:08 -0000       1.19
  +++ CoyoteConnector.java      6 Aug 2003 20:31:24 -0000       1.20
  @@ -107,7 +107,7 @@
    */
   
   
  -public final class CoyoteConnector
  +public class CoyoteConnector
       implements Connector, Lifecycle, MBeanRegistration
   {
       private static Log log = LogFactory.getLog(CoyoteConnector.class);
  
  
  

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

Reply via email to