yoavs       2005/08/02 06:47:11

  Modified:    .        build.properties.default
               webapps/docs changelog.xml
               webapps/docs/config http.xml
  Log:
  Bugzilla 34794: http://issues.apache.org/bugzilla/show_bug.cgi?id=34794
  
  Revision  Changes    Path
  1.154     +4 -1      jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.153
  retrieving revision 1.154
  diff -u -r1.153 -r1.154
  --- build.properties.default  31 Jul 2005 13:18:37 -0000      1.153
  +++ build.properties.default  2 Aug 2005 13:47:10 -0000       1.154
  @@ -42,6 +42,9 @@
   cvsroot=:pserver:[EMAIL PROTECTED]:/home/cvspublic
   
   # ----- Default Base Path for Dependent Packages -----
  +# Please note this path must be absolute, not relative,
  +# as it is referenced with different working directory
  +# contexts by the various build scripts.
   base.path=/usr/share/java
   #base.path=C:/path/to/the/repository
   #base.path=/usr/local
  
  
  
  1.349     +4 -1      jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.348
  retrieving revision 1.349
  diff -u -r1.348 -r1.349
  --- changelog.xml     1 Aug 2005 09:40:14 -0000       1.348
  +++ changelog.xml     2 Aug 2005 13:47:11 -0000       1.349
  @@ -53,12 +53,15 @@
             the JDK 1.4 JavaDoc tool. (yoavs)
         </fix>
         <fix>
  -        <bug>35865</bug>: setclasspath.sh cannot be excutive under cygwin 
(funkman)
  +        <bug>35865</bug>: setclasspath.sh cannot be excutive under cygwin. 
(funkman)
         </fix>
         <fix>
           <bug>33267</bug>: Set working path in service installer, as 
suggested by Dominik
             Drzewiecki. (yoavs)
         </fix>
  +      <update>
  +        <bug>34794</bug>: Update connector documentation to include 
clientAuth attribute. (yoavs)
  +      </update>
       </changelog>
     </subsection>
     
  
  
  
  1.27      +10 -0     jakarta-tomcat-catalina/webapps/docs/config/http.xml
  
  Index: http.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/http.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- http.xml  9 Jun 2005 20:25:31 -0000       1.26
  +++ http.xml  2 Aug 2005 13:47:11 -0000       1.27
  @@ -212,6 +212,16 @@
         The default value is <code>text/html,text/xml,text/plain</code>.</p>
       </attribute>
   
  +    <attribute name="clientAuth" required="false">
  +      <p>
  +        Set this value to <code>true</code> if you want Tomcat to require
  +        all SSL clients to present a client Certificate in order to use
  +        this socket.  Set this value to <code>want</code> if you want Tomcat
  +        to request a client Certificate, but not fail if one isn't presented.
  +        See the <a href="../ssl-howto.html">SSL HowTo</a> for an example.
  +      </p>
  +    </attribute>
  +
       <attribute name="compression" required="false">
         <p>The <strong>Connector</strong> may use HTTP/1.1 GZIP compression in
         an attempt to save server bandwidth. The acceptable values for the
  
  
  

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

Reply via email to