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 -0000       1.52
+++ struts-config.xml   18 Jul 2003 17:40:07 -0000
@@ -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]

Reply via email to