Re: [PR] Replace wine by makensis for Linux and use finalization to sign (un)installer [tomcat]

2025-02-10 Thread via GitHub
rainerjung commented on PR #825: URL: https://github.com/apache/tomcat/pull/825#issuecomment-2649588843 Why do you think that it wouldn't be reproducible? My patch should still provide the detached signature and use it it already available. And the makensis linux binary should create the sa

Re: [PR] Replace wine by makensis for Linux and use finalization to sign (un)installer [tomcat]

2025-02-10 Thread via GitHub
ChristopherSchultz commented on PR #825: URL: https://github.com/apache/tomcat/pull/825#issuecomment-2649493419 I think we can't build-and-sign the installer and uninstaller in this way and still produce reproducible builds. As long as `makensis` can be used to produce an unsigned uninstall

[Bug 44116] Multiple JSESSIONID handling with overlapping domains does not work

2025-02-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=44116 Christopher Schultz changed: What|Removed |Added CC|david.ramblewski@atosorigin | |.com

Re: Choosing an official language for Tomcat release builds

2025-02-10 Thread Christopher Schultz
Rainer, On 2/10/25 11:11 AM, Rainer Jung wrote: Am 10.02.25 um 17:02 schrieb Mark Thomas: On 10/02/2025 13:55, Christopher Schultz wrote: Assuming we agree that the official releases of Tomcat should have documentation in English, then I have a further proposal: +1   - Add "locale" attrib

[PR] Replace wine by makensis for Linux and use finalization to sign (un)installer [tomcat]

2025-02-10 Thread via GitHub
rainerjung opened a new pull request, #825: URL: https://github.com/apache/tomcat/pull/825 Nullsoft installers for Windows can be produced on Linux using the same NSIS scripts. Of course one needs to install makensis. The other reason for using wine in build.xml was running the tempor

(tomcat) branch 9.0.x updated: Use JSON style format for the instant by default

2025-02-10 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 10b3ff9c35 Use JSON style format for the instant by

(tomcat) branch 10.1.x updated: Use JSON style format for the instant by default

2025-02-10 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new b0fb9a867d Use JSON style format for the instant b

(tomcat) branch 11.0.x updated: Use JSON style format for the instant by default

2025-02-10 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new 7d00d166ee Use JSON style format for the instant b

(tomcat) branch main updated: Use JSON style format for the instant by default

2025-02-10 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 3b5ff241a7 Use JSON style format for the instant by de

[PR] Prevention of Util Class Institution [tomcat]

2025-02-10 Thread via GitHub
koust6u opened a new pull request, #824: URL: https://github.com/apache/tomcat/pull/824 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: Choosing an official language for Tomcat release builds

2025-02-10 Thread Rainer Jung
Am 10.02.25 um 17:02 schrieb Mark Thomas: On 10/02/2025 13:55, Christopher Schultz wrote: Assuming we agree that the official releases of Tomcat should have documentation in English, then I have a further proposal: +1   - Add "locale" attribute to the tasks in the build with     an explici

[Bug 44116] Multiple JSESSIONID handling with overlapping domains does not work

2025-02-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=44116 Chuck Caldarale changed: What|Removed |Added CC|domainsyester...@gmail.com | URL|https://www.doma

[ANN] Apache Tomcat 11.0.3 Available

2025-02-10 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 11.0.3. Apache Tomcat 11 is an open source software implementation of the Jakarta Servlet, Jakarta Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Authentication and Jakarta Annotations specifications.

[Bug 44116] Multiple JSESSIONID handling with overlapping domains does not work

2025-02-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=44116 Domains Yesterday changed: What|Removed |Added URL||https://www.domainsyesterda

[Bug 44116] Multiple JSESSIONID handling with overlapping domains does not work

2025-02-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=44116 Domains Yesterday changed: What|Removed |Added CC||domainsyester...@gmail.com -- You

Re: Choosing an official language for Tomcat release builds

2025-02-10 Thread Mark Thomas
On 10/02/2025 13:55, Christopher Schultz wrote: Assuming we agree that the official releases of Tomcat should have documentation in English, then I have a further proposal: +1  - Add "locale" attribute to the tasks in the build with    an explicit locale +1 For release-managers, I will

svn commit: r1923703 - in /tomcat/site/trunk/docs/tomcat-11.0-doc: ./ annotationapi/ annotationapi/jakarta/annotation/ annotationapi/jakarta/annotation/security/ annotationapi/jakarta/annotation/sql/

2025-02-10 Thread markt
Author: markt Date: Mon Feb 10 15:55:16 2025 New Revision: 1923703 URL: http://svn.apache.org/viewvc?rev=1923703&view=rev Log: Update docs for 11.0.3 release [This commit notification would consist of 76 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] --

svn commit: r1923704 - in /tomcat/site/trunk: ./ docs/ xdocs/

2025-02-10 Thread markt
Author: markt Date: Mon Feb 10 15:56:53 2025 New Revision: 1923704 URL: http://svn.apache.org/viewvc?rev=1923704&view=rev Log: Update site for 11.0.3 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/download-11.html tomcat/site/trunk/docs/index.html

[ANN] Apache Tomcat 9.0.99 available

2025-02-10 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.99. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.99 is a bugfix and feat

(tomcat) branch 9.0.x updated: Date for 9.0.99

2025-02-10 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new f7c6ba4fa8 Date for 9.0.99 f7c6ba4fa8 is described b

svn commit: r1923701 - in /tomcat/site/trunk/docs/tomcat-9.0-doc: ./ annotationapi/ annotationapi/javax/annotation/ annotationapi/javax/annotation/security/ annotationapi/javax/annotation/sql/ api/ ap

2025-02-10 Thread remm
Author: remm Date: Mon Feb 10 14:56:43 2025 New Revision: 1923701 URL: http://svn.apache.org/viewvc?rev=1923701&view=rev Log: Javadoc update for 9.0.99 [This commit notification would consist of 83 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r1923702 - /tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/coyote/NonPipeliningProcessor.html

2025-02-10 Thread remm
Author: remm Date: Mon Feb 10 14:57:29 2025 New Revision: 1923702 URL: http://svn.apache.org/viewvc?rev=1923702&view=rev Log: Javadoc update for 9.0.99 Added: tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/coyote/NonPipeliningProcessor.html Added: tomcat/site/trunk/docs/tomcat-9.0-do

svn commit: r1923700 - in /tomcat/site/trunk: ./ docs/ xdocs/

2025-02-10 Thread remm
Author: remm Date: Mon Feb 10 14:50:46 2025 New Revision: 1923700 URL: http://svn.apache.org/viewvc?rev=1923700&view=rev Log: Site update for 9.0.99 Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs/download-90.html

[ANN] Apache Tomcat 10.1.35 Available

2025-02-10 Thread Christopher Schultz
The Apache Tomcat team announces the immediate availability of Apache Tomcat 10.1.35. Apache Tomcat 10 is an open source software implementation of the Jakarta Servlet, Jakarta Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Authentication and Jakarta Annotations specifications. A

svn commit: r1923698 - in /tomcat/site/trunk: ./ docs/ docs/tomcat-10.1-doc/ docs/tomcat-10.1-doc/annotationapi/ docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/ docs/tomcat-10.1-doc/annotationa

2025-02-10 Thread schultz
Author: schultz Date: Mon Feb 10 14:23:25 2025 New Revision: 1923698 URL: http://svn.apache.org/viewvc?rev=1923698&view=rev Log: Announce release of v10.1.35 [This commit notification would consist of 77 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] --

[Bug 69575] New: org.apache.coyote.CompressionConfig doesn't recognize "zstd" compression

2025-02-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69575 Bug ID: 69575 Summary: org.apache.coyote.CompressionConfig doesn't recognize "zstd" compression Product: Tomcat 9 Version: unspecified Hardware: All OS: A

[Bug 69575] org.apache.coyote.CompressionConfig doesn't recognize "zstd" compression

2025-02-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69575 Todor Bonchev changed: What|Removed |Added CC||todo...@gmail.com -- You are receivin

Re: [ANN] New committer: Dimitris Soumis

2025-02-10 Thread Christopher Schultz
All, Whoops, "Edit as New" strikes again! -chris On 2/10/25 9:05 AM, Christopher Schultz wrote: On behalf of the Tomcat committers I am happy to announce that John Engebretson (jengebr) has been voted in as a new Tomcat committer. Please join me in congratulating and welcoming John. Thanks,

[ANN] New committer: John Engebretson

2025-02-10 Thread Christopher Schultz
On behalf of the Tomcat committers I am happy to announce that John Engebretson (jengebr) has been voted in as a new Tomcat committer. Please join me in congratulating and welcoming John. Thanks, -chris - To unsubscribe, e-mai

[ANN] New committer: Dimitris Soumis

2025-02-10 Thread Christopher Schultz
On behalf of the Tomcat committers I am happy to announce that John Engebretson (jengebr) has been voted in as a new Tomcat committer. Please join me in congratulating and welcoming John. Thanks, -chris - To unsubscribe, e-mai

svn commit: r74826 - /dev/tomcat/tomcat-10/v10.1.35/ /release/tomcat/tomcat-10/v10.1.35/

2025-02-10 Thread schultz
Author: schultz Date: Mon Feb 10 14:00:22 2025 New Revision: 74826 Log: Promote release candidate Added: release/tomcat/tomcat-10/v10.1.35/ - copied from r74825, dev/tomcat/tomcat-10/v10.1.35/ Removed: dev/tomcat/tomcat-10/v10.1.35/

[VOTE][RESULT] Release Apache Tomcat 10.1.35

2025-02-10 Thread Christopher Schultz
All, The following votes were cast: Binding: +1: isapir, markt, remm, schultz, rjung Non-binding: +1: dsoumis There were no other votes, therefore the vote passes. Thanks to everyone who contributed towards this release. -chris On 2/4/25 5:10 PM, Christopher Schultz wrote: The proposed Apa

Choosing an official language for Tomcat release builds

2025-02-10 Thread Christopher Schultz
All, This is already a de-facto standard (I think), but I propose that we make an actual decision rather than just leave it as a loose policy. If this has already been decided, please point me to some evidence of that. I know that the official language of the ASF and all mailing list comms,

Re: [VOTE][OT] Release Apache Tomcat 10.1.35

2025-02-10 Thread Christopher Schultz
Rainer, On 2/7/25 4:21 PM, Rainer Jung wrote: Am 07.02.25 um 21:50 schrieb Rainer Jung: Hi Chris, Am 07.02.25 um 20:44 schrieb Christopher Schultz: Rainer, On 2/7/25 2:38 PM, Rainer Jung wrote: Am 04.02.25 um 23:10 schrieb Christopher Schultz: The proposed Apache Tomcat 10.1.35 release is

Re: [PR] BZ69446 - add parameter maxPutFileSize in DefaultServlet [tomcat]

2025-02-10 Thread via GitHub
Chenjp commented on PR #823: URL: https://github.com/apache/tomcat/pull/823#issuecomment-2647885063 > The feedback was that this serves no purpose. I believe it is correct. > > For processing of POST and some others like that, processing takes memory. Also we do not know what the app

Re: [PR] BZ69446 - add parameter maxPutFileSize in DefaultServlet [tomcat]

2025-02-10 Thread via GitHub
rmaucher commented on PR #823: URL: https://github.com/apache/tomcat/pull/823#issuecomment-2647874011 The feedback was that this serves no purpose. I believe it is correct. For processing of POST and some others like that, processing takes memory. Also we do not know what the app will

svn commit: r74824 - /dev/tomcat/tomcat-9/v9.0.99/ /release/tomcat/tomcat-9/v9.0.99/

2025-02-10 Thread remm
Author: remm Date: Mon Feb 10 12:30:58 2025 New Revision: 74824 Log: Release Apache Tomcat 9.0.99 Added: release/tomcat/tomcat-9/v9.0.99/ - copied from r74823, dev/tomcat/tomcat-9/v9.0.99/ Removed: dev/tomcat/tomcat-9/v9.0.99/ --

(tomcat-training) branch main updated: Fix background

2025-02-10 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-training.git The following commit(s) were added to refs/heads/main by this push: new ecbfa3c Fix background ecbfa3c is described

[VOTE][RESULT] Release Apache Tomcat 9.0.99

2025-02-10 Thread Rémy Maucherat
The following votes were cast: Binding: +1: isapir, remm, markt, rjung, schultz Non-binding: +1: dsoumis The vote therefore passes. Thanks to everyone who contributed to this release. Rémy - To unsubscribe, e-mail: dev-unsubs

svn commit: r74822 - /dev/tomcat/tomcat-11/v11.0.3/ /release/tomcat/tomcat-11/v11.0.3/

2025-02-10 Thread markt
Author: markt Date: Mon Feb 10 10:32:58 2025 New Revision: 74822 Log: Release Tomcat 11.0.3 Added: release/tomcat/tomcat-11/v11.0.3/ - copied from r74821, dev/tomcat/tomcat-11/v11.0.3/ Removed: dev/tomcat/tomcat-11/v11.0.3/ -

[VOTE][RESULT] Release Apache Tomcat 11.0.3

2025-02-10 Thread Mark Thomas
The following votes were cast: Binding: +1: isapir, markt, remm, rjung, schultz Non-Binding: +1: dsoumis The vote therefore passes. Thanks to everyone who contributed to this release. Mark - To unsubscribe, e-mail: dev-unsu

[Bug 69446] HttpServlet doPut - storage exhausted without maxFileSize limitation

2025-02-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69446 --- Comment #4 from Chen Jp --- PR 823. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

[PR] BZ69446 - add parameter maxPutFileSize in DefaultServlet [tomcat]

2025-02-10 Thread via GitHub
Chenjp opened a new pull request, #823: URL: https://github.com/apache/tomcat/pull/823 Enhance PUT destination resource size restriction on both Fully and Partial PUTs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[Bug 69574] tomcat 10.1.34 has java 22 build in libs and can't be run on java 11.

2025-02-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69574 Remy Maucherat changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEEDINFO

[Bug 69486] Destroy data in memory completely after the request-response service is finished

2025-02-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69486 --- Comment #12 from Chen Jp --- Would to know how apache httpd server deal cleanup ops. // I'm not a C fan. -- You are receiving this mail because: You are the assignee for the bug. ---

Re: [PR] SpnegoAuthenticator allows wrong calls to login/logout methods [tomcat]

2025-02-10 Thread via GitHub
michael-o commented on code in PR #819: URL: https://github.com/apache/tomcat/pull/819#discussion_r1948630682 ## java/org/apache/catalina/authenticator/LoginlessAuthenticatorBase.java: ## @@ -0,0 +1,38 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

Re: [PR] SpnegoAuthenticator allows wrong calls to login/logout methods [tomcat]

2025-02-10 Thread via GitHub
michael-o commented on PR #819: URL: https://github.com/apache/tomcat/pull/819#issuecomment-2647329120 > Just a heads up that review of this will take a little longer as I need to get my SPNEGO test environment and and running again. I didn't see any issues in a quick code review but I want

Re: [PR] SpnegoAuthenticator allows wrong calls to login/logout methods [tomcat]

2025-02-10 Thread via GitHub
michael-o commented on code in PR #819: URL: https://github.com/apache/tomcat/pull/819#discussion_r1948630682 ## java/org/apache/catalina/authenticator/LoginlessAuthenticatorBase.java: ## @@ -0,0 +1,38 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

[Bug 69574] tomcat 10.1.34 has java 22 build in libs and can't be run on java 11.

2025-02-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69574 --- Comment #2 from Valentin --- Remy, thanks for quick reply. We are using it as servlet container with default settings. It happened on build system (java 21), after we upgrade from 10.1.16 this lib prevent from build. On RUNNING.txt wher

[Bug 69486] Destroy data in memory completely after the request-response service is finished

2025-02-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69486 Mark Thomas changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[Bug 69574] tomcat 10.1.34 has java 22 build in libs and can't be run on java 11.

2025-02-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69574 Remy Maucherat changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Remy Mau

[Bug 69574] New: tomcat 10.1.34 has java 22 build in libs and can't be run on java 11.

2025-02-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69574 Bug ID: 69574 Summary: tomcat 10.1.34 has java 22 build in libs and can't be run on java 11. Product: Tomcat 10 Version: 10.1.34 Hardware: PC OS: Mac OS X

Re: [PR] BZ69504 move force recycle from log access method [tomcat]

2025-02-10 Thread via GitHub
rmaucher commented on PR #821: URL: https://github.com/apache/tomcat/pull/821#issuecomment-2647221854 The PR does a lot more than what it claims to do. I will not merge it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] BZ69486 - enhance #recycle - erase unused contents by writing zero. [tomcat]

2025-02-10 Thread via GitHub
rmaucher closed pull request #822: BZ69486 - enhance #recycle - erase unused contents by writing zero. URL: https://github.com/apache/tomcat/pull/822 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [PR] BZ69486 - enhance #recycle - erase unused contents by writing zero. [tomcat]

2025-02-10 Thread via GitHub
rmaucher commented on PR #822: URL: https://github.com/apache/tomcat/pull/822#issuecomment-2647204013 Still -1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscrib