Hi Chris,

Am 12.05.25 um 19:04 schrieb Christopher Schultz:
Rainer,

On 5/10/25 3:39 PM, Rainer Jung wrote:
Am 08.05.25 um 14:56 schrieb Christopher Schultz:
The proposed Apache Tomcat 10.1.41 release is now available for
voting.

All committers and PMC members are kindly requested to provide a vote if possible. ANY TOMCAT USER MAY VOTE, though only PMC members votes are binding. We welcome non-committer votes or comments on release builds.

The notable changes compared to 10.1.40 are:

- Process possible path parameters rewrite production in the rewrite
   valve.

- Enable allowLinking to be set on PreResources, JarResources and
   PostResources. If not set explicitly, the setting will be inherited
   from the Resources.

- Add support for optimized execution of c:set and c:remove tags, when
   activated via JSP servlet param useNonstandardTagOptimizations.

For full details, see the change log:
https://nightlies.apache.org/tomcat/tomcat-10.1.x/docs/changelog.html

Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 without changes. Java EE applications designed for Tomcat 9 and earlier may be placed in the $CATALINA_BASE/webapps-javaee directory and Tomcat will automatically convert them to Jakarta EE and copy them to the webapps directory.

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.1.41/

The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1546

The tag is:
https://github.com/apache/tomcat/tree/10.1.41
https://github.com/apache/tomcat/ commit/065dc9ace0bc17cd4996a19a6d24703cd43d280c

Please reply with a +1 for release or +0/-0/-1 with an explanation.

+1 to release

Reproducibility of the build checked (including the Windows installer) on Linux Mint 22.1. OK after setting LANG. Checked manually plus with "ant verify-release".

Are you able to re-check without explicitly setting the LANG environment variable? This release "should" include the necessary configuration to generate the javadocs in English to match the release artifacts.

expecting this response I already did this check for 11.0.7, so the recent 11.0.x tag. I guess that should be on par with 10.1 concerning build.xml and javadoc build flags?

When I build with no LANG, LANGUAGE, LC_* or similar environment variable set, I get a delta in the line

<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.7</b></div>

where the registered trademark sign is generated as "?"-

When I build with my default german LANG=de_DE.UTF-8, I get javadoc files with german decoration text, eg. instead of

title="class in org.apache.tomcat.websocket.pojo"

it gets

title="Klasse in org.apache.tomcat.websocket.pojo"

build.xml refers (unchanged) to locale="${javadoc.locale}" and build.properties.default contains javadoc.locale=en, which I do not overwrite.

Best regards,

Rainer

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

Reply via email to