DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25138>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25138 [PATCH] Can't store web application context with admintool. Summary: [PATCH] Can't store web application context with admintool. Product: Tomcat 5 Version: Nightly Build Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Admin tools have a following problem. When I change Application Context and store it's configuration with other than iso-8859-1, the configuration file ($CATALINA_HOME/conf/Catalina/localhost/*) would be broken. The cause is StandardServer don't open file with utf-8 neither write xml header encoding. I wrote patch for this problem. Please took following patch and fix problem until tomcat5 final release. http://yamaguch.sytes.net/~tora/tmp/StandardServer.java.1.22.diff regards, Takashi Okamoto --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]