larryi      02/03/15 06:57:53

  Modified:    .        RELEASE-NOTES-3.3.1.txt
  Log:
  Document recent changes.
  
  Revision  Changes    Path
  1.47      +27 -1     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.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- RELEASE-NOTES-3.3.1.txt   12 Mar 2002 04:27:57 -0000      1.46
  +++ RELEASE-NOTES-3.3.1.txt   15 Mar 2002 14:57:53 -0000      1.47
  @@ -3,7 +3,7 @@
                                    Release Notes
                                    =============
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.46 2002/03/12 04:27:57 larryi Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.47 2002/03/15 14:57:53 larryi Exp $
   
   
   This document describes the changes that have been made since the
  @@ -166,6 +166,10 @@
            Ajp13Connector modules.  It can set other types of attributes
            as well.
   
  +[F]      Refactored the PasswordPrompter add-on module to be configurable
  +         and to be able to perform prompting for context local modules.
  +         Added a "readme" file to document its use.
  +
   
   Server:
   
  @@ -294,6 +298,14 @@
   [F]
   
   
  +Jasper:
  +
  +Bug No.  Description
  +
  +[F]      Fixed incorrect use of '\' in the servlet mappings written by JspC on
  +         Windows systems.
  +
  +
   Configuration:
   
   Bug No.  Description
  @@ -302,6 +314,15 @@
            attribute as the keystore password.  It will default to the keypass
            attribute if not set.
   
  +[F]      The conf/jk/wrapper.properties was improved.  The improvements
  +         include putting quotes around the java command portion of the
  +         wrapper.cmd_line property.  Also a wrapper.jvm.options property
  +         was added to simplify specification of JVM arguments.
  +
  +[F]      PoolTcpConnector was modified to allow the PasswordPrompter add-on
  +         module to successfully set connection attributes for secure
  +         connections.
  +
   4313     Bug in property substitution for server.xml and apps.xml files was
   [b1]     fixed.
   
  @@ -335,6 +356,11 @@
   Connectors:
   
   Bug No.  Description
  +
  +[b1]     A bug was fixed in isapi_redirect.dll where the query string would be
  +         lost if the URI was shortened during normalization of the URI.  The
  +         presence of escaped characters or character sequences such as "/../"
  +         would cause this to happen.
   
   [b1]     A bug was fixed in isapi_redirect.dll where it would mistake an
            encoded '?' in the URI path as the query string delimitor.
  
  
  

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

Reply via email to