git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@576565 13f79535...
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 17 Sep 2007 19:45:16 +0000 (19:45 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 17 Sep 2007 19:45:16 +0000 (19:45 +0000)
webapps/docs/changelog.xml

index d6e4b09..97b6eb6 100644 (file)
   <subsection name="Catalina">
     <changelog>
       <fix>
+        <bug>43356</bug>: Keystore parameter is relative to CATALINA_BASE,
+        Truststore is either defined as parameter, javax.net.ssl.trustStore or if empty
+        defaults to the keystore.
+        SSL Client cert authentication changed from boolean to &quot;true|false|want&quot; (fhanik)
+      </fix>
+      <fix>
         <bug>30949</bug>: Improve previous fix. Ensure requests are re-cycled
         on cross-context includes and forwards when an exception occurs in the
         target page. (markt)