[Bug 69479] The HTTP2 header data is confused in H2C, resulting in parsing failure

2025-02-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69479 Thomas changed: What|Removed |Added Resolution|WORKSFORME |--- Status|RESOLVED

[PR] Refactor CORS Request Type Checking Logic for Simplicity and Clarity [tomcat]

2025-02-12 Thread via GitHub
koust6u opened a new pull request, #826: URL: https://github.com/apache/tomcat/pull/826 This PR refactors the checkRequestType method in the CORS filter to simplify and improve the readability of the request type determination logic. The main changes are: + Early Returns: The code ha

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

2025-02-12 Thread via GitHub
rainerjung commented on PR #825: URL: https://github.com/apache/tomcat/pull/825#issuecomment-2653856606 @ChristopherSchultz Note that in ignorance of the wiki I (and Mark) already updated BUILDING.txt in main with details on the Windows installer build and on the custom makensis build. If t

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

2025-02-12 Thread via GitHub
ChristopherSchultz commented on PR #825: URL: https://github.com/apache/tomcat/pull/825#issuecomment-2653824284 > Progress. When building makensis you need something like: > > ``` > scons UNICODE=yes PREFIX=/home/mark/libs/nsis-3.10/bin SKIPPLUGINS=all SKIPUTILS=all SKIPMISC=all NS

[Bug 69582] Unable to make field static final boolean java.io.FileSystem.useCanonCaches accessible

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

[Bug 69576] Tomcat doesn't start on JDK 17 due to an ExceptionInInitializerError

2025-02-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69576 Mark Thomas changed: What|Removed |Added CC||elatl...@gmail.com --- Comment #12 from

[Bug 69582] Unable to make field static final boolean java.io.FileSystem.useCanonCaches accessible

2025-02-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69582 --- Comment #3 from Christopher Schultz --- There is no Java version change requirement. -- You are receiving this mail because: You are the assignee for the bug. - To unsubs

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

2025-02-12 Thread via GitHub
markt-asf commented on PR #825: URL: https://github.com/apache/tomcat/pull/825#issuecomment-2653795337 For the record this works for both Linux and MacOS. I have an original build of 12.0.x on Linux that, if I copy the sig files to Windows and/or MacOS I can reproduce the build exactly. Nic

[Bug 69582] Unable to make field static final boolean java.io.FileSystem.useCanonCaches accessible

2025-02-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69582 elatl...@gmail.com changed: What|Removed |Added Severity|normal |regression Priority|P2

[Bug 69582] New: Unable to make field static final boolean java.io.FileSystem.useCanonCaches accessible

2025-02-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69582 Bug ID: 69582 Summary: Unable to make field static final boolean java.io.FileSystem.useCanonCaches accessible Product: Tomcat 10 Version: 10.1.35 Hardware: PC

(tomcat) branch main updated: Add attribution

2025-02-12 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 b8eb1b9e7a Add attribution b8eb1b9e7a is described

(tomcat) branch main updated: Add changelog for javadoc locale changes

2025-02-12 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 517ec0284e Add changelog for javadoc locale changes

(tomcat) branch main updated: Javadoc locale should have both language AND country for official releases.

2025-02-12 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 9412c022fe Javadoc locale should have both language

Re: Choosing an official language for Tomcat release builds

2025-02-12 Thread Christopher Schultz
Rainer, On 2/12/25 7:56 AM, Christopher Schultz wrote: On 2/11/25 6:29 PM, Rainer Jung wrote: >> >> [snip] >> If I add en locale to javadoc in build.xml the javadoc command is executed with -locale en but still uses german text. ???!!! I would consider that to be an OpenJDK bug... It can b

(tomcat) branch main updated: Work around javadoc bug to provide locale in two separate ways

2025-02-12 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 b770297e6c Work around javadoc bug to provide local

Re: Tagging 11.0.4

2025-02-12 Thread Mark Thomas
On 12/02/2025 12:57, Christopher Schultz wrote: Mark, On 2/12/25 5:07 AM, Mark Thomas wrote: All, Given the regression described in [1], we seem to be heading towards consensus that a release sooner than the March release round is needed. What are the views on timing for that tag? How much

Re: Tagging 11.0.4

2025-02-12 Thread Christopher Schultz
Mark, On 2/12/25 5:07 AM, Mark Thomas wrote: All, Given the regression described in [1], we seem to be heading towards consensus that a release sooner than the March release round is needed. What are the views on timing for that tag? How much longer do we want to wait for any other regressi

Re: Choosing an official language for Tomcat release builds

2025-02-12 Thread Christopher Schultz
Rainer, On 2/11/25 6:29 PM, Rainer Jung wrote: Am 11.02.25 um 15:22 schrieb Christopher Schultz: Rainer, On 2/11/25 9:07 AM, Christopher Schultz wrote: Rainer, On 2/11/25 3:18 AM, Rainer Jung wrote: Hi Chris, Am 11.02.25 um 00:18 schrieb Christopher Schultz: Rainer, On 2/10/25 11:11 AM,

(tomcat) branch main updated: Fix typos. Minor clarifications to makensis instructions

2025-02-12 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.git The following commit(s) were added to refs/heads/main by this push: new c1531bf7fc Fix typos. Minor clarifications to makensi

(tomcat) branch main updated: Windows installer build docs: Correct case in path component

2025-02-12 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 887afadc83 Windows installer build docs: Correct case

(tomcat) branch main updated: Improve Windows installer build docs

2025-02-12 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 1c94afdd59 Improve Windows installer build docs 1c94a

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

2025-02-12 Thread via GitHub
markt-asf commented on PR #825: URL: https://github.com/apache/tomcat/pull/825#issuecomment-2653452886 That location is where Ant downloads NSIS on my linux box (I use `base.path=/home/mark/libs`). I don't have a local NSIS install on my Linux box. -- This is an automated message from the

(tomcat) branch main updated: Add Windows installer details to build docs

2025-02-12 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 5f38062b7b Add Windows installer details to build doc

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

2025-02-12 Thread via GitHub
rainerjung commented on PR #825: URL: https://github.com/apache/tomcat/pull/825#issuecomment-2653425686 I am adding a few lines to BUILDING.txt. Concerning your scons argument "PREFIX=/home/mark/libs/nsis-3.10/bin": this nsis path comes from a separate binary download (for Windows), that yo

[Bug 69581] JreCompat static block fails with java.lang.reflect.InaccessibleObjectException

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

[Bug 69576] Tomcat doesn't start on JDK 17 due to an ExceptionInInitializerError

2025-02-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69576 Mark Thomas changed: What|Removed |Added CC||gr.grzy...@gmail.com --- Comment #11 fro

[Bug 69581] New: JreCompat static block fails with java.lang.reflect.InaccessibleObjectException

2025-02-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69581 Bug ID: 69581 Summary: JreCompat static block fails with java.lang.reflect.InaccessibleObjectException Product: Tomcat 9 Version: 9.0.99 Hardware: PC OS:

(tomcat) branch main updated: Fix installer signing

2025-02-12 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.git The following commit(s) were added to refs/heads/main by this push: new d6a6281054 Fix installer signing d6a6281054 is descri

Re: Tagging 11.0.4

2025-02-12 Thread Rémy Maucherat
On Wed, Feb 12, 2025 at 11:08 AM Mark Thomas wrote: > > All, > > Given the regression described in [1], we seem to be heading towards > consensus that a release sooner than the March release round is needed. > > What are the views on timing for that tag? How much longer do we want to > wait for an

(tomcat) branch main updated: These targets have to be public so NSIS can call them

2025-02-12 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.git The following commit(s) were added to refs/heads/main by this push: new 3997b43cc8 These targets have to be public so NSIS ca

(tomcat) branch main updated: Add makensis as an option for building the Windows installer

2025-02-12 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.git The following commit(s) were added to refs/heads/main by this push: new bfdfba1f30 Add makensis as an option for building the

Tagging 11.0.4

2025-02-12 Thread Mark Thomas
All, Given the regression described in [1], we seem to be heading towards consensus that a release sooner than the March release round is needed. What are the views on timing for that tag? How much longer do we want to wait for any other regressions? Is today too soon? I'm thinking a tag at

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

2025-02-12 Thread via GitHub
markt-asf commented on PR #825: URL: https://github.com/apache/tomcat/pull/825#issuecomment-2653221508 Happy to help and thanks for all the work you have put in. I can commit this to 12.0.x now for testing but not back-port it until a) we are happy with it and b) 11.0.4 has been tagged. -

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

2025-02-12 Thread via GitHub
rainerjung commented on PR #825: URL: https://github.com/apache/tomcat/pull/825#issuecomment-2653186507 Thanks for your great support! Integrating it can of course wait until after the possible quick interim release for the JDKCompat fix. -- This is an automated message from the Apache Gi

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

2025-02-12 Thread via GitHub
markt-asf commented on PR #825: URL: https://github.com/apache/tomcat/pull/825#issuecomment-2653152109 I think this is an excellent addition to the build script. It doesn't change the current behaviour and it provides makensis as an alternative - one that I very much welcome as getting wine

[Bug 69576] Tomcat doesn't start on JDK 17 due to an ExceptionInInitializerError

2025-02-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69576 --- Comment #10 from Remy Maucherat --- Ok, so this should (mostly) not affect standalone, but it's still very annoying. I would prefer doing a new release after we can reasonably rule out any other regressions (we seem to be fine so far, so it