Re: [VOTE] Release Apache Tomcat 10.1.8

2023-04-17 Thread Rémy Maucherat
On Fri, Apr 14, 2023 at 10:08 PM Christopher Schultz wrote: > > The proposed Apache Tomcat 10.1.8 release is now available for > voting. > > The notable changes compared to 10.1.7 are: > > - Reduce the default value of maxParameterCount from 10,000 to 1,000. > > - Correct a regression in the fix f

Re: [VOTE] Release Apache Tomcat 8.5.88

2023-04-17 Thread Mark Thomas
On 16/04/2023 18:59, Mark Thomas wrote: On 14/04/2023 21:38, Christopher Schultz wrote: The proposed 8.5.88 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 8.5.88 (stable) Build is reproducible on Windows x64 but not Linux x64. Unit tests pass on Linux x64, Windo

Re: [VOTE] Release Apache Tomcat 8.5.88

2023-04-17 Thread Rémy Maucherat
On Fri, Apr 14, 2023 at 10:38 PM Christopher Schultz wrote: > > The proposed Apache Tomcat 8.5.88 release is now available for voting. > > The notable changes compared to 8.5.87 are: > > - Reduce the default value of maxParameterCount from 10,000 to 1,000. > > - Correct a regression in the fix for

Re: [VOTE] Release Apache Tomcat 8.5.88

2023-04-17 Thread Felix Schumacher
Am 14.04.23 um 22:38 schrieb Christopher Schultz: The proposed Apache Tomcat 8.5.88 release is now available for voting. The notable changes compared to 8.5.87 are: - Reduce the default value of maxParameterCount from 10,000 to 1,000. - Correct a regression in the fix for bug 66442 that meant

[GitHub] [tomcat-jakartaee-migration] hungvietnguyen opened a new issue, #46: "java.util.zip.ZipException: invalid CEN header (bad signature)" when opening migrated jar with `java.util.zip.ZipFile`

2023-04-17 Thread via GitHub
hungvietnguyen opened a new issue, #46: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/46 ### Context I'm investigating https://youtrack.jetbrains.com/issue/KT-57767 where the build fails when reading [tomcat-embed-core-10.1.7-jakartaee.jar](https://github.com/a

[GitHub] [tomcat-jakartaee-migration] markt-asf commented on issue #46: "java.util.zip.ZipException: invalid CEN header (bad signature)" when opening migrated jar with `java.util.zip.ZipFile`

2023-04-17 Thread via GitHub
markt-asf commented on issue #46: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/46#issuecomment-1511753986 Tomcat 10.1.x already uses the Jakarta EE APIs so there is no need to run a conversion tool on this JAR. -- This is an automated message from the Apache Git Servi

[GitHub] [tomcat-jakartaee-migration] markt-asf closed issue #46: "java.util.zip.ZipException: invalid CEN header (bad signature)" when opening migrated jar with `java.util.zip.ZipFile`

2023-04-17 Thread via GitHub
markt-asf closed issue #46: "java.util.zip.ZipException: invalid CEN header (bad signature)" when opening migrated jar with `java.util.zip.ZipFile` URL: https://github.com/apache/tomcat-jakartaee-migration/issues/46 -- This is an automated message from the Apache Git Service. To respond to th

[GitHub] [tomcat-jakartaee-migration] ebourg commented on issue #46: "java.util.zip.ZipException: invalid CEN header (bad signature)" when opening migrated jar with `java.util.zip.ZipFile`

2023-04-17 Thread via GitHub
ebourg commented on issue #46: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/46#issuecomment-1511773166 I have been able to reproduce the issue. Even if Tomcat 10.1 doesn't need to be migrated the use of a zip64 entry is questionable. The same issue could affect another

[GitHub] [tomcat-jakartaee-migration] ebourg commented on issue #46: "java.util.zip.ZipException: invalid CEN header (bad signature)" when opening migrated jar with `java.util.zip.ZipFile`

2023-04-17 Thread via GitHub
ebourg commented on issue #46: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/46#issuecomment-1511775702 I tried disabling the zip64 mode and the migration fails with: ``` Exception in thread "main" org.apache.tomcat.jakartaee.commons.compress.archivers.zip.Zip64

[GitHub] [tomcat-jakartaee-migration] markt-asf merged pull request #42: Set jakarta.servlet.* version range to [5.0.0,7.0.0] if specified

2023-04-17 Thread via GitHub
markt-asf merged PR #42: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/42 -- 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: dev-unsubscr.

[GitHub] [tomcat-jakartaee-migration] markt-asf closed issue #39: Fix (remove) "javax.servlet.*" package version when processing the MANIFEST.MF

2023-04-17 Thread via GitHub
markt-asf closed issue #39: Fix (remove) "javax.servlet.*" package version when processing the MANIFEST.MF URL: https://github.com/apache/tomcat-jakartaee-migration/issues/39 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[tomcat-jakartaee-migration] branch main updated: Set jakarta.servlet.* version range to [5.0.0,7.0.0] if specified

2023-04-17 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-jakartaee-migration.git The following commit(s) were added to refs/heads/main by this push: new df6501d Set jakarta.servlet.* ve

[GitHub] [tomcat-jakartaee-migration] markt-asf commented on pull request #42: Set jakarta.servlet.* version range to [5.0.0,7.0.0] if specified

2023-04-17 Thread via GitHub
markt-asf commented on PR #42: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/42#issuecomment-1511962978 Thanks for the PR. I think there is probably more to do here (EL, WebSocket, etc) and possible some debate to be had regarding exactly which version numbers to use in th

[tomcat-jakartaee-migration] branch main updated: Fix compilation issue

2023-04-17 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-jakartaee-migration.git The following commit(s) were added to refs/heads/main by this push: new f8e793a Fix compilation issue f8

[tomcat-jakartaee-migration] branch main updated: Update change log

2023-04-17 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-jakartaee-migration.git The following commit(s) were added to refs/heads/main by this push: new b0fb17b Update change log b0fb17

[GitHub] [tomcat-jakartaee-migration] markt-asf merged pull request #38: Allow to match excludes against path name instead of file name

2023-04-17 Thread via GitHub
markt-asf merged PR #38: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/38 -- 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: dev-unsubscr.

[tomcat-jakartaee-migration] branch main updated: Allow to match excludes against path name

2023-04-17 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-jakartaee-migration.git The following commit(s) were added to refs/heads/main by this push: new b698c2b Allow to match excludes

Re: [VOTE] Release Apache Tomcat 9.0.74

2023-04-17 Thread Tim Funk
On Thu, Apr 13, 2023 at 4:43 AM Rémy Maucherat wrote: > > The proposed 9.0.74 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 9.0.74 > > >

[tomcat-jakartaee-migration] branch main updated: Update change log

2023-04-17 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-jakartaee-migration.git The following commit(s) were added to refs/heads/main by this push: new 621234f Update change log 621234

[tomcat-jakartaee-migration] branch main updated: Add matchExcludesAgainstPathName support to CLI

2023-04-17 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-jakartaee-migration.git The following commit(s) were added to refs/heads/main by this push: new 4056f47 Add matchExcludesAgainst

[GitHub] [tomcat-jakartaee-migration] ebourg commented on pull request #42: Set jakarta.servlet.* version range to [5.0.0,7.0.0] if specified

2023-04-17 Thread via GitHub
ebourg commented on PR #42: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/42#issuecomment-1511994026 Changing the range to an arbitrary value is a bit odd. What about dropping the range completely? -- This is an automated message from the Apache Git Service. To respond t

[tomcat-jakartaee-migration] branch main updated: Update dependencies

2023-04-17 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-jakartaee-migration.git The following commit(s) were added to refs/heads/main by this push: new 2b78627 Update dependencies 2b78

[GitHub] [tomcat-jakartaee-migration] markt-asf commented on pull request #42: Set jakarta.servlet.* version range to [5.0.0,7.0.0] if specified

2023-04-17 Thread via GitHub
markt-asf commented on PR #42: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/42#issuecomment-1512004122 Please open a new issue to discuss options. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [VOTE] Release Apache Tomcat 8.5.88

2023-04-17 Thread Christopher Schultz
Mark, On 4/17/23 05:07, Mark Thomas wrote: On 16/04/2023 18:59, Mark Thomas wrote: On 14/04/2023 21:38, Christopher Schultz wrote: The proposed 8.5.88 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 8.5.88 (stable) Build is reproducible on Windows x64 but not Li

[Bug 66567] New: java.lang.IllegalArgumentException: URI is not absolute - Feature change or Regression ?

2023-04-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66567 Bug ID: 66567 Summary: java.lang.IllegalArgumentException: URI is not absolute - Feature change or Regression ? Product: Tomcat 9 Version: 9.0.73 Hardware: All