Re: [tomcat] branch 10.1.x updated: Refactor to reduce native calls

2023-02-25 Thread Christopher Schultz
Mark, I'm curious:: was thi identified as a hot spot? My initial reactioon was "doesn't the JIT inline this sort of thing"? -chris On 2/24/23 10:20, ma...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in reposito

Re: [tomcat] branch 10.1.x updated: Refactor to reduce native calls

2023-02-25 Thread Mark Thomas
On 25/02/2023 12:37, Christopher Schultz wrote: Mark, I'm curious:: was thi identified as a hot spot? My initial reactioon was "doesn't the JIT inline this sort of thing"? My understanding from the pages I stumbled across (while looking into ThreadLocal and Loom) was that native calls like t

[Bug 66491] New: NullPointerException when resolving webapp JARs as resources

2023-02-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66491 Bug ID: 66491 Summary: NullPointerException when resolving webapp JARs as resources Product: Tomcat 10 Version: 10.1.6 Hardware: PC OS: Mac OS X 10.1

[Bug 66488] MessageBytes#toBytesSimple overwrites request byte buffer

2023-02-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66488 --- Comment #2 from Mark Thomas --- Note the breakpoint / debug reproduction is likely because the debugger is calling toString() on the MessageBytes instance oin order to display it. -- You are receiving this mail because: You are the assign

[Bug 66491] NullPointerException when resolving webapp JARs as resources

2023-02-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66491 --- Comment #1 from Mark Thomas --- Likely related to this change since the WAR protocol isn't being picked up: Switch to using the ServiceLoader mechanism to load the custom URL protocol handlers that Tomcat uses. (markt) I thought the embed

[Bug 66491] NullPointerException when resolving webapp JARs as resources

2023-02-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66491 --- Comment #2 from Mark Thomas --- It looks to be missing in my local build. Need to figure out why as the necessary plumbing appears to be in place in the build script. -- You are receiving this mail because: You are the assignee for the bu

[Bug 66488] MessageBytes#toBytesSimple overwrites request byte buffer

2023-02-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66488 --- Comment #3 from Konstantin Kolinko --- (In reply to Fabian Günter from comment #0) > In 9.0.71 the code for MessageBytes#toBytes was changed to call the newly > introduced MessageBytes#toSimpleBytes method which incorrectly assumes that > b

[Bug 66488] MessageBytes#toBytesSimple overwrites request byte buffer

2023-02-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66488 --- Comment #4 from Konstantin Kolinko --- In case of odd "data mixup" errors between requests (such as one observed here), it is recommended to set discardFacades="true" on a . https://tomcat.apache.org/tomcat-9.0-doc/config/http.html In Tom

[Bug 66488] MessageBytes#toBytesSimple overwrites request byte buffer

2023-02-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66488 --- Comment #5 from Fabian Günter --- (In reply to Konstantin Kolinko from comment #3) > (In reply to Fabian Günter from comment #0) > > In 9.0.71 the code for MessageBytes#toBytes was changed to call the newly > > introduced MessageBytes#toSim

[Bug 66488] MessageBytes#toBytesSimple overwrites request byte buffer

2023-02-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66488 --- Comment #6 from Fabian Günter --- I forgot to mention again, the problem is toBytesSimple, not toBytes. -- You are receiving this mail because: You are the assignee for the bug.

Bug report for Tomcat Connectors [2023/02/26]

2023-02-25 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 10 [2023/02/26]

2023-02-25 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2023/02/26]

2023-02-25 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2023/02/26]

2023-02-25 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2023/02/26]

2023-02-25 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2023/02/26]

2023-02-25 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 9 [2023/02/26]

2023-02-25 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[tomcat] branch main updated: Replace with JDK 1.8 Integer::compareUnsigned(int, int).

2023-02-25 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan 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 f459e9686e Replace with JDK 1.8 Integer::compareUnsig

[tomcat] branch main updated: Update 'ide-intellij' target to overwrite old config.

2023-02-25 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan 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 ac55dde877 Update 'ide-intellij' target to overwrite

[tomcat] 01/02: Replace with JDK 1.8 Integer::compareUnsigned(int, int).

2023-02-25 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 008abc31d4e68ef5b0f9bacd9b65b92d8f2a77d0 Author: lihan AuthorDate: Sun Feb 26 15:11:17 2023 +0800 Replace with JDK 1

[tomcat] branch 10.1.x updated (c2f36c205f -> f8f5554b7a)

2023-02-25 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from c2f36c205f Fix previous merge. Missed a few changes. new 008abc31d4 Replace with JDK 1.8 Integer::compareUnsigned(

[tomcat] 02/02: Update 'ide-intellij' target to overwrite old config.

2023-02-25 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit f8f5554b7abc9ba61234525c7251a4110826fee7 Author: lihan AuthorDate: Sun Feb 26 15:53:22 2023 +0800 Update 'ide-intell

[tomcat] branch 9.0.x updated (90a3050e93 -> 84bf5da3a6)

2023-02-25 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 90a3050e93 Refactor to reduce native calls new 75d1d8736d Replace with JDK 1.8 Integer::compareUnsigned(int, int).

[tomcat] 02/02: Update 'ide-intellij' target to overwrite old config.

2023-02-25 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 84bf5da3a6c8aac36b88b1e512e72df1278160d7 Author: lihan AuthorDate: Sun Feb 26 15:53:22 2023 +0800 Update 'ide-intelli

[tomcat] 01/02: Replace with JDK 1.8 Integer::compareUnsigned(int, int).

2023-02-25 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 75d1d8736d1bb8d1b43eeb228b1df3ca352ede57 Author: lihan AuthorDate: Sun Feb 26 15:11:17 2023 +0800 Replace with JDK 1.