(tomcat) branch 9.0.x updated: Revert "Further cleanup of Stream references to aid GC"

2025-01-13 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 4ea0b1a16a Revert "Further cleanup of Stream refere

(tomcat) branch 10.1.x updated: Revert "Further cleanup of Stream references to aid GC"

2025-01-13 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 73e9662591 Revert "Further cleanup of Stream refe

(tomcat) branch 11.0.x updated: Revert "Further cleanup of Stream references to aid GC"

2025-01-13 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new 639838b6be Revert "Further cleanup of Stream refe

(tomcat) branch main updated: Revert "Further cleanup of Stream references to aid GC"

2025-01-13 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 34e623c1c4 Revert "Further cleanup of Stream referenc

Re: (tomcat) branch main updated: Refactor so the buffered data is used directly rather than copied

2025-01-13 Thread Mark Thomas
On 13/01/2025 20:00, Mark Thomas wrote: On 13/01/2025 19:57, Rémy Maucherat wrote: Found these also from the full testsuite: https://nightlies.apache.org/tomcat/tomcat-12.0.x/logs/317/TEST- jakarta.servlet.http.TestHttpServletDoHeadValidWrite0.NIO.txt I'm not seeing any of those locally a

Re: [PR] Fix BZ69508 - Javasource generator - explicitly set literal false when call printParams to process jsp include page [tomcat]

2025-01-13 Thread via GitHub
Chenjp commented on PR #803: URL: https://github.com/apache/tomcat/pull/803#issuecomment-2589141931 @markt-asf @rmaucher Suggest fix the BZ in next release. -- 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

[Bug 69527] Resource missing caused by mishandling of the cachedContentLength value in tomcat cache

2025-01-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69527 --- Comment #15 from Mark Thomas --- I think the problem described in comment #1 could occur if thread 2 started from a call to backgroundProcess() rather than getResource(). Might that be what is happening? If it is, the single lock solution I

[Bug 69527] Resource missing caused by mishandling of the cachedContentLength value in tomcat cache

2025-01-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69527 Mark Thomas changed: What|Removed |Added Status|REOPENED|NEEDINFO --- Comment #14 from Mark Thoma

(tomcat) branch 9.0.x updated: Fix key name

2025-01-13 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 453aa65950 Fix key name 453aa65950 is described bel

(tomcat) branch 10.1.x updated: Fix key name

2025-01-13 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 5338a59e3c Fix key name 5338a59e3c is described b

(tomcat) branch 11.0.x updated: Fix key name

2025-01-13 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new 31bf73af73 Fix key name 31bf73af73 is described b

(tomcat) branch main updated: Fix key name

2025-01-13 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 b9969e03e9 Fix key name b9969e03e9 is described below

Re: (tomcat) branch main updated: Refactor so the buffered data is used directly rather than copied

2025-01-13 Thread Mark Thomas
On 13/01/2025 19:57, Rémy Maucherat wrote: On Mon, Jan 13, 2025 at 8:53 PM Rémy Maucherat wrote: On Mon, Jan 13, 2025 at 8:39 PM Mark Thomas wrote: On 13/01/2025 08:10, Rémy Maucherat wrote: On Thu, Jan 9, 2025 at 4:31 PM Mark Thomas wrote: On 09/01/2025 14:53, Rémy Maucherat wrote: On

Re: (tomcat) branch main updated: Refactor so the buffered data is used directly rather than copied

2025-01-13 Thread Rémy Maucherat
On Mon, Jan 13, 2025 at 8:53 PM Rémy Maucherat wrote: > > On Mon, Jan 13, 2025 at 8:39 PM Mark Thomas wrote: > > > > On 13/01/2025 08:10, Rémy Maucherat wrote: > > > On Thu, Jan 9, 2025 at 4:31 PM Mark Thomas wrote: > > >> > > >> On 09/01/2025 14:53, Rémy Maucherat wrote: > > >>> On Thu, Jan 9,

Re: (tomcat) branch main updated: Refactor so the buffered data is used directly rather than copied

2025-01-13 Thread Rémy Maucherat
On Mon, Jan 13, 2025 at 8:39 PM Mark Thomas wrote: > > On 13/01/2025 08:10, Rémy Maucherat wrote: > > On Thu, Jan 9, 2025 at 4:31 PM Mark Thomas wrote: > >> > >> On 09/01/2025 14:53, Rémy Maucherat wrote: > >>> On Thu, Jan 9, 2025 at 3:17 PM Mark Thomas wrote: > >> > >> > >> > My current p

[Bug 69527] Resource missing caused by mishandling of the cachedContentLength value in tomcat cache

2025-01-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69527 Mark Thomas changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

Re: (tomcat) branch main updated: Avoid caching bogus 0 content length

2025-01-13 Thread Mark Thomas
On 09/01/2025 15:29, r...@apache.org wrote: 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 80ae858

Re: (tomcat) branch main updated: Refactor so the buffered data is used directly rather than copied

2025-01-13 Thread Mark Thomas
On 13/01/2025 08:10, Rémy Maucherat wrote: On Thu, Jan 9, 2025 at 4:31 PM Mark Thomas wrote: On 09/01/2025 14:53, Rémy Maucherat wrote: On Thu, Jan 9, 2025 at 3:17 PM Mark Thomas wrote: My current plan is to create InputBuffer with bb set to a zero length ByteBuffer and have recycle (re

[Bug 69527] Resource missing caused by mishandling of the cachedContentLength value in tomcat cache

2025-01-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69527 --- Comment #12 from Mark Thomas --- (In reply to Remy Maucherat from comment #7) > However: > - 636017459a88befe1c5f1fd9d8f31ff2f13f74f6 looks very fishy since nothing > else is synced. That is a fair concern so I have gone back and recreate

[Bug 69528] archiveIndexStrategy=bloom causes class from multi-release jar to not be found

2025-01-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69528 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

(tomcat) branch 9.0.x updated: 69528: Add multi-release support to JarContents

2025-01-13 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 ecaea7ac63 69528: Add multi-release support to JarCo

(tomcat) branch 10.1.x updated: 69528: Add multi-release support to JarContents

2025-01-13 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 547c393155 69528: Add multi-release support to Jar

(tomcat) branch 11.0.x updated: 69528: Add multi-release support to JarContents

2025-01-13 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new e36c1672ca 69528: Add multi-release support to Jar

(tomcat) branch main updated: 69528: Add multi-release support to JarContents

2025-01-13 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 2810ac2340 69528: Add multi-release support to JarCont

(tomcat) branch 9.0.x updated: Simplify (and fix IDE warning)

2025-01-13 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 fcbada763d Simplify (and fix IDE warning) fcbada763

(tomcat) branch 10.1.x updated: Simplify (and fix IDE warning)

2025-01-13 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 95d7980498 Simplify (and fix IDE warning) 95d7980

(tomcat) branch 11.0.x updated: Simplify (and fix IDE warning)

2025-01-13 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new ea5dc11a00 Simplify (and fix IDE warning) ea5dc11

(tomcat) branch main updated: Simplify (and fix IDE warning)

2025-01-13 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 ee39d1cf4e Simplify (and fix IDE warning) ee39d1cf4e

(tomcat) branch main updated: Add additional setting to ignore (for now)

2025-01-13 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 ce7fbd3fd8 Add additional setting to ignore (for now)

Re: (tomcat) branch main updated: Refactor so the buffered data is used directly rather than copied

2025-01-13 Thread Rémy Maucherat
On Thu, Jan 9, 2025 at 4:31 PM Mark Thomas wrote: > > On 09/01/2025 14:53, Rémy Maucherat wrote: > > On Thu, Jan 9, 2025 at 3:17 PM Mark Thomas wrote: > > > > >> My current plan is to create InputBuffer with bb set to a zero length > >> ByteBuffer and have recycle (re)set it to a zero length Byt

[Bug 69527] Resource missing caused by mishandling of the cachedContentLength value in tomcat cache

2025-01-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69527 Remy Maucherat changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---