cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-03-21 Thread larryi

larryi  02/03/21 20:06:23

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document recent changes
  
  Revision  ChangesPath
  1.48  +15 -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.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- RELEASE-NOTES-3.3.1.txt   15 Mar 2002 14:57:53 -  1.47
  +++ RELEASE-NOTES-3.3.1.txt   22 Mar 2002 04:06:23 -  1.48
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.47 2002/03/15 14:57:53 larryi Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.48 2002/03/22 04:06:23 larryi Exp $
   
   
   This document describes the changes that have been made since the
  @@ -170,6 +170,10 @@
and to be able to perform prompting for context local modules.
Added a readme file to document its use.
   
  +[F]  The facade classes in org.apache.tomcat.facade are now declared
  + as public classes.  This allows their methods to be called
  +  using introspection from a web application.
  +
   
   Server:
   
  @@ -225,6 +229,9 @@
add-on to set SSL socket attributes, such as the keystore and
certificate passwords.
   
  +[F]  A couple of off by 1 bugs were fixed in the CharChunk and
  + ByteChunk utility classes.
  +
   1657 JSPs with tag names that contain '-' or '.' will now compile without
   [b1] an Invalid expression error
   
  @@ -322,6 +329,13 @@
   [F]  PoolTcpConnector was modified to allow the PasswordPrompter add-on
module to successfully set connection attributes for secure
connections.
  +
  +[F]  conf/jk/wrapper.properties was updated to work with a spaces in the
  + JDK path and a wrapper.jvm.options property was added to make
  +  it easier to add options.
  +
  +[F]  conf/jk/uriworkermap.properties and conf/jk/obj.conf example files
  + wer updated to be more current.
   
   4313 Bug in property substitution for server.xml and apps.xml files was
   [b1] fixed.
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-03-11 Thread larryi

larryi  02/03/11 20:27:57

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document recent changes.
  
  Revision  ChangesPath
  1.46  +20 -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.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- RELEASE-NOTES-3.3.1.txt   8 Mar 2002 11:47:43 -   1.45
  +++ RELEASE-NOTES-3.3.1.txt   12 Mar 2002 04:27:57 -  1.46
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.45 2002/03/08 11:47:43 larryi Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.46 2002/03/12 04:27:57 larryi Exp $
   
   
   This document describes the changes that have been made since the
  @@ -158,6 +158,13 @@
shutDownEnable at attributes that control if shutdown is enabled
via the Ajp13 protocol.  shutdownEnable was added since it uses
a more intuitive uppercase/lowercase spelling.
  + 
  +[F]  The PasswordPrompter add-on was refactored to use introspection
  + and accept customizable prompt specifications.  It can now set
  + additional passwords, such as the keystore password added to
  + Http10Connector and the secret for Ajp12Connector and
  + Ajp13Connector modules.  It can set other types of attributes
  + as well.
   
   
   Server:
  @@ -204,6 +211,15 @@
Previously, calling getReader() on a recycled facade on which
getReader() was called, you would get the old reader rather than
a new reader for the current request.
  + 
  +[F]  Fixed a bug in TrustedLoader with respect to reloading trusted
  + modules when more than one is present.
  + 
  +[F]  Modified PoolTcpConnector checkSocketFactory() method to set the
  + module's socketFactory when obtaining an SSL socket factory,
  + instead of using a local variable.  This allows the PasswordPrompter
  + add-on to set SSL socket attributes, such as the keystore and
  + certificate passwords.
   
   1657 JSPs with tag names that contain '-' or '.' will now compile without
   [b1] an Invalid expression error
  @@ -366,3 +382,6 @@
   
   [rc1]Updated tomcat-ssl-howto.html to fix incorrect case for clientauth
attribute.
  +
  +[F]  serverxml.html and tomcat-ug.html were updated to document the
  + new ajp12id and ajp13id startup and shutdown arguments.
  \ No newline at end of file
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-03-08 Thread larryi

larryi  02/03/08 03:47:43

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document recent updates.
  
  Revision  ChangesPath
  1.45  +14 -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.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- RELEASE-NOTES-3.3.1.txt   6 Mar 2002 04:23:05 -   1.44
  +++ RELEASE-NOTES-3.3.1.txt   8 Mar 2002 11:47:43 -   1.45
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.44 2002/03/06 04:23:05 billbarker Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.45 2002/03/08 11:47:43 larryi Exp $
   
   
   This document describes the changes that have been made since the
  @@ -147,6 +147,18 @@
modules.xml or server.xml isn't present.  Also, the port number is
now shown when JVM_Bind exceptions occur.
   
  +[F]  Ajp12Connector and Ajp13Connector now accepts ContextMananger
  + properties called ajpid12 and ajpid13, respectively.  This property
  + overrides the ajpidFile attribute of these modules, allowing the
  + ajpid file to be specified via command line arguments.  For
  + consistency, the same arguments are also accepted by the StopTomcat
  + task to specify the file and protocol to use for shutdown.
  +
  +[F]  The Ajp13Connector now accepts shutdownEnable in addition to
  + shutDownEnable at attributes that control if shutdown is enabled
  + via the Ajp13 protocol.  shutdownEnable was added since it uses
  + a more intuitive uppercase/lowercase spelling.
  +
   
   Server:
   
  @@ -264,6 +276,7 @@
   
   6887  Fix a problem locating an error-page when using virtual hosts.
   [F]
  +
   
   Configuration:
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-03-05 Thread billbarker

billbarker02/03/05 20:23:05

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document fix to 6887
  
  Revision  ChangesPath
  1.44  +3 -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.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- RELEASE-NOTES-3.3.1.txt   1 Mar 2002 01:31:26 -   1.43
  +++ RELEASE-NOTES-3.3.1.txt   6 Mar 2002 04:23:05 -   1.44
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.43 2002/03/01 01:31:26 larryi Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.44 2002/03/06 04:23:05 billbarker Exp $
   
   
   This document describes the changes that have been made since the
  @@ -262,6 +262,8 @@
   6604 Fix a problem when using the AccessLog without a Default Context 
   [rc1]defined.  
   
  +6887  Fix a problem locating an error-page when using virtual hosts.
  +[F]
   
   Configuration:
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-02-28 Thread larryi

larryi  02/02/28 17:31:26

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Identify release for each fix.  Also rearranged by bug number or lack of one.
  Documented some additional documentation fixes.
  
  Revision  ChangesPath
  1.43  +148 -122  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.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- RELEASE-NOTES-3.3.1.txt   28 Feb 2002 03:45:30 -  1.42
  +++ RELEASE-NOTES-3.3.1.txt   1 Mar 2002 01:31:26 -   1.43
  @@ -3,106 +3,107 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.42 2002/02/28 03:45:30 larryi Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.43 2002/03/01 01:31:26 larryi Exp $
   
   
   This document describes the changes that have been made since the
  -last release of Tomcat 3.3.
  +release of Tomcat 3.3 Final.
   
   =
   Bug Fixes
   =
   
  +The release in which the fix appears is indicated in brackets.
  +
   Feature Additions:
   
   Bug No.  Description
   
  - Restored prefix attribute to InvokerInterceptor.  It was available in
  +[b1] Restored prefix attribute to InvokerInterceptor.  It was available in
Tomcat 3.2.x.
   
  - Added SingleThreadModel pooling to ServletHandler.  The default is to
  +[b1] Added SingleThreadModel pooling to ServletHandler.  The default is to
use pooling.
   
  - Added optional checking (configured on SessionId module) to ensure
  +[b1] Added optional checking (configured on SessionId module) to ensure
that the SSL session IDs match for each request within a Tomcat
session.  This check is disabled by default.
   
  - Added org.apache.tomcat.util.net.URL class from Tomcat 4.0 so
  +[b1] Added org.apache.tomcat.util.net.URL class from Tomcat 4.0 so
response.encodeURL() can work under SSL without JSSE.  This can occur
if you have Apache forwarding SSL requests to a Tomcat that doesn't
have JSSE installed.
   
  -  Fixed logic for response.encodeURL() so that it will work correctly 
  -  if the input URL includes an anchor tag.
  +[b1] Fixed logic for response.encodeURL() so that it will work correctly 
  + if the input URL includes an anchor tag.
   
  -  Improved the handling of invalid web.xml files.  Now you get the same
  -  error messages every time you parse the file.
  +[b1] Improved the handling of invalid web.xml files.  Now you get the same
  + error messages every time you parse the file.
   
  -  Moved the setting of the default *.jsp mapping so that it is now 
  -  possible to entirely disable support for jsp files.
  +[b1] Moved the setting of the default *.jsp mapping so that it is now 
  + possible to entirely disable support for jsp files.
   
  -  Fixed problem with jsp_precompile parameter to JSP files.
  +[b1] Fixed problem with jsp_precompile parameter to JSP files.
   
  - Context properties and ContextManager properties can now be set with
  +[b1] Context properties and ContextManager properties can now be set with
Property ... / elements, i.e: 
Property name=propname value=thevalue /
For backwards compatibility, the ContextManager lower-case-p
property ... / version supported by Tomcat 3.3. is still supported.
   
  - Added variable substitution handling to ContextXmlReader, allowing
  +[b1] Added variable substitution handling to ContextXmlReader, allowing
variable substitution to be used in Context .../Context
declarations.
   
  -  Added support for PureTLS as an SSL option.  Also, any attribute
  +[b1] 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
  +[b1] The configuration files generated by ApacheConfig, IISConfig and
NSConfig were improved for the case when the forwardAll attribute
is false. Primarily, a servlet mapping like /foo/* now generates
a mod_jk mapping for /foo as well as /foo/* to better match
the servlet spec.
   
  - The default log handler was updated to specify autoFlush=true for
  +[b1] The default log handler was updated to specify autoFlush=true for
the PrintWriter so the output doesn't just go to a buffer.  Since
this logger is replaced a new logger set by the LogSetter 

cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-02-27 Thread billbarker

billbarker02/02/27 19:34:23

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document fix to 6717
  
  Revision  ChangesPath
  1.41  +4 -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.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- RELEASE-NOTES-3.3.1.txt   26 Feb 2002 03:53:50 -  1.40
  +++ RELEASE-NOTES-3.3.1.txt   28 Feb 2002 03:34:23 -  1.41
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.40 2002/02/26 03:53:50 billbarker Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.41 2002/02/28 03:34:23 billbarker Exp $
   
   
   This document describes the changes that have been made since the
  @@ -283,6 +283,9 @@
 feature.  Also, the boxes were mis-labeled.
   
   6341  Fix the guess home logic so that it can work on Mac OS
  +
  +6717  Fix a problem where the Http10 Connector would fail to parse the 
  +  HTTP headers if the headers are extremely big.
   
   Connectors:
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-02-27 Thread larryi

larryi  02/02/27 19:45:30

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document update to jk_nt_service and fix a typo.
  
  Revision  ChangesPath
  1.42  +10 -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.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- RELEASE-NOTES-3.3.1.txt   28 Feb 2002 03:34:23 -  1.41
  +++ RELEASE-NOTES-3.3.1.txt   28 Feb 2002 03:45:30 -  1.42
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.41 2002/02/28 03:34:23 billbarker Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.42 2002/02/28 03:45:30 larryi Exp $
   
   
   This document describes the changes that have been made since the
  @@ -252,6 +252,7 @@
   6604  Fix a problem when using the AccessLog without a Default Context 
 defined.  
   
  +
   Configuration:
   
   Bug No.  Description
  @@ -287,14 +288,21 @@
   6717  Fix a problem where the Http10 Connector would fail to parse the 
 HTTP headers if the headers are extremely big.
   
  +
   Connectors:
   
  +Bug No.  Description
  +
A bug was fixed in isapi_redirect.dll where it would mistake an
encoded '?' in the URI path as the query string delimitor.
   
  +5769 A -n option has been added to jk_nt_service.exe so that the service
  + display name can be different from the service name should it contain
  + characters not valid for the service name.
   
  -6579  Make certain that we don't dump more out put than is available when 
  +6579  Make certain that we don't dump more output than is available when 
 debugging Ajp13.
  +
   
   Documentation:
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-02-25 Thread billbarker

billbarker02/02/25 19:53:50

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document fix for 6604
  
  Revision  ChangesPath
  1.40  +4 -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.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- RELEASE-NOTES-3.3.1.txt   24 Feb 2002 03:52:00 -  1.39
  +++ RELEASE-NOTES-3.3.1.txt   26 Feb 2002 03:53:50 -  1.40
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.39 2002/02/24 03:52:00 larryi Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.40 2002/02/26 03:53:50 billbarker Exp $
   
   
   This document describes the changes that have been made since the
  @@ -248,6 +248,9 @@
   
   6518  Fix an edge condition where in some cases a JSP file beginning with
 a number wouldn't get mangled correctly.
  +
  +6604  Fix a problem when using the AccessLog without a Default Context 
  +  defined.  
   
   Configuration:
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-02-23 Thread larryi

larryi  02/02/23 19:52:00

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document updates to startup error messages and improvements to
  AutoWebApp module.
  
  Revision  ChangesPath
  1.39  +10 -3 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.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- RELEASE-NOTES-3.3.1.txt   22 Feb 2002 03:19:32 -  1.38
  +++ RELEASE-NOTES-3.3.1.txt   24 Feb 2002 03:52:00 -  1.39
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.38 2002/02/22 03:19:32 billbarker Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.39 2002/02/24 03:52:00 larryi Exp $
   
   
   This document describes the changes that have been made since the
  @@ -69,8 +69,9 @@
this logger is replaced a new logger set by the LogSetter module,
its reduction in efficiency won't affect normal operation.
   
  - ServerXmlReader now logs a warning if the modules.xml file isn't
  - found.
  + Startup error output has been improved.  Messages will be shown if
  + modules.xml or server.xml isn't present.  Also, the port number is
  + now shown when JVM_Bind exceptions occur.
   
The internal test script, test-tomcat.xml, has been made more
configurable and the Admin app internal test page, test.jsp, has
  @@ -134,6 +135,12 @@
to support automatic or explicit use of Ajp12 or Ajp13 protocol to
shutdown Tomcat.  This includes use of an optional secret password
with either protocol.
  +
  + Added hostChar, hostDotChar, and pathSlashChar attributes to
  + AutoWebApp module.  These make configurable the special characters
  + used in the directory name to delimit a virtual host name and act
  + as substitution characters.  Also, fixed behavior so that hostChar
  + isn't included in the context path name.
   
   
   Server:
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-02-21 Thread billbarker

billbarker02/02/21 19:19:32

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document fix for 6518
  
  Revision  ChangesPath
  1.38  +4 -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.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- RELEASE-NOTES-3.3.1.txt   21 Feb 2002 03:06:51 -  1.37
  +++ RELEASE-NOTES-3.3.1.txt   22 Feb 2002 03:19:32 -  1.38
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.37 2002/02/21 03:06:51 billbarker Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.38 2002/02/22 03:19:32 billbarker Exp $
   
   
   This document describes the changes that have been made since the
  @@ -238,6 +238,9 @@
in the web.xml.
   
   6515  Block setting of Date-Headers from within an include.
  +
  +6518  Fix an edge condition where in some cases a JSP file beginning with
  +  a number wouldn't get mangled correctly.
   
   Configuration:
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-02-20 Thread billbarker

billbarker02/02/20 19:06:51

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document fix to 6579
  
  Revision  ChangesPath
  1.37  +4 -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.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- RELEASE-NOTES-3.3.1.txt   18 Feb 2002 04:17:56 -  1.36
  +++ RELEASE-NOTES-3.3.1.txt   21 Feb 2002 03:06:51 -  1.37
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.36 2002/02/18 04:17:56 billbarker Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.37 2002/02/21 03:06:51 billbarker Exp $
   
   
   This document describes the changes that have been made since the
  @@ -276,6 +276,9 @@
A bug was fixed in isapi_redirect.dll where it would mistake an
encoded '?' in the URI path as the query string delimitor.
   
  +
  +6579  Make certain that we don't dump more out put than is available when 
  +  debugging Ajp13.
   
   Documentation:
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-02-17 Thread billbarker

billbarker02/02/17 20:17:56

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document fix for 6515
  
  Revision  ChangesPath
  1.36  +2 -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.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- RELEASE-NOTES-3.3.1.txt   15 Feb 2002 02:47:14 -  1.35
  +++ RELEASE-NOTES-3.3.1.txt   18 Feb 2002 04:17:56 -  1.36
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.35 2002/02/15 02:47:14 billbarker Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.36 2002/02/18 04:17:56 billbarker Exp $
   
   
   This document describes the changes that have been made since the
  @@ -237,6 +237,7 @@
   6348 Fix problem with getNamedDispatcher() when used with a JSP mapped
in the web.xml.
   
  +6515  Block setting of Date-Headers from within an include.
   
   Configuration:
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-02-14 Thread billbarker

billbarker02/02/14 18:47:14

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document fix to 6341
  
  Revision  ChangesPath
  1.35  +3 -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.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- RELEASE-NOTES-3.3.1.txt   11 Feb 2002 12:41:00 -  1.34
  +++ RELEASE-NOTES-3.3.1.txt   15 Feb 2002 02:47:14 -  1.35
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.34 2002/02/11 12:41:00 larryi Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.35 2002/02/15 02:47:14 billbarker Exp $
   
   
   This document describes the changes that have been made since the
  @@ -267,6 +267,8 @@
   
   6137 Fix the admin webapp to be more careful when using the remove-context
 feature.  Also, the boxes were mis-labeled.
  +
  +6341  Fix the guess home logic so that it can work on Mac OS
   
   Connectors:
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-02-11 Thread larryi

larryi  02/02/11 04:41:00

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Fix typo and document Bill Barker's fix for Bug 6348
  
  Revision  ChangesPath
  1.34  +6 -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.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- RELEASE-NOTES-3.3.1.txt   8 Feb 2002 13:12:30 -   1.33
  +++ RELEASE-NOTES-3.3.1.txt   11 Feb 2002 12:41:00 -  1.34
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.33 2002/02/08 13:12:30 larryi Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.34 2002/02/11 12:41:00 larryi Exp $
   
   
   This document describes the changes that have been made since the
  @@ -76,7 +76,7 @@
configurable and the Admin app internal test page, test.jsp, has
been updated to make use of this.  With appropriate input settings,
the tests can be run against Tomcat standalone, Apache, IIS, and
  - Netscape (v4.1) without and failures.
  + Netscape (v4.1) without any failures.
   
Japanese resource strings were added and StaticInterceptor and
ErrorHandler modules were updated to take advantage of them.  In
  @@ -233,6 +233,10 @@
   
   6234  Recycle the Writer in the ResponseFacade if it is the error state when
 the facade is recycled.
  +
  +6348 Fix problem with getNamedDispatcher() when used with a JSP mapped
  + in the web.xml.
  +
   
   Configuration:
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-02-08 Thread larryi

larryi  02/02/08 05:12:30

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document the hopefully final change to the delay attribute for
  Http10Interceptor.  Note the new support for shutdown via Ajp13.
  Also, note the configurable limit on flushing unread POST data.
  
  Revision  ChangesPath
  1.33  +14 -8 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.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- RELEASE-NOTES-3.3.1.txt   5 Feb 2002 03:56:55 -   1.32
  +++ RELEASE-NOTES-3.3.1.txt   8 Feb 2002 13:12:30 -   1.33
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.32 2002/02/05 03:56:55 billbarker Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.33 2002/02/08 13:12:30 larryi Exp $
   
   
   This document describes the changes that have been made since the
  @@ -85,12 +85,12 @@
the locale and character set encoding of the directory listings
are derived.
   
  - Added a delaySocketClose attribute to Http10Interceptor.  The
  - default is false.  If set true, a Thread.sleep(0) is executed
  - before the socket is closed.  This was needed by Cactus when
  - run on a high powered Windows XP box.  The sleep(0) helps ensure
  - the test get a chance to receive its input before the socket
  - is closed.  Otherwise, Socket reset by peer errors occur.
  + Added a socketCloseDelay attribute to Http10Interceptor.  The
  + default is -1, which disables the delay.  If set  0, a
  + Thread.sleep(delay) is executed prior to reading and discarding
  + unread input and closing the socket.  This is intended to
  + help diagnose problems resulting from unread input that
  + arrives during the closing of the socket.
   
 Make the App-classloader configurable to allow using the 1.1
 loader even when running under Java2.  This should allow for better
  @@ -130,6 +130,11 @@
when the StaticInterceptor module redirects a directory URL that
doesn't end with a '/' and redirects to welcome files.
   
  + Added shutdown support using Ajp13 and updated StopTomcat task
  + to support automatic or explicit use of Ajp12 or Ajp13 protocol to
  + shutdown Tomcat.  This includes use of an optional secret password
  + with either protocol.
  +
   
   Server:
   
  @@ -223,7 +228,8 @@
   
   5983  Fix the flushing of unread POST data on the HTTP connector.  On the
 reported bug, it was mostly a nuisance.  In other cases (see 6143)
  -  it was causing major problems.
  +  it was causing major problems.  To avoid DOS attacks, the number
  + of flush attempts is configurable, with a default of 20.
   
   6234  Recycle the Writer in the ResponseFacade if it is the error state when
 the facade is recycled.
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-02-04 Thread larryi

larryi  02/02/04 18:11:00

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document latest changes
  
  Revision  ChangesPath
  1.30  +24 -7 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.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- RELEASE-NOTES-3.3.1.txt   3 Feb 2002 03:53:05 -   1.29
  +++ RELEASE-NOTES-3.3.1.txt   5 Feb 2002 02:11:00 -   1.30
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.29 2002/02/03 03:53:05 billbarker Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.30 2002/02/05 02:11:00 larryi Exp $
   
   
   This document describes the changes that have been made since the
  @@ -85,13 +85,12 @@
the locale and character set encoding of the directory listings
are derived.
   
  - Added a socketCloseDelay attribute to Http10Interceptor.  The
  - default is -1, disabled.  If set to 0, a Thread.yield() is executed
  - before the socket is closed.  If set greater than 0, it spins
  - for the specified amount of time in milliseconds.  This was needed
  - by Cactus when run some systems.  This helps insure the client end
  - of the socket gets a chance to read the returned response before the
  - socket is closed.  Otherwise, Socket reset by peer errors occur.
  + Added a delaySocketClose attribute to Http10Interceptor.  The
  + default is false.  If set true, a Thread.sleep(0) is executed
  + before the socket is closed.  This was needed by Cactus when
  + run on a high powered Windows XP box.  The sleep(0) helps ensure
  + the test get a chance to receive its input before the socket
  + is closed.  Otherwise, Socket reset by peer errors occur.
   
 Make the App-classloader configurable to allow using the 1.1
 loader even when running under Java2.  This should allow for better
  @@ -120,6 +119,17 @@
security manager, otherwise security exceptions will prevent
JSPs from compiling.
   
  + Added reloadable attribute to AutoWebApp module.  If true,
  + reloading will be enabled in all added contexts.  If false, reloading
  + will be disabled.  The default is true.
  +
  + Added defaultRedirectStatus attribute to ErrorHandler module. It
  + may be set to 301 or 302.  The default is 301.  It determines
  + the status code set by the redirect handler if a status code has
  + not already been set.  This primarily affects the status code used
  + when the StaticInterceptor module redirects a directory URL that
  + doesn't end with a '/'.
  +
   
   Server:
   
  @@ -133,6 +143,9 @@
path portion of the request URL.  RFC2396 allows '+' in the path
of a URL.
   
  + Modified IntrospectionUtils.getClassPath() to add classes
  + directory to the list prior to jars.
  +
   1657 JSPs with tag names that contain '-' or '.' will now compile without
an Invalid expression error
   
  @@ -212,6 +225,7 @@
 reported bug, it was mostly a nuisance.  In other cases (see 6143)
 it was causing major problems.
   
  +
   Configuration:
   
   Bug No.  Description
  @@ -226,6 +240,9 @@
 actually a JSP page.
   
   5365  Fixed the JasperMangler to handle Java reserved words correctly.
  +
  +5958 ApacheConfig, IISConfig, and NSConfig were updated so mappings that
  + end with /* will write a mapping with and without the ending /*.
   
   6004 Updated Http10Connector to accept any attribute.  The attributes
without predefined setters will be included with the predefined
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-02-04 Thread larryi

larryi  02/02/04 18:20:25

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Forgot to mention welcome files are affected by defaultRedirectStatus.
  
  Revision  ChangesPath
  1.31  +2 -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.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- RELEASE-NOTES-3.3.1.txt   5 Feb 2002 02:11:00 -   1.30
  +++ RELEASE-NOTES-3.3.1.txt   5 Feb 2002 02:20:25 -   1.31
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.30 2002/02/05 02:11:00 larryi Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.31 2002/02/05 02:20:25 larryi Exp $
   
   
   This document describes the changes that have been made since the
  @@ -128,7 +128,7 @@
the status code set by the redirect handler if a status code has
not already been set.  This primarily affects the status code used
when the StaticInterceptor module redirects a directory URL that
  - doesn't end with a '/'.
  + doesn't end with a '/' and redirects to welcome files.
   
   
   Server:
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-02-04 Thread billbarker

billbarker02/02/04 19:56:55

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document fix for 6234
  
  Revision  ChangesPath
  1.32  +3 -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.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- RELEASE-NOTES-3.3.1.txt   5 Feb 2002 02:20:25 -   1.31
  +++ RELEASE-NOTES-3.3.1.txt   5 Feb 2002 03:56:55 -   1.32
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.31 2002/02/05 02:20:25 larryi Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.32 2002/02/05 03:56:55 billbarker Exp $
   
   
   This document describes the changes that have been made since the
  @@ -225,6 +225,8 @@
 reported bug, it was mostly a nuisance.  In other cases (see 6143)
 it was causing major problems.
   
  +6234  Recycle the Writer in the ResponseFacade if it is the error state when
  +  the facade is recycled.
   
   Configuration:
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-02-02 Thread larryi

larryi  02/02/02 07:59:04

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document last change
  
  Revision  ChangesPath
  1.28  +5 -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.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- RELEASE-NOTES-3.3.1.txt   31 Jan 2002 04:29:13 -  1.27
  +++ RELEASE-NOTES-3.3.1.txt   2 Feb 2002 15:59:04 -   1.28
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.27 2002/01/31 04:29:13 larryi Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.28 2002/02/02 15:59:04 larryi Exp $
   
   
   This document describes the changes that have been made since the
  @@ -128,6 +128,10 @@
Fixed problem with JSP page names that match a Windows DOS device
name, such as aux.jsp.  Instead of potentially hanging the thread
that services the request, these requests now return 404 Not Found.
  +
  + DecodeInterceptor was updated to not convert '+' to space in the
  + path portion of the request URL.  RFC2396 allows '+' in the path
  + of a URL.
   
   1657 JSPs with tag names that contain '-' or '.' will now compile without
an Invalid expression error
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-01-30 Thread larryi

larryi  02/01/30 20:29:13

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document recent changes
  
  Revision  ChangesPath
  1.27  +32 -7 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.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- RELEASE-NOTES-3.3.1.txt   31 Jan 2002 03:49:03 -  1.26
  +++ RELEASE-NOTES-3.3.1.txt   31 Jan 2002 04:29:13 -  1.27
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.26 2002/01/31 03:49:03 billbarker Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.27 2002/01/31 04:29:13 larryi Exp $
   
   
   This document describes the changes that have been made since the
  @@ -85,12 +85,13 @@
the locale and character set encoding of the directory listings
are derived.
   
  - Added a delaySocketClose attribute to Http10Interceptor.  The
  - default is false.  If set true, a Thread.sleep(0) is executed
  - before the socket is closed.  This was needed by Cactus when
  - run on a high powered Windows XP box.  The sleep(0) helps ensure
  - the test get a chance to receive its input before the socket
  - is closed.  Otherwise, Socket reset by peer errors occur.
  + Added a socketCloseDelay attribute to Http10Interceptor.  The
  + default is -1, disabled.  If set to 0, a Thread.yield() is executed
  + before the socket is closed.  If set greater than 0, it spins
  + for the specified amount of time in milliseconds.  This was needed
  + by Cactus when run some systems.  This helps insure the client end
  + of the socket gets a chance to read the returned response before the
  + socket is closed.  Otherwise, Socket reset by peer errors occur.
   
 Make the App-classloader configurable to allow using the 1.1
 loader even when running under Java2.  This should allow for better
  @@ -109,6 +110,16 @@
support for isapi_redirect.dll's use with web servers other than
Tomcat 3.3, such as Tomcat 3.2.x.
   
  + Added a useWebAppCL attribute to JspInterceptor.  When true,
  + Java compilation using sun.tools.javac.Main will run in the
  + web application's classloader.  When false (the default), Java
  + compilation using sun.tools.javac.Main runs in the container
  + classloader.  Using a value of true may help on certain HP-UX
  + systems.  In all other cases, useWebAppCL should be false.
  + Currently webWebAppCL=true can not be used when running under a
  + security manager, otherwise security exceptions will prevent
  + JSPs from compiling.
  +
   
   Server:
   
  @@ -118,6 +129,13 @@
name, such as aux.jsp.  Instead of potentially hanging the thread
that services the request, these requests now return 404 Not Found.
   
  +1657 JSPs with tag names that contain '-' or '.' will now compile without
  + an Invalid expression error
  +
  +4382 tomcat.sh script no longer deletes the ajp12.id file which could
  + cause a problem shutting down if Tomcat was accidentally started
  + twice.
  +
   5994 Fix seconds calculation problem in DateTool
   
   4418 Ported Tomcat 3.2.x fix for race condition in ServerSocketFactory.
  @@ -144,6 +162,13 @@
Fixed bug with useJspServlet option in JspInterceptor.  If set to true
untrusted web applications couldn't run the JspServlet because
jasper.jar and tools.jar weren't accessible.
  +
  +4923 Default permissions were added in PolicyInterceptor to allow direct
  + read access to the webapp docBase and work directories.  This is
  + in addition to the permissions allowing access to the contents of
  + these directories.  These new permissions allows exists() to be
  + executed on those directories without a security exception when
  + running under a security manager.
   
   4955  Fixed bug in the parsing of the query string to 
 RequestDispatcher.include/forward wasn't handling the case where only
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-01-24 Thread bojan

bojan   02/01/24 16:00:13

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Fix for bug 5994
  
  Revision  ChangesPath
  1.24  +3 -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.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- RELEASE-NOTES-3.3.1.txt   22 Jan 2002 04:23:54 -  1.23
  +++ RELEASE-NOTES-3.3.1.txt   25 Jan 2002 00:00:13 -  1.24
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.23 2002/01/22 04:23:54 billbarker Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.24 2002/01/25 00:00:13 bojan Exp $
   
   
   This document describes the changes that have been made since the
  @@ -114,6 +114,8 @@
Fixed problem with JSP page names that match a Windows DOS device
name, such as aux.jsp.  Instead of potentially hanging the thread
that services the request, these requests now return 404 Not Found.
  +
  +5994 Fix seconds calculation problem in DateTool
   
   4418 Ported Tomcat 3.2.x fix for race condition in ServerSocketFactory.
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-01-24 Thread larryi

larryi  02/01/24 20:34:20

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document recent updates to SSL support
  
  Revision  ChangesPath
  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 -  1.24
  +++ RELEASE-NOTES-3.3.1.txt   25 Jan 2002 04:34:20 -  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]




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-01-21 Thread billbarker

billbarker02/01/21 20:23:54

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Record fix for bug #5191
  
  Revision  ChangesPath
  1.23  +2 -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.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- RELEASE-NOTES-3.3.1.txt   13 Jan 2002 02:41:04 -  1.22
  +++ RELEASE-NOTES-3.3.1.txt   22 Jan 2002 04:23:54 -  1.23
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.22 2002/01/13 02:41:04 larryi Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.23 2002/01/22 04:23:54 billbarker Exp $
   
   
   This document describes the changes that have been made since the
  @@ -172,6 +172,7 @@
 StaticInterceptor).  The check was redundant, and was causing
 Spec problems.
   
  +5191  Fix parsing of JSP comments with extra '-' characters.
   
   Configuration:
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-01-12 Thread larryi

larryi  02/01/12 18:41:04

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document changes to IISConfig and isapi_redirect.dll
  
  Revision  ChangesPath
  1.22  +16 -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.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- RELEASE-NOTES-3.3.1.txt   11 Jan 2002 07:11:26 -  1.21
  +++ RELEASE-NOTES-3.3.1.txt   13 Jan 2002 02:41:04 -  1.22
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.21 2002/01/11 07:11:26 billbarker Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.22 2002/01/13 02:41:04 larryi Exp $
   
   
   This document describes the changes that have been made since the
  @@ -93,6 +93,20 @@
 loader even when running under Java2.  This should allow for better
 jar reloading at the cost of not enforcing sealing etc.  
   
  + The IISConf module was updated to support an isapiRedirector
  + attribute which specifies the name of the redirector plugin DLL.
  + It also now writes a properties file the can be used for
  + configuration of the redirector instead of registry settings.
  +
  + The isapi_redirect.dll was enhanced to support a uri_select
  + configuration setting that controls which form of URL is forwarded
  + to Tomcat.  The normalized/decoded URL used by Tomcat 3.3 is
  + still the default.  The original URL or re-encoded normalized/decoded
  + URL may be forwarded instead.  This was done to provide better
  + support for isapi_redirect.dll's use with web servers other than
  + Tomcat 3.3, such as Tomcat 3.2.x.
  +
  +
   Server:
   
   Bug No.  Description
  @@ -157,6 +171,7 @@
   5724  Supress the check for WEB-INF in the Default Servlet (aka 
 StaticInterceptor).  The check was redundant, and was causing
 Spec problems.
  +
   
   Configuration:
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-01-10 Thread billbarker

billbarker02/01/10 23:11:27

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Documenting changes to StaticInterceptor  LoaderInterceptor11
  
  Revision  ChangesPath
  1.21  +7 -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.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- RELEASE-NOTES-3.3.1.txt   9 Jan 2002 06:41:01 -   1.20
  +++ RELEASE-NOTES-3.3.1.txt   11 Jan 2002 07:11:26 -  1.21
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.20 2002/01/09 06:41:01 larryi Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.21 2002/01/11 07:11:26 billbarker Exp $
   
   
   This document describes the changes that have been made since the
  @@ -89,6 +89,9 @@
the test get a chance to receive its input before the socket
is closed.  Otherwise, Socket reset by peer errors occur.
   
  +  Make the App-classloader configurable to allow using the 1.1
  +  loader even when running under Java2.  This should allow for better
  +  jar reloading at the cost of not enforcing sealing etc.  
   
   Server:
   
  @@ -151,6 +154,9 @@
getReader() was called, you would get the old reader rather than
a new reader for the current request.
   
  +5724  Supress the check for WEB-INF in the Default Servlet (aka 
  +  StaticInterceptor).  The check was redundant, and was causing
  +  Spec problems.
   
   Configuration:
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-01-08 Thread larryi

larryi  02/01/08 22:41:01

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document aux.jsp bug fix.
  
  Revision  ChangesPath
  1.20  +5 -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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- RELEASE-NOTES-3.3.1.txt   8 Jan 2002 00:49:24 -   1.19
  +++ RELEASE-NOTES-3.3.1.txt   9 Jan 2002 06:41:01 -   1.20
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.19 2002/01/08 00:49:24 larryi Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.20 2002/01/09 06:41:01 larryi Exp $
   
   
   This document describes the changes that have been made since the
  @@ -93,6 +93,10 @@
   Server:
   
   Bug No.  Description
  +
  + Fixed problem with JSP page names that match a Windows DOS device
  + name, such as aux.jsp.  Instead of potentially hanging the thread
  + that services the request, these requests now return 404 Not Found.
   
   4418 Ported Tomcat 3.2.x fix for race condition in ServerSocketFactory.
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-01-07 Thread larryi

larryi  02/01/07 16:49:24

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document update to Http10Interceptor and fix to isapi_redirect.dll.
  
  Revision  ChangesPath
  1.19  +16 -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.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- RELEASE-NOTES-3.3.1.txt   31 Dec 2001 23:47:07 -  1.18
  +++ RELEASE-NOTES-3.3.1.txt   8 Jan 2002 00:49:24 -   1.19
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.18 2001/12/31 23:47:07 larryi Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.19 2002/01/08 00:49:24 larryi Exp $
   
   
   This document describes the changes that have been made since the
  @@ -36,7 +36,7 @@
 if the input URL includes an anchor tag.
   
 Improved the handling of invalid web.xml files.  Now you get the same
  -  error messages everytime you parse the file.
  +  error messages every time you parse the file.
   
 Moved the setting of the default *.jsp mapping so that it is now 
 possible to entirely disable support for jsp files.
  @@ -82,6 +82,13 @@
the locale and character set encoding of the directory listings
are derived.
   
  + Added a delaySocketClose attribute to Http10Interceptor.  The
  + default is false.  If set true, a Thread.sleep(0) is executed
  + before the socket is closed.  This was needed by Cactus when
  + run on a high powered Windows XP box.  The sleep(0) helps ensure
  + the test get a chance to receive its input before the socket
  + is closed.  Otherwise, Socket reset by peer errors occur.
  +
   
   Server:
   
  @@ -155,6 +162,13 @@
 actually a JSP page.
   
   5365  Fixed the JasperMangler to handle Java reserved words correctly.
  +
  +
  +Connectors:
  +
  + A bug was fixed in isapi_redirect.dll where it would mistake an
  + encoded '?' in the URI path as the query string delimitor.
  +
   
   Documentation:
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2001-12-31 Thread larryi

larryi  01/12/31 15:47:07

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document recent changes
  
  Revision  ChangesPath
  1.18  +28 -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.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- RELEASE-NOTES-3.3.1.txt   21 Dec 2001 19:14:25 -  1.17
  +++ RELEASE-NOTES-3.3.1.txt   31 Dec 2001 23:47:07 -  1.18
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.17 2001/12/21 19:14:25 keith Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.18 2001/12/31 23:47:07 larryi Exp $
   
   
   This document describes the changes that have been made since the
  @@ -61,6 +61,27 @@
a mod_jk mapping for /foo as well as /foo/* to better match
the servlet spec.
   
  + The default log handler was updated to specify autoFlush=true for
  + the PrintWriter so the output doesn't just go to a buffer.  Since
  + this logger is replaced a new logger set by the LogSetter module,
  + its reduction in efficiency won't affect normal operation.
  +
  + ServerXmlReader now logs a warning if the modules.xml file isn't
  + found.
  +
  + The internal test script, test-tomcat.xml, has been made more
  + configurable and the Admin app internal test page, test.jsp, has
  + been updated to make use of this.  With appropriate input settings,
  + the tests can be run against Tomcat standalone, Apache, IIS, and
  + Netscape (v4.1) without and failures.
  +
  + Japanese resource strings were added and StaticInterceptor and
  + ErrorHandler modules were updated to take advantage of them.  In
  + addition, useAcceptLanguage and useCharset attributes were added
  + to the StaticInterceptor module to allow configuration of how
  + the locale and character set encoding of the directory listings
  + are derived.
  +
   
   Server:
   
  @@ -113,6 +134,12 @@
   
 Do not return a body with 304 responses (forbidden by HTTP/1.x and
 confusing to NS  6.x).
  +
  + HttpServletRequestFacade now resets the reader when recycled.
  + Previously, calling getReader() on a recycled facade on which
  + getReader() was called, you would get the old reader rather than
  + a new reader for the current request.
  +
   
   Configuration:
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2001-12-21 Thread keith

keith   01/12/21 11:14:25

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document ErrorHandler change.
  
  Revision  ChangesPath
  1.17  +5 -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.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- RELEASE-NOTES-3.3.1.txt   2001/12/20 03:49:14 1.16
  +++ RELEASE-NOTES-3.3.1.txt   2001/12/21 19:14:25 1.17
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.16 2001/12/20 03:49:14 billbarker Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.17 2001/12/21 19:14:25 keith Exp $
   
   
   This document describes the changes that have been made since the
  @@ -111,6 +111,9 @@
   
   5497  Ignore the If-Modified-Since header when including a static page.
   
  +  Do not return a body with 304 responses (forbidden by HTTP/1.x and
  +  confusing to NS  6.x).
  +
   Configuration:
   
   Bug No.  Description
  @@ -146,4 +149,4 @@
key is used only on Win98.
   
JDBCRealm-howto.html updated to name the correct class and its jar
  - location for digested passwords.
  \ No newline at end of file
  + location for digested passwords.
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2001-12-19 Thread billbarker

billbarker01/12/19 19:49:14

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document fix for 304 response on included pages.
  
  Revision  ChangesPath
  1.16  +3 -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.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- RELEASE-NOTES-3.3.1.txt   2001/12/17 02:37:40 1.15
  +++ RELEASE-NOTES-3.3.1.txt   2001/12/20 03:49:14 1.16
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.15 2001/12/17 02:37:40 larryi Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.16 2001/12/20 03:49:14 billbarker Exp $
   
   
   This document describes the changes that have been made since the
  @@ -108,6 +108,8 @@
   
 Fixed the position of the ;jsessionid when Tomcat generates a 401 
 response.  Now it is before the query string instead of after.
  +
  +5497  Ignore the If-Modified-Since header when including a static page.
   
   Configuration:
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2001-12-16 Thread larryi

larryi  01/12/16 18:37:40

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document updates to ApacheConfig, IISConfig, and NSConfig
  
  Revision  ChangesPath
  1.15  +8 -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.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- RELEASE-NOTES-3.3.1.txt   2001/12/14 03:50:20 1.14
  +++ RELEASE-NOTES-3.3.1.txt   2001/12/17 02:37:40 1.15
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.14 2001/12/14 03:50:20 billbarker Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.15 2001/12/17 02:37:40 larryi Exp $
   
   
   This document describes the changes that have been made since the
  @@ -54,6 +54,13 @@
declarations.
   
 Added support for PureTLS as an SSL option.
  +
  + The configuration files generated by ApacheConfig, IISConfig and
  + NSConfig were improved for the case when the forwardAll attribute
  + is false. Primarily, a servlet mapping like /foo/* now generates
  + a mod_jk mapping for /foo as well as /foo/* to better match
  + the servlet spec.
  +
   
   Server:
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2001-12-13 Thread billbarker

billbarker01/12/13 19:50:21

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document Mangler fix.
  
  Revision  ChangesPath
  1.14  +3 -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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- RELEASE-NOTES-3.3.1.txt   2001/12/13 04:26:09 1.13
  +++ RELEASE-NOTES-3.3.1.txt   2001/12/14 03:50:20 1.14
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.13 2001/12/13 04:26:09 billbarker Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.14 2001/12/14 03:50:20 billbarker Exp $
   
   
   This document describes the changes that have been made since the
  @@ -114,6 +114,8 @@
   
   5390  Fixed the behavior of LoadOnStartup servlets when the servlet is
 actually a JSP page.
  +
  +5365  Fixed the JasperMangler to handle Java reserved words correctly.
   
   Documentation:
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2001-12-12 Thread billbarker

billbarker01/12/12 20:26:09

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document fix for LoadOnStartup JSP pages.
  
  Revision  ChangesPath
  1.13  +3 -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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- RELEASE-NOTES-3.3.1.txt   2001/12/08 04:57:28 1.12
  +++ RELEASE-NOTES-3.3.1.txt   2001/12/13 04:26:09 1.13
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.12 2001/12/08 04:57:28 billbarker Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.13 2001/12/13 04:26:09 billbarker Exp $
   
   
   This document describes the changes that have been made since the
  @@ -112,6 +112,8 @@
   4826 Fixed AutoWebApp so the dir attribute can be an absolute path on
Windows systems.
   
  +5390  Fixed the behavior of LoadOnStartup servlets when the servlet is
  +  actually a JSP page.
   
   Documentation:
   
  
  
  

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




RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2001-12-10 Thread GOMEZ Henri

Did you also include the requirement on Cryptix and cryptix asn ?
Nota that the cryptix-asn to be used is a patched version of 
the 'official'.

from puretls announce :

==

DEPENDENCIES
JDK:
PureTLS has been developed under JDK 1.1.8 on FreeBSD. It 
has been tested under JDK 1.2 on Solaris and Windows.

Cryptix:
Although PureTLS includes some crypto functionality (DH and DSS
implementations) it depends on Cryptix for a number of algorithms
(RSA, MD5, SHA-1, DES, 3DES, RC4, RC2). It would be nice if any
JCE-compliant provider would work and we'll work on that for future
releases, but for the moment, Cryptix is required. The issue is that
key formats are not standardized and we depend on Cryptix-specific
formats. 

The latest version of Cryptix (3.2) can be obtained at:
http://www.cryptix.org/

pCryptix ASN.1 kit:
PureTLS uses the Cryptix ASN.1 kit for it's certificate and key parsing.
Due to version skew you need to get a modified version from
http://www.rtfm.com/puretls
This version is known to work.

==

-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .) 
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 07, 2001 6:37 AM
To: [EMAIL PROTECTED]
Subject: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt


billbarker01/12/06 21:36:39

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document PureTLS support.
  
  Revision  ChangesPath
  1.11  +4 -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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- RELEASE-NOTES-3.3.1.txt  2001/12/05 11:29:50 1.10
  +++ RELEASE-NOTES-3.3.1.txt  2001/12/07 05:36:39 1.11
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.10 2001/12/05 11:29:50 larryi Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.11 2001/12/07 05:36:39 
billbarker Exp $
   
   
   This document describes the changes that have been made since the
  @@ -41,6 +41,8 @@
Moved the setting of the default *.jsp mapping so 
that it is now 
possible to entirely disable support for jsp files.
   
  + Fixed problem with jsp_precompile parameter to JSP files.
  +
Context properties and ContextManager properties 
can now be set with
Property ... / elements, i.e: 
Property name=propname value=thevalue /
  @@ -51,6 +53,7 @@
variable substitution to be used in Context .../Context
declarations.
   
  + Added support for PureTLS as an SSL option.
   
   Server:
   
  
  
  

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


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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2001-12-07 Thread billbarker

billbarker01/12/07 20:57:29

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Documenting ;jsessionid fix.
  
  Revision  ChangesPath
  1.12  +3 -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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- RELEASE-NOTES-3.3.1.txt   2001/12/07 05:36:39 1.11
  +++ RELEASE-NOTES-3.3.1.txt   2001/12/08 04:57:28 1.12
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.11 2001/12/07 05:36:39 billbarker Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.12 2001/12/08 04:57:28 billbarker Exp $
   
   
   This document describes the changes that have been made since the
  @@ -99,6 +99,8 @@
Eliminated some hard coded '\n' line separators used by Jasper in the
translated Java file.
   
  +  Fixed the position of the ;jsessionid when Tomcat generates a 401 
  +  response.  Now it is before the query string instead of after.
   
   Configuration:
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2001-12-05 Thread larryi

larryi  01/12/05 03:29:50

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document recent updates
  
  Revision  ChangesPath
  1.10  +15 -3 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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- RELEASE-NOTES-3.3.1.txt   2001/12/04 02:27:17 1.9
  +++ RELEASE-NOTES-3.3.1.txt   2001/12/05 11:29:50 1.10
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.9 2001/12/04 02:27:17 larryi Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.10 2001/12/05 11:29:50 larryi Exp $
   
   
   This document describes the changes that have been made since the
  @@ -41,7 +41,17 @@
 Moved the setting of the default *.jsp mapping so that it is now 
 possible to entirely disable support for jsp files.
   
  + Context properties and ContextManager properties can now be set with
  + Property ... / elements, i.e: 
  + Property name=propname value=thevalue /
  + For backwards compatibility, the ContextManager lower-case-p
  + property ... / version supported by Tomcat 3.3. is still supported.
  +
  + Added variable substitution handling to ContextXmlReader, allowing
  + variable substitution to be used in Context .../Context
  + declarations.
   
  +
   Server:
   
   Bug No.  Description
  @@ -105,12 +115,14 @@
Tomcat-on-NetWare-HowTo.html updated to fix errors related to new
functionality in Tomcat 3.3.
   
  - tomcat-ug.html updated with additional classloader information.
  + tomcat-ug.html updated with additional classloader information and
  + details on the variable substitution available in Context
  + declarations.

serverxml.html updated to document new checkSSLSessionId attribute on
SessionId module.  A note was added to Ajp12Connector to document the
requirement for maxThreads to be 2 or more if it is to be used to
  - shutdown Tomcat.
  + shutdown Tomcat.  Section on variable substitution was updated.
   
tomcat-iis-howto.html updated to make it clearer that the Filter Dlls
key is used only on Win98.
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2001-12-03 Thread larryi

larryi  01/12/03 18:27:17

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Note update to Jasper.
  
  Revision  ChangesPath
  1.9   +6 -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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- RELEASE-NOTES-3.3.1.txt   2001/11/30 05:35:10 1.8
  +++ RELEASE-NOTES-3.3.1.txt   2001/12/04 02:27:17 1.9
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.8 2001/11/30 05:35:10 billbarker Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.9 2001/12/04 02:27:17 larryi Exp $
   
   
   This document describes the changes that have been made since the
  @@ -41,7 +41,6 @@
 Moved the setting of the default *.jsp mapping so that it is now 
 possible to entirely disable support for jsp files.
   
  -  Fixed problem with jsp_precompile parameter to JSP files.
   
   Server:
   
  @@ -81,6 +80,11 @@
   
   5005 If requested JSP file doesn't exist, avoid creating work directories
and version file.
  +
  +  Fixed problem with jsp_precompile parameter to JSP files.
  +
  + Eliminated some hard coded '\n' line separators used by Jasper in the
  + translated Java file.
   
   
   Configuration:
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2001-11-29 Thread billbarker

billbarker01/11/29 21:35:10

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Update for spec compliance fix on JSP pages.
  
  Revision  ChangesPath
  1.8   +3 -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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- RELEASE-NOTES-3.3.1.txt   2001/11/29 03:35:17 1.7
  +++ RELEASE-NOTES-3.3.1.txt   2001/11/30 05:35:10 1.8
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.7 2001/11/29 03:35:17 billbarker Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.8 2001/11/30 05:35:10 billbarker Exp $
   
   
   This document describes the changes that have been made since the
  @@ -40,6 +40,8 @@
   
 Moved the setting of the default *.jsp mapping so that it is now 
 possible to entirely disable support for jsp files.
  +
  +  Fixed problem with jsp_precompile parameter to JSP files.
   
   Server:
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2001-11-28 Thread billbarker

billbarker01/11/28 19:35:17

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Update to document fixes to handling of invalid web.xml files and disabling JSP 
support.
  
  Revision  ChangesPath
  1.7   +7 -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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- RELEASE-NOTES-3.3.1.txt   2001/11/27 04:09:00 1.6
  +++ RELEASE-NOTES-3.3.1.txt   2001/11/29 03:35:17 1.7
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.6 2001/11/27 04:09:00 larryi Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.7 2001/11/29 03:35:17 billbarker Exp $
   
   
   This document describes the changes that have been made since the
  @@ -34,6 +34,12 @@
   
 Fixed logic for response.encodeURL() so that it will work correctly 
 if the input URL includes an anchor tag.
  +
  +  Improved the handling of invalid web.xml files.  Now you get the same
  +  error messages everytime you parse the file.
  +
  +  Moved the setting of the default *.jsp mapping so that it is now 
  +  possible to entirely disable support for jsp files.
   
   Server:
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2001-11-26 Thread larryi

larryi  01/11/26 20:09:00

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Update for Bugzilla #5005 fix.
  
  Revision  ChangesPath
  1.6   +5 -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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- RELEASE-NOTES-3.3.1.txt   2001/11/21 04:33:54 1.5
  +++ RELEASE-NOTES-3.3.1.txt   2001/11/27 04:09:00 1.6
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.5 2001/11/21 04:33:54 billbarker Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.6 2001/11/27 04:09:00 larryi Exp $
   
   
   This document describes the changes that have been made since the
  @@ -70,6 +70,10 @@
   
   4948  Fix DependClassLoader to be a Java2 ClassLoader when running under
 a Java2 JVM.  
  +
  +5005 If requested JSP file doesn't exist, avoid creating work directories
  + and version file.
  +
   
   Configuration:
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2001-11-20 Thread billbarker

billbarker01/11/20 20:33:55

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Update for bug 4948 fix.
  
  Revision  ChangesPath
  1.5   +4 -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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- RELEASE-NOTES-3.3.1.txt   2001/11/20 06:39:21 1.4
  +++ RELEASE-NOTES-3.3.1.txt   2001/11/21 04:33:54 1.5
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.4 2001/11/20 06:39:21 billbarker Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.5 2001/11/21 04:33:54 billbarker Exp $
   
   
   This document describes the changes that have been made since the
  @@ -67,6 +67,9 @@
   4955  Fixed bug in the parsing of the query string to 
 RequestDispatcher.include/forward wasn't handling the case where only
 the parameter name was specified.
  +
  +4948  Fix DependClassLoader to be a Java2 ClassLoader when running under
  +  a Java2 JVM.  
   
   Configuration:
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2001-11-19 Thread billbarker

billbarker01/11/19 22:39:21

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Update to reflect change to o.a.t.util.http.Parameters
  
  Revision  ChangesPath
  1.4   +4 -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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RELEASE-NOTES-3.3.1.txt   2001/11/17 06:34:08 1.3
  +++ RELEASE-NOTES-3.3.1.txt   2001/11/20 06:39:21 1.4
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.3 2001/11/17 06:34:08 billbarker Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.4 2001/11/20 06:39:21 billbarker Exp $
   
   
   This document describes the changes that have been made since the
  @@ -64,6 +64,9 @@
untrusted web applications couldn't run the JspServlet because
jasper.jar and tools.jar weren't accessible.
   
  +4955  Fixed bug in the parsing of the query string to 
  +  RequestDispatcher.include/forward wasn't handling the case where only
  +  the parameter name was specified.
   
   Configuration:
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2001-11-16 Thread billbarker

billbarker01/11/16 22:34:08

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Update to include change to o.a.t.facade.HttpServletResponseFacade.
  
  Revision  ChangesPath
  1.3   +3 -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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RELEASE-NOTES-3.3.1.txt   2001/11/14 03:02:24 1.2
  +++ RELEASE-NOTES-3.3.1.txt   2001/11/17 06:34:08 1.3
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.2 2001/11/14 03:02:24 larryi Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.3 2001/11/17 06:34:08 billbarker Exp $
   
   
   This document describes the changes that have been made since the
  @@ -32,6 +32,8 @@
if you have Apache forwarding SSL requests to a Tomcat that doesn't
have JSSE installed.
   
  +  Fixed logic for response.encodeURL() so that it will work correctly 
  +  if the input URL includes an anchor tag.
   
   Server:
   
  
  
  

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




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2001-11-13 Thread larryi

larryi  01/11/13 19:02:24

  Modified:.RELEASE-NOTES-3.3.1.txt
  Log:
  Document recent changes.
  
  Revision  ChangesPath
  1.2   +8 -3  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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RELEASE-NOTES-3.3.1.txt   2001/11/09 03:37:53 1.1
  +++ RELEASE-NOTES-3.3.1.txt   2001/11/14 03:02:24 1.2
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.1 2001/11/09 03:37:53 larryi Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.2 2001/11/14 03:02:24 larryi Exp $
   
   
   This document describes the changes that have been made since the
  @@ -28,7 +28,7 @@
session.  This check is disabled by default.
   
Added org.apache.tomcat.util.net.URL class from Tomcat 4.0 so
  - request.encodeURL() can work under SSL without JSSE.  This can occur
  + response.encodeURL() can work under SSL without JSSE.  This can occur
if you have Apache forwarding SSL requests to a Tomcat that doesn't
have JSSE installed.
   
  @@ -70,7 +70,10 @@
   4313 Bug in property substitution for server.xml and apps.xml files was
fixed.
   
  +4826 Fixed AutoWebApp so the dir attribute can be an absolute path on
  + Windows systems.
   
  +
   Documentation:
   
   Bug No.  Description
  @@ -81,7 +84,9 @@
tomcat-ug.html updated with additional classloader information.

serverxml.html updated to document new checkSSLSessionId attribute on
  - SessionId module.
  + SessionId module.  A note was added to Ajp12Connector to document the
  + requirement for maxThreads to be 2 or more if it is to be used to
  + shutdown Tomcat.
   
tomcat-iis-howto.html updated to make it clearer that the Filter Dlls
key is used only on Win98.
  
  
  

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