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 <Context ...></Context>
            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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to