[Bug 66317] AccessControlException on EL 5.0

2022-10-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66317 --- Comment #1 from Remy Maucherat --- For now (until the security manager removal becomes real), needed priv actions will be added. -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 66317] New: AccessControlException on EL 5.0

2022-10-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66317 Bug ID: 66317 Summary: AccessControlException on EL 5.0 Product: Tomcat 10 Version: 10.1.1 Hardware: PC OS: Mac OS X 10.1 Status: NEW Severity: normal

Re: [tomcat] branch loom created (now 6a22f2f399)

2022-10-19 Thread Mark Thomas
On 19/10/2022 15:39, ma...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch loom in repository https://gitbox.apache.org/repos/asf/tomcat.git Sorry for the noise. This is a local experimental branch I didn't mean to push. M

[tomcat] 01/03: Refactor. Introduce AbstractHttp11Processor.

2022-10-19 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch loom in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 6d4ee277815db06db6d9b5a8cfc028c14d2899ca Author: Mark Thomas AuthorDate: Wed Oct 12 16:51:29 2022 +0100 Refactor. Intr

[tomcat] branch loom created (now 6a22f2f399)

2022-10-19 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch loom in repository https://gitbox.apache.org/repos/asf/tomcat.git at 6a22f2f399 Use correct class This branch includes the following new commits: new 6d4ee27781 Refactor. Introduce Ab

[tomcat] 02/03: Refactor to prepare for Loom specific Http11InputBuffer

2022-10-19 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch loom in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 38c63375b30fe283a205b17cb6016c95bd3cff35 Author: Mark Thomas AuthorDate: Wed Oct 12 18:00:40 2022 +0100 Refactor to pr

[tomcat] 03/03: Use correct class

2022-10-19 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch loom in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 6a22f2f399bfe42c0627e537bc9ce612e6ea3fdb Author: Mark Thomas AuthorDate: Wed Oct 19 15:39:06 2022 +0100 Use correct cl

[tomcat] branch main updated: Comment clean-up

2022-10-19 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 bc030ec727 Comment clean-up bc030ec727 is described b

[tomcat] 08/08: Remove deprecated code - align with EL 6.0 development

2022-10-19 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 commit 7088d76925117063127ff70db23863f686b56099 Author: Mark Thomas AuthorDate: Wed Oct 19 13:45:47 2022 +0100 Remove depreca

[tomcat] 03/08: Remove deprecated code - follow-up to JSP 4.0 changes

2022-10-19 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 commit f5977377e738ae03954f01cd2e7568c31d722d5b Author: Mark Thomas AuthorDate: Wed Oct 19 11:59:29 2022 +0100 Remove depreca

[tomcat] 04/08: Remove singleThreaded support - align with JSP 4.0

2022-10-19 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 commit 102e4cd26c9eeb116617d1b6c6821b37a028ece8 Author: Mark Thomas AuthorDate: Wed Oct 19 12:05:05 2022 +0100 Remove singleT

[tomcat] 02/08: Align JSP API with latest changes - remove deprecated code

2022-10-19 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 commit 1b68d0370d587cb090b3c351a3420c95fe99e00c Author: Mark Thomas AuthorDate: Wed Oct 19 11:54:52 2022 +0100 Align JSP API

[tomcat] 06/08: Next EL release will be 6.0

2022-10-19 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 commit 9f4c1779aedbb916046118c495e2c904869bc959 Author: Mark Thomas AuthorDate: Wed Oct 19 13:40:17 2022 +0100 Next EL releas

[tomcat] branch main updated (05b6286322 -> 7088d76925)

2022-10-19 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git from 05b6286322 Update README new 1ed8c3e8f7 Next JSP version will be 4.0 new 1b68d0370d Align JSP API with latest c

[tomcat] 05/08: Remove jsp:plugin support - align with JSP 4.0

2022-10-19 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 commit 0b4951cf9d9cc43504554e6abf65c6de0f79df2b Author: Mark Thomas AuthorDate: Wed Oct 19 12:19:37 2022 +0100 Remove jsp:plu

[tomcat] 07/08: Remove deprecated code - align with EL 6.0 development

2022-10-19 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 commit 892d9c2f473395948fec3990b979cbeca10533f2 Author: Mark Thomas AuthorDate: Wed Oct 19 13:43:07 2022 +0100 Remove depreca

[tomcat] 01/08: Next JSP version will be 4.0

2022-10-19 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 commit 1ed8c3e8f70009a5700a416da88c4c81575eda14 Author: Mark Thomas AuthorDate: Wed Oct 19 11:47:02 2022 +0100 Next JSP versi