You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/12/02 14:41:38 UTC

DO NOT REPLY [Bug 25138] New: - [PATCH] Can't store web application context with admintool.

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: tomcat-dev@jakarta.apache.org
        ReportedBy: toraneko@kun.ne.jp


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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org