DO NOT REPLY [Bug 47050] New: StandardHostValve.status unnecessarily HTML-escapes the error message

2009-04-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47050 Summary: StandardHostValve.status unnecessarily HTML-escapes the error message Product: Tomcat 6 Version: 6.0.18 Platform: All OS/Version: All Status: NEW

DO NOT REPLY [Bug 47049] TOMCAT MANAGER appears in Spanish, tildes/accents are not resolved.

2009-04-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47049 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 45447] Spanish translations

2009-04-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45447 Mark Thomas ma...@apache.org changed: What|Removed |Added CC||max...@hotmail.com

Re: Problems building 5.5.27 from source

2009-04-19 Thread Mark Thomas
Kirk True wrote: Hi all, I had some problems building 5.5.27 as pulled from http://tomcat.apache.org/download-55.cgi. Thanks for the report. The first issue was that I couldn't use a JDK 1.4.2-level compiler as it chokes on the class format of the JUnit libraries. I'll look into this.

svn commit: r766513 - /tomcat/build/tc5.5.x/build.properties.default

2009-04-19 Thread markt
Author: markt Date: Sun Apr 19 20:37:46 2009 New Revision: 766513 URL: http://svn.apache.org/viewvc?rev=766513view=rev Log: Prep for 5.5.28 Modified: tomcat/build/tc5.5.x/build.properties.default Modified: tomcat/build/tc5.5.x/build.properties.default URL:

Re: Problems building 5.5.27 from source

2009-04-19 Thread Mark Thomas
Mark Thomas wrote: Kirk True wrote: The first issue was that I couldn't use a JDK 1.4.2-level compiler as it chokes on the class format of the JUnit libraries. I'll look into this. This works for me if I use the version of JUuit (3.8.2) specified in the build.properties.default Mark

DO NOT REPLY [Bug 45447] Spanish translations

2009-04-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45447 --- Comment #4 from Maxi max...@hotmail.com 2009-04-19 13:59:12 PST --- This situation is not happening in 5.5 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail

Re: DO NOT REPLY [Bug 47049] New: TOMCAT MANAGER appears in Spanish, tildes/accents are not resolved.

2009-04-19 Thread Mark Thomas
Ian Darwin wrote: Is there a policy on how we store localized files? Based on the javadoc for the properties class [1] it should be ISO-8859-1 with any characters that cannot be expressed in that encoded escaped using Unicode escapes. The file

svn commit: r766526 - in /tomcat/trunk: java/org/apache/tomcat/util/digester/Digester.java webapps/docs/config/systemprops.xml

2009-04-19 Thread fhanik
Author: fhanik Date: Sun Apr 19 22:00:51 2009 New Revision: 766526 URL: http://svn.apache.org/viewvc?rev=766526view=rev Log: Allow pluggable property replacement object Modified: tomcat/trunk/java/org/apache/tomcat/util/digester/Digester.java