[Bug 69016] HttpURLConnection getOutputStream createCapacityException

2024-06-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69016 --- Comment #6 from Raffaele Tripodo --- I've been busy and away from office in these weeks. When I posted this issue, I just wanted to submit the problem to the community. Anyway I confirm the presence of this problem in the releases after 9.

[Bug 69016] HttpURLConnection getOutputStream createCapacityException

2024-06-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69016 --- Comment #7 from Remy Maucherat --- The cause of the "bug" is that marTrailerSize is configured to -1. This used to be allowed and used to set a "no limit" as documented, so the trailers would really be unlimited in size. This is usually not

(tomcat) branch main updated: maxTrailerSize can no longer be -1 after refactoring

2024-06-25 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 90dcf26ddb maxTrailerSize can no longer be -1 after re

(tomcat) branch 10.1.x updated: maxTrailerSize can no longer be -1 after refactoring

2024-06-25 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 922782e60e maxTrailerSize can no longer be -1 afte

(tomcat) branch 9.0.x updated: maxTrailerSize can no longer be -1 after refactoring

2024-06-25 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 5079f614dd maxTrailerSize can no longer be -1 after

(tomcat) branch main updated: Add missing algorithm callback

2024-06-25 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 65131a77bc Add missing algorithm callback 65131a77bc i

(tomcat) branch 10.1.x updated: Add missing algorithm callback

2024-06-25 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 4187b91dc4 Add missing algorithm callback 4187b91d

(tomcat) branch 9.0.x updated: Add missing algorithm callback

2024-06-25 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 e65516a24a Add missing algorithm callback e65516a24a

(tomcat) branch main updated (65131a77bc -> e79c8d37cc)

2024-06-25 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git from 65131a77bc Add missing algorithm callback add 2664584ebb Increase test coverage of WsServerContainer add 7ae30b8

(tomcat) 01/01: Merge pull request #736 from dsoumis/WsServerCointainerCoverage

2024-06-25 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 commit e79c8d37cc5317dc0c19352245791fc1c5501dbe Merge: 65131a77bc 7ae30b8e35 Author: Rémy Maucherat AuthorDate: Tue Jun 25 13:45:08

(tomcat) 01/02: Increase test coverage of WsServerContainer

2024-06-25 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 commit 245710c973e639e4bc232e0c98a584436db0d69c Author: Dimitris Soumis AuthorDate: Sun Jun 23 03:00:09 2024 +0300 Increase

(tomcat) branch 10.1.x updated (4187b91dc4 -> e4d174e5c6)

2024-06-25 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 4187b91dc4 Add missing algorithm callback new 245710c973 Increase test coverage of WsServerContainer new e4d17

(tomcat) 02/02: Fix issues which did not abide by Checkstyle rules

2024-06-25 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 commit e4d174e5c6461de80a2bcfe1035d79be088b8bf1 Author: Dimitris Soumis AuthorDate: Mon Jun 24 15:16:59 2024 +0300 Fix issue

(tomcat) branch 9.0.x updated (e65516a24a -> aca179e8eb)

2024-06-25 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from e65516a24a Add missing algorithm callback new 7681964ea8 Increase test coverage of WsServerContainer new aca179

(tomcat) 01/02: Increase test coverage of WsServerContainer

2024-06-25 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 commit 7681964ea893fbd4f5a516fe1686968151c49ed2 Author: Dimitris Soumis AuthorDate: Sun Jun 23 03:00:09 2024 +0300 Increase t

(tomcat) 02/02: Fix issues which did not abide by Checkstyle rules

2024-06-25 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 commit aca179e8ebbbdbb142d5fe9eee9cb1e671eec4fb Author: Dimitris Soumis AuthorDate: Mon Jun 24 15:16:59 2024 +0300 Fix issues

(tomcat) branch main updated: CI Windows issue

2024-06-25 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 bf607fbea5 CI Windows issue bf607fbea5 is described be

[Bug 69135] Tag files doing relative file include does not works in case tag is in jar

2024-06-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69135 --- Comment #3 from Mark Thomas --- Given there has been no further comment, I intend to proceed and write some test cases and associated fixes based on comment #3 -- You are receiving this mail because: You are the assignee for the bug.

(tomcat) branch 10.1.x updated: CI Windows issue

2024-06-25 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 217fbf6570 CI Windows issue 217fbf6570 is describe

(tomcat) branch 9.0.x updated: CI Windows issue

2024-06-25 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 4ed2b66178 CI Windows issue 4ed2b66178 is described

(tomcat) branch main updated: Add release date

2024-06-25 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 ead1da636f Add release date ead1da636f is described be

(tomcat) branch main updated: GH warnings

2024-06-25 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 75f811fc2e GH warnings 75f811fc2e is described below

(tomcat) branch main updated: ExpressionFactory.coerceToType() should throw ELException on error

2024-06-25 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 fc0e89b154 ExpressionFactory.coerceToType() should th

(tomcat) branch 10.1.x updated: ExpressionFactory.coerceToType() should throw ELException on error

2024-06-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 63234fcff2 ExpressionFactory.coerceToType() shoul

(tomcat) branch 9.0.x updated: ExpressionFactory.coerceToType() should throw ELException on error

2024-06-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 d30d353e20 ExpressionFactory.coerceToType() should

(tomcat) branch main updated: Fix IDE warnings

2024-06-25 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 bf81fb034a Fix IDE warnings bf81fb034a is described b

(tomcat) branch 10.1.x updated: Fix IDE warnings

2024-06-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 8a4b028d54 Fix IDE warnings 8a4b028d54 is describ

(tomcat) branch 9.0.x updated: Fix IDE warnings

2024-06-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 d2827524c2 Fix IDE warnings d2827524c2 is described

[Bug 61877] use web.xml from CATALINA_HOME by default

2024-06-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61877 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 58052] RewriteValve: Implement additional RewriteRule directive capabilities

2024-06-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58052 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[Bug 69135] Tag files doing relative file include does not works in case tag is in jar

2024-06-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69135 --- Comment #4 from jke...@apache.org --- Hello Mark, Thank you very much for looking into this issue. I agree with you on the following point: A JAR should be self-contained, and URLs should not reference outside the package. Then what shoul