Re: Preparing to migrate to Tomcat 10.1 / Jakarta EE

2022-12-07 Thread Rémy Maucherat
On Tue, Dec 6, 2022 at 11:50 PM Christopher Schultz wrote: > > Rémy, > > On 12/6/22 16:42, Rémy Maucherat wrote: > > On Tue, Dec 6, 2022 at 6:48 PM Konstantin Kolinko > > wrote: > >> > >> пн, 5 дек. 2022 г. в 23:32, Christopher Schultz > >> : > >>> > >>> All, > >>> > >>> I've started looking at

Re: Regarding Compilation Steps for Tomcat version 9 on RHEL8

2022-12-07 Thread Mark Thomas
This question belongs on the users mailing list, not the dev mailing list. Please re-post on the correct list. https://tomcat.apache.org/lists.html Mark On 07/12/2022 07:15, Vivek Naruka (EXT-NSB) wrote: Hi, We have downloaded Tomcat version 9 "apache-tomcat-9.0.70.tar.gz" from https://tom

Re: HTTP/2 priorities

2022-12-07 Thread Mark Thomas
On 06/12/2022 18:19, Konstantin Kolinko wrote: вт, 6 дек. 2022 г. в 19:21, Mark Thomas : Hi all, I plan to implement RFC 9218 [1] for HTTP/2 in Tomcat 11. Depending on how that goes, I may back-port the changes. Given the difficulties we have in prioritizing creation of responses, I plan to c

[Bug 66370] AccessControlException and default behavior change with org.apache.el.GET_CLASSLOADER_USE_PRIVILEGED

2022-12-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66370 --- Comment #2 from Isaac Rivera Rivas --- Updated the PR with a proposed change to restore default behavior and keep a property to control when to use the security manager. -- You are receiving this mail because: You are the assignee for the

Re: HTTP/2 priorities

2022-12-07 Thread Rémy Maucherat
On Wed, Dec 7, 2022 at 2:57 PM Mark Thomas wrote: > > On 06/12/2022 18:19, Konstantin Kolinko wrote: > > вт, 6 дек. 2022 г. в 19:21, Mark Thomas : > >> > >> Hi all, > >> > >> I plan to implement RFC 9218 [1] for HTTP/2 in Tomcat 11. Depending on > >> how that goes, I may back-port the changes. > >

Follow up bug 66370

2022-12-07 Thread Isaac Rivera
Hey there, Just wanted to bring some attention to issue https://bz.apache.org/bugzilla/show_bug.cgi?id=66370 which I opened last week. Can anyone comment on the changes? Thanks! Isaac

[GitHub] [tomcat] lalo-mx commented on pull request #572: 66370-Fix for Boolean System property lookup with Security Manager enabled

2022-12-07 Thread GitBox
lalo-mx commented on PR #572: URL: https://github.com/apache/tomcat/pull/572#issuecomment-1341125405 See https://bz.apache.org/bugzilla/show_bug.cgi?id=66294 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [tomcat] isaacrivriv commented on pull request #572: 66370-Fix for Boolean System property lookup with Security Manager enabled

2022-12-07 Thread GitBox
isaacrivriv commented on PR #572: URL: https://github.com/apache/tomcat/pull/572#issuecomment-1341392982 Yes I saw that, my question was more as to why by default the property was made to disable the security manager. There are other areas of code where the security manager is used but ther

Re: HTTP/2 priorities

2022-12-07 Thread Christopher Schultz
On 12/7/22 10:03, Rémy Maucherat wrote: On Wed, Dec 7, 2022 at 2:57 PM Mark Thomas wrote: On 06/12/2022 18:19, Konstantin Kolinko wrote: вт, 6 дек. 2022 г. в 19:21, Mark Thomas : Hi all, I plan to implement RFC 9218 [1] for HTTP/2 in Tomcat 11. Depending on how that goes, I may back-por

[GitHub] [tomcat] ChristopherSchultz commented on pull request #572: 66370-Fix for Boolean System property lookup with Security Manager enabled

2022-12-07 Thread GitBox
ChristopherSchultz commented on PR #572: URL: https://github.com/apache/tomcat/pull/572#issuecomment-1341716603 You should read both https://lists.apache.org/thread/66djc4j4ybz45ponly0x5g94oyt844cm and https://lists.apache.org/thread/7w4x90zwp3qhn9qopbhmg5wponcc468n in their entirety to se

[Bug 66370] AccessControlException and default behavior change with org.apache.el.GET_CLASSLOADER_USE_PRIVILEGED

2022-12-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66370 --- Comment #3 from Christopher Schultz --- You should read both https://lists.apache.org/thread/66djc4j4ybz45ponly0x5g94oyt844cm and https://lists.apache.org/thread/7w4x90zwp3qhn9qopbhmg5wponcc468n in their entirety to see the thought-process(

Re: Follow up bug 66370

2022-12-07 Thread Christopher Schultz
Isaac, On 12/7/22 10:07, Isaac Rivera wrote: Just wanted to bring some attention to issue https://bz.apache.org/bugzilla/show_bug.cgi?id=66370 which I opened last week. Can anyone comment on the changes? I have commented on both the PR and BZ. Please read those two email threads and let us kn

Re: Follow up bug 66370

2022-12-07 Thread Christopher Schultz
Isaac, On 12/7/22 18:06, Christopher Schultz wrote: Isaac, On 12/7/22 10:07, Isaac Rivera wrote: Just wanted to bring some attention to issue https://bz.apache.org/bugzilla/show_bug.cgi?id=66370 which I opened last week. Can anyone comment on the changes? I have commented on both the PR and

[Bug 66327] Tomcat run as a windows service doesn't set the stack size accordingly

2022-12-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66327 --- Comment #13 from Konstantin Kolinko --- I filed an issue for Apache Commons Daemon: https://issues.apache.org/jira/browse/DAEMON-451 -- You are receiving this mail because: You are the assignee for the bug. ---