2009/5/14 Remy Maucherat <r...@apache.org>:
> The candidates binaries are available here:
> http://people.apache.org/~remm/tomcat-6/v6.0.20/
>
> According to the release process, the 6.0.20 tag is:
> [ ] Broken
> [ ] Alpha
> [ ] Beta
> [ ] Stable
>
> Rémy
>

The tgz archive of the sources is broken.

Some of the files there have undergone conversion to UTF-8,
while the relevant ones in the zip archive remain in ISO-8859-1.

Here is an example of those lines that differ:

***** \src\_tgz\java\javax\servlet\LocalStrings_fr.properties

err.not_iso8859_1={0} n''est pas un caractя┐�`re ISO 8859-1
value.true=true
***** \src\_zip\java\javax\servlet\LocalStrings_fr.properties

err.not_iso8859_1={0} n''est pas un caractшre ISO 8859-1
value.true=true
*****

Disregard the Cyrillic encoding issues - you may see that the count of
characters differ.

Here is the list of files that are broken:

====================================
/KEYS

/java/javax/servlet/LocalStrings_fr.properties
/java/javax/servlet/http/LocalStrings_fr.properties

/java/org/apache/catalina/authenticator/LocalStrings_fr.properties
/java/org/apache/catalina/connector/LocalStrings_fr.properties
/java/org/apache/catalina/core/LocalStrings_fr.properties
/java/org/apache/catalina/loader/LocalStrings_fr.properties

/java/org/apache/catalina/manager/LocalStrings_de.properties
/java/org/apache/catalina/manager/LocalStrings_fr.properties

/java/org/apache/catalina/realm/LocalStrings_fr.properties

/java/org/apache/catalina/security/LocalStrings_es.properties
/java/org/apache/catalina/security/LocalStrings_fr.properties

/java/org/apache/catalina/servlets/LocalStrings_fr.properties
/java/org/apache/catalina/session/LocalStrings_fr.properties
/java/org/apache/catalina/startup/LocalStrings_fr.properties
/java/org/apache/catalina/users/LocalStrings_fr.properties
/java/org/apache/catalina/util/LocalStrings_fr.properties
/java/org/apache/catalina/valves/LocalStrings_fr.properties

/java/org/apache/coyote/http11/LocalStrings_fr.properties

/java/org/apache/jasper/resources/LocalStrings_fr.properties

/java/org/apache/naming/LocalStrings_fr.properties
/java/org/apache/naming/resources/LocalStrings_fr.properties

/java/org/apache/tomcat/util/buf/res/LocalStrings_es.properties
/java/org/apache/tomcat/util/buf/res/LocalStrings_fr.properties

/java/org/apache/tomcat/util/http/res/LocalStrings_es.properties
/java/org/apache/tomcat/util/http/res/LocalStrings_fr.properties

/java/org/apache/tomcat/util/net/jsse/res/LocalStrings_fr.properties
/java/org/apache/tomcat/util/net/res/LocalStrings_fr.properties

/java/org/apache/tomcat/util/threads/res/LocalStrings_es.properties
/java/org/apache/tomcat/util/threads/res/LocalStrings_fr.properties

/webapps/docs/changelog.xml
/webapps/examples/WEB-INF/classes/LocalStrings_es.properties
/webapps/examples/WEB-INF/classes/LocalStrings_fr.properties
====================================


The binary distributions seem to be OK.

At least:
1) tgz and zip archives match each other
2) by quick look into tomcat-i18n-fr.jar the properties files are OK there
3) the properties files in /webapps/examples/WEB-INF/classes are also OK


Some other small discrepancies that can be fixed later:
1. the apache-tomcat-6.0.20-fulldocs.tar.gz file contains two exact copies of
/tomcat-6.0-doc/RUNNING.txt

2. the exe installer and zip distributive have the following
difference in server.xml :

***** C:\PROGRAM FILES\APACHE SOFTWARE FOUNDATION\TOMCAT 6.0\CONF\server.xml
    <!-- You should set jvmRoute to support load-balancing via AJP ie :
    <Engine name="Standalone" defaultHost="localhost" jvmRoute="jvm1">
    -->
***** C:\(...)\_ZIP\CONF\SERVER.XML
    <!-- You should set jvmRoute to support load-balancing via AJP ie :
    <Engine name="Catalina" defaultHost="localhost" jvmRoute="jvm1">
    -->
*****

I have not run the binaries yet.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to