RE: [ANNOUNCEMENT] Tomcat 3.2 Beta 8

2000-11-22 Thread GOMEZ Henri

The 'secure flag' is not used any more. 

I've included in my RPM a documentation with more information on SSL stuff.
Take a look at it and tell me if I could add it to TC 3.2 

Regards


 TOMCAT.README.RPM


RE: [ANNOUNCEMENT] Tomcat 3.2 Beta 8

2000-11-21 Thread GOMEZ Henri

Hi,

While building my RPM I notice that in server.xml in the SSL session
the secure parameter is still missing :

Normal or te be commited ?

-

--- jakarta-tomcat/src/etc/server.xml.orig  Thu Oct 12 10:04:48 2000
+++ jakarta-tomcat/src/etc/server.xml   Thu Oct 12 12:27:48 2000
@@ -235,6 +235,8 @@
 value="8443"/
 Parameter name="socketFactory" 
 value="org.apache.tomcat.net.SSLSocketFactory" /
+   Parameter name="secure"
+   value="true" /
 /Connector
 --
 
-

"La maîtrise des autres n'est que la force. La maîtrise de vous-même est le
véritable pouvoir" 
-- Lao Tzu 



Re: [ANNOUNCEMENT] Tomcat 3.2 Beta 8

2000-11-21 Thread Dave Oxley

What are the bugs with ajp13. I could do with this being stable. I will take 
a look at them but no guarantees 'cos I don't know much about writing Apache 
modules.

Dave.
[EMAIL PROTECTED]


From: "Craig R. McClanahan" [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED]
Subject: [ANNOUNCEMENT] Tomcat 3.2 Beta 8
Date: Mon, 20 Nov 2000 19:51:39 -0800

Thanks to everyone for the bug reports (and patches)!  You can now download
"beta 8" of the Tomcat 3.2 servlet container from:

 http://jakarta.apache.org/builds/tomcat/release/v3.2-beta-8

Relative to "beta 7", a number of critical bugs have been fixed, and 
several
configuration options available under Tomcat 3.1 have been restored 
(although
they are done in "conf/server.xml" rather than "conf/web.xml").

Please download this release and check it out.  If we've squashed all the
critical bugs, we can proceed to a final release!  Non-critical bugs will 
be
noted in the release notes and can be fixed in a later maintenance cycle.

NOTE:  No changes were made in any of the native code modules since version
"beta 7".  There are a number of outstanding bug reports against MOD_JK and
AJP13 that will remain open in the final release unless someone volunteers 
to
find and fix them.

Craig McClanahan



_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com




Re: [ANNOUNCEMENT] Tomcat 3.2 Beta 8

2000-11-21 Thread Craig R. McClanahan

GOMEZ Henri wrote:

 Hi,

 While building my RPM I notice that in server.xml in the SSL session
 the secure parameter is still missing :

 Normal or te be commited ?


I did not know about this one.  Go ahead and commit it, so we get it right in
the final release.

Craig



 -

 --- jakarta-tomcat/src/etc/server.xml.orig  Thu Oct 12 10:04:48 2000
 +++ jakarta-tomcat/src/etc/server.xml   Thu Oct 12 12:27:48 2000
 @@ -235,6 +235,8 @@
  value="8443"/
  Parameter name="socketFactory"
  value="org.apache.tomcat.net.SSLSocketFactory" /
 +   Parameter name="secure"
 +   value="true" /
  /Connector
  --

 -

 "La maîtrise des autres n'est que la force. La maîtrise de vous-même est le
 véritable pouvoir"
 -- Lao Tzu




RE: [ANNOUNCEMENT] Tomcat 3.2 Beta 8

2000-11-21 Thread GOMEZ Henri

Forget what I say, i was looking at invalid source

RPM will be out by 18 CET...

"La maîtrise des autres n'est que la force. La maîtrise de vous-même est le
véritable pouvoir" 
-- Lao Tzu 
 

-Original Message-
From: GOMEZ Henri [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 21, 2000 1:21 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: [ANNOUNCEMENT] Tomcat 3.2 Beta 8


The reported name is incorrect, I'll fix that in CVS but too late...

--- 
jakarta-tomcat/src/share/org/apache/tomcat/core/Constants.ja
va.origTue
Nov 21 13:22:32 2000
+++ 
jakarta-tomcat/src/share/org/apache/tomcat/core/Constants.java Tue
Nov 21 13:22:46 2000
@@ -67,7 +67,7 @@
 
 public class Constants {
 public static final String TOMCAT_NAME = "Tomcat Web Server";
-public static final String TOMCAT_VERSION = "3.2 beta 6";
+public static final String TOMCAT_VERSION = "3.2 beta 8";
 
 public static final String JSP_NAME = "JSP";
 public static final String JSP_VERSION = "1.1";


"La maîtrise des autres n'est que la force. La maîtrise de 
vous-même est le
véritable pouvoir" 
-- Lao Tzu 




RE: [ANNOUNCEMENT] Tomcat 3.2 Beta 8

2000-11-21 Thread GOMEZ Henri

The reported name is incorrect, I'll fix that in CVS but too late...

--- jakarta-tomcat/src/share/org/apache/tomcat/core/Constants.java.orig Tue
Nov 21 13:22:32 2000
+++ jakarta-tomcat/src/share/org/apache/tomcat/core/Constants.java  Tue
Nov 21 13:22:46 2000
@@ -67,7 +67,7 @@
 
 public class Constants {
 public static final String TOMCAT_NAME = "Tomcat Web Server";
-public static final String TOMCAT_VERSION = "3.2 beta 6";
+public static final String TOMCAT_VERSION = "3.2 beta 8";
 
 public static final String JSP_NAME = "JSP";
 public static final String JSP_VERSION = "1.1";


"La maîtrise des autres n'est que la force. La maîtrise de vous-même est le
véritable pouvoir" 
-- Lao Tzu