RE: [4.1.27] Release [5.0.6] New build

2003-07-31 Thread Shapira, Yoav

Howdy,
The small Catalina.sh script fix ([! Os400] thing) will be in 4.1.27
right?

Looking forward to 5.0.6.  What's up with the sessions issue?
http://issues.apache.org/bugzilla/show_bug.cgi?id=4690

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: Remy Maucherat [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 31, 2003 5:51 AM
To: Tomcat Developers List
Subject: [4.1.27] Release [5.0.6] New build

I'll tag and release Tomcat 4.1.27 Stable today, which includes fixes
for minor security bugs over 4.1.26.
Please -1 quickly if you don't want that release to happen without more
review.

I'll also tag and release a new 5.0.6 build, ask for a vote on the
Tomcat 5.0.x release plan, and ask for a stability vote on the build
(to
get in the mood).

Lots of stuff :)

Remy



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




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



Re: [4.1.27] Release [5.0.6] New build

2003-07-31 Thread Tim Funk
The [! Os400] should be in 4.1.27. Does anyone with an os400 know if I should 
port the Os400 stuff in catalina.sh to 5? It appears the os400 checks were 
only in 4.1.

-Tim

Shapira, Yoav wrote:
Howdy,
The small Catalina.sh script fix ([! Os400] thing) will be in 4.1.27
right?
Looking forward to 5.0.6.  What's up with the sessions issue?
http://issues.apache.org/bugzilla/show_bug.cgi?id=4690
Yoav Shapira
Millennium ChemInformatics


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


Re: [4.1.27] Release [5.0.6] New build

2003-07-31 Thread Remy Maucherat
Tim Funk wrote:
The [! Os400] should be in 4.1.27. Does anyone with an os400 know if I 
should port the Os400 stuff in catalina.sh to 5? It appears the os400 
checks were only in 4.1.
Yes, that fix will be there. I'll review and document all changes with a 
diff on the previous tag, as usual, to make sure I don't miss anything.

Remy



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


Re: [4.1.27] Release [5.0.6] New build

2003-07-31 Thread Jeff Tulley
Remy,
Before you release, can you get that minor typo fix in
/webapps/admin/WEB-INF/struts-config.xml that I sent a patch for a week
or so ago?

It is causing major problems on NetWare, since the JVM is enforcing
case sensitivity of the path, and for some reason the new struts used by
Tomcat 4.1.26 exposed this long-existing error.

Very simple fix, no risk, just getting the case of the package name
part, defaultcontext, correct.
Patch attached.

Thanks,

Jeff Tulley  ([EMAIL PROTECTED])
(801)861-5322
Novell, Inc., The Leading Provider of Net Business Solutions
http://www.novell.com

 [EMAIL PROTECTED] 7/31/03 3:51:24 AM 
I'll tag and release Tomcat 4.1.27 Stable today, which includes fixes 
for minor security bugs over 4.1.26.
Please -1 quickly if you don't want that release to happen without more

review.

I'll also tag and release a new 5.0.6 build, ask for a vote on the 
Tomcat 5.0.x release plan, and ask for a stability vote on the build
(to 
get in the mood).

Lots of stuff :)

Remy



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

RCS file: /home/cvspublic/jakarta-tomcat-4.0/webapps/admin/WEB-INF/struts-config.xml,v
retrieving revision 1.52
diff -u -r1.52 struts-config.xml
--- struts-config.xml   9 Apr 2003 22:36:33 -   1.52
+++ struts-config.xml   18 Jul 2003 17:40:07 -
@@ -85,7 +85,7 @@
 type=org.apache.webapp.admin.defaultcontext.DefaultContextForm/
 
 form-bean  name=defaultContextsForm
-
type=org.apache.webapp.admin.defaultContext.DefaultContextsForm/
+
type=org.apache.webapp.admin.defaultcontext.DefaultContextsForm/
 
 !-- = Connector Module = --
 


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

RE: [4.1.27] Release [5.0.6] New build

2003-07-31 Thread Schalk
Remy

Also, I was wondering, with release 4.1.27, will the latest production
release of FileUpload (i.e. 1.0) be included instead of the beta version
that was included with 4.1.24. The beta version seems to cause some clashes
with the new 1.0 release.

Kind Regards
Schalk Neethling
Volume4.Development.Multimedia.Branding
emotionalize.conceptualize.visualize.realize
Tel: +27125468436
Fax: +27125468436
email:[EMAIL PROTECTED]
web: www.volume4.co.za
 

:: -Original Message-
:: From: Jeff Tulley [mailto:[EMAIL PROTECTED]
:: Sent: Thursday, July 31, 2003 5:22 PM
:: To: [EMAIL PROTECTED]
:: Subject: Re: [4.1.27] Release [5.0.6] New build
:: 
:: Remy,
:: Before you release, can you get that minor typo fix in
:: /webapps/admin/WEB-INF/struts-config.xml that I sent a patch for a week
:: or so ago?
:: 
:: It is causing major problems on NetWare, since the JVM is enforcing
:: case sensitivity of the path, and for some reason the new struts used by
:: Tomcat 4.1.26 exposed this long-existing error.
:: 
:: Very simple fix, no risk, just getting the case of the package name
:: part, defaultcontext, correct.
:: Patch attached.
:: 
:: Thanks,
:: 
:: Jeff Tulley  ([EMAIL PROTECTED])
:: (801)861-5322
:: Novell, Inc., The Leading Provider of Net Business Solutions
:: http://www.novell.com
:: 
::  [EMAIL PROTECTED] 7/31/03 3:51:24 AM 
:: I'll tag and release Tomcat 4.1.27 Stable today, which includes fixes
:: for minor security bugs over 4.1.26.
:: Please -1 quickly if you don't want that release to happen without more
:: 
:: review.
:: 
:: I'll also tag and release a new 5.0.6 build, ask for a vote on the
:: Tomcat 5.0.x release plan, and ask for a stability vote on the build
:: (to
:: get in the mood).
:: 
:: Lots of stuff :)
:: 
:: Remy
:: 
:: 
:: 
:: -
:: To unsubscribe, e-mail: [EMAIL PROTECTED]
:: For additional commands, e-mail: [EMAIL PROTECTED]




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



Re: [4.1.27] Release [5.0.6] New build

2003-07-31 Thread Remy Maucherat
Schalk wrote:

Remy

Also, I was wondering, with release 4.1.27, will the latest production
release of FileUpload (i.e. 1.0) be included instead of the beta version
that was included with 4.1.24. The beta version seems to cause some clashes
with the new 1.0 release.
Yes, it will use Fileupload 1.0 final, Struts 1.1 final, etc.

Remy



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