Hello,
I have a problem with tomcat and Ie 5.0 on a Mac. I have found the
answer to my problem here:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6983
its says i should:
*******************************
The file to patch is
src/catalina/src/share/org/apache/catalina/util/CookieTools.java
Jay
[EMAIL PROTECTED]
--- CookieTools.java Thu Apr 4 20:35:47 2002
+++ CookieTools.fix Thu Apr 4 20:37:07 2002
@@ -166,7 +166,7 @@
// Secure
if (cookie.getSecure()) {
- buf.append (";Secure");
+ buf.append ("; Secure");
}
}
****************************
so i looked in my tomcat directory and i found:
/usr/java/jakarta-tomcat-4.0.4/server/lib/catalina.jar
when i "jar tf catalina.jar" i find:
org/apache/catalina/util/CookieTools.class
so how do make the change to the class file?
my assumption would be i download the source for my version of tomcat
(4.0.4) compile the CookieTools.java to Cookie Tools.class and then use
jar to update the CookieTools.class in the catalina.jar file.
Any help on this would be greatly appreciated.
dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]