[Bug 69399] Tag.release called between reuses

2024-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69399 msobkiewicz changed: What|Removed |Added Summary|JspRuntimeLibrary.releaseTa |Tag.release called between

[Bug 69399] Tag.release() called between reuses

2024-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69399 msobkiewicz changed: What|Removed |Added Summary|Tag.release called between |Tag.release() called |

(tomcat) branch 9.0.x updated: Add dedicated propfind test

2024-10-15 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 c975951e5d Add dedicated propfind test c975951e5d is

(tomcat) branch 11.0.x updated: Add dedicated propfind test

2024-10-15 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 71c14a221d Add dedicated propfind test 71c14a221d

(tomcat) branch 10.1.x updated: Add dedicated propfind test

2024-10-15 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 c34acb7f21 Add dedicated propfind test c34acb7f21

(tomcat) branch main updated: Add dedicated propfind test

2024-10-15 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 69cc6ae720 Add dedicated propfind test 69cc6ae720 is d

[Bug 69395] New: Empty JDBC URI when using a jdbc connection pool

2024-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69395 Bug ID: 69395 Summary: Empty JDBC URI when using a jdbc connection pool Product: Tomcat 9 Version: 9.0.96 Hardware: PC OS: Linux Status: NEW Severity: n

(tomcat) branch 11.0.x updated: WebDAV improvements

2024-10-15 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 ae8a74892d WebDAV improvements ae8a74892d is descr

(tomcat) branch main updated: WebDAV improvements

2024-10-15 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 44d7f7f715 WebDAV improvements 44d7f7f715 is described

(tomcat) branch 10.1.x updated: WebDAV improvements

2024-10-15 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 11026ec2f0 WebDAV improvements 11026ec2f0 is descr

(tomcat) branch 9.0.x updated: WebDAV improvements

2024-10-15 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 08fddf8706 WebDAV improvements 08fddf8706 is describ

[Bug 69399] Tag.release() called between reuses

2024-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69399 --- Comment #2 from Remy Maucherat --- It seems correct. Looking back at BZ 69333 there was some confusion going on in the initial report, which probably led to the issue (if reuse was false, then the tag was released). -- You are receiving t

[Bug 69399] New: JspRuntimeLibrary.releaseTag not called anymore when enablePooling=false

2024-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69399 Bug ID: 69399 Summary: JspRuntimeLibrary.releaseTag not called anymore when enablePooling=false Product: Tomcat 9 Version: 9.0.96 Hardware: PC OS: Linux

[Bug 69398] New: Excess object allocation in PageContextImpl

2024-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69398 Bug ID: 69398 Summary: Excess object allocation in PageContextImpl Product: Tomcat 9 Version: 9.0.x Hardware: PC Status: NEW Severity: normal Priority: P2

[Bug 69399] JspRuntimeLibrary.releaseTag not called anymore when enablePooling=false

2024-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69399 --- Comment #1 from msobkiewicz --- I'd like to add that this affects 10.1.31 and 11.0.0 too. As a workaround, one may set enablePooling to false as described in https://tomcat.apache.org/tomcat-9.0-doc/jasper-howto.html#Configuration. -- Yo

[Bug 69399] JspRuntimeLibrary.releaseTag not called anymore when enablePooling=false

2024-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69399 msobkiewicz changed: What|Removed |Added CC||michal.sobkiew...@wp.pl -- You are rece

(tomcat) branch main updated: Fix JSP tag release

2024-10-15 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 f1d0f5df67 Fix JSP tag release f1d0f5df67 is described

(tomcat) branch 11.0.x updated: Fix JSP tag release

2024-10-15 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 8d1fc4733a Fix JSP tag release 8d1fc4733a is descr

(tomcat) branch 10.1.x updated: Fix JSP tag release

2024-10-15 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 be8e32143a Fix JSP tag release be8e32143a is descr

(tomcat) branch 9.0.x updated: Fix JSP tag release

2024-10-15 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 9813c5dd32 Fix JSP tag release 9813c5dd32 is describ