Port relevant parts of fix for bug 40999.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 20 Nov 2006 23:37:43 +0000 (23:37 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 20 Nov 2006 23:37:43 +0000 (23:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@477409 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/connector/mbeans-descriptors.xml
webapps/docs/changelog.xml

index 5651d53..cd16011 100644 (file)
            description="The thread priority for processors"
                   type="int"/>
 
+    <attribute   name="trustStoreFile"
+          description="Pathname to the trust store file to be used"
+                 type="java.lang.String"/>
+
+    <attribute   name="trustStorePass"
+          description="Password for accessing the trust store file"
+                 type="java.lang.String"/>
+
+    <attribute   name="trustStoreType"
+          description="Type of trust store file to be used for trusted certificates"
+                 type="java.lang.String"/>
+
     <attribute   name="URIEncoding"
           description="Character encoding used to decode the URI"
                  type="java.lang.String"/>
index 598079a..8df9cef 100644 (file)
@@ -49,6 +49,9 @@
         <bug>40860</bug>: Log exceptions and other problems during parameter
         processing. (markt)
       </fix>
+      <update>
+        Enable JMX for trust store attributes for SSL connector. (markt)
+      </update>
     </changelog>
   </subsection> 
 </section>