Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 84093 invoked from network); 25 Jan 2002 04:34:33 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 25 Jan 2002 04:34:33 -0000 Received: (qmail 25041 invoked by uid 97); 25 Jan 2002 04:34:34 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 25017 invoked by uid 97); 25 Jan 2002 04:34:33 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 24987 invoked by uid 97); 25 Jan 2002 04:34:32 -0000 Date: 25 Jan 2002 04:34:20 -0000 Message-ID: <20020125043420.29748.qmail@icarus.apache.org> From: larryi@apache.org To: jakarta-tomcat-cvs@apache.org Subject: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N larryi 02/01/24 20:34:20 Modified: . RELEASE-NOTES-3.3.1.txt Log: Document recent updates to SSL support Revision Changes Path 1.25 +15 -2 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt Index: RELEASE-NOTES-3.3.1.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.1.txt,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- RELEASE-NOTES-3.3.1.txt 25 Jan 2002 00:00:13 -0000 1.24 +++ RELEASE-NOTES-3.3.1.txt 25 Jan 2002 04:34:20 -0000 1.25 @@ -3,7 +3,7 @@ Release Notes ============= -$Id: RELEASE-NOTES-3.3.1.txt,v 1.24 2002/01/25 00:00:13 bojan Exp $ +$Id: RELEASE-NOTES-3.3.1.txt,v 1.25 2002/01/25 04:34:20 larryi Exp $ This document describes the changes that have been made since the @@ -53,7 +53,10 @@ variable substitution to be used in declarations. - Added support for PureTLS as an SSL option. + Added support for PureTLS as an SSL option. Also, any attribute + used to create the socket factory, such as "rootfile" (or + "keystoreType" for JSSE), is now settable on the Http10Connector + element in server.xml. The configuration files generated by ApacheConfig, IISConfig and NSConfig were improved for the case when the forwardAll attribute @@ -176,6 +179,7 @@ 5191 Fix parsing of JSP comments with extra '-' characters. + Configuration: Bug No. Description @@ -190,6 +194,15 @@ actually a JSP page. 5365 Fixed the JasperMangler to handle Java reserved words correctly. + +6004 Updated Http10Connector to accept any attribute. The attributes + without predefined setters will be included with the predefined + ones that are made available when the secure socket factory is + created. + + Updated JSSEImplemention to support a separate keystorePass + attribute as the keystore password. It will default to the keypass + attribute if not set. Connectors: -- To unsubscribe, e-mail: For additional commands, e-mail: