This is an automated email from the ASF dual-hosted git repository.
markt-asf 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 3b0e1de97d Fix back-port
3b0e1de97d is described below
commit 3b0e1de97d5c20e8fb18f3457ef141c877c62c24
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jun 23 17:33:10 2026 +0100
Fix back-port
---
java/org/apache/jasper/runtime/JspRuntimeLibrary.java | 8 --------
1 file changed, 8 deletions(-)
diff --git a/java/org/apache/jasper/runtime/JspRuntimeLibrary.java
b/java/org/apache/jasper/runtime/JspRuntimeLibrary.java
index bc396a2a64..92986c2485 100644
--- a/java/org/apache/jasper/runtime/JspRuntimeLibrary.java
+++ b/java/org/apache/jasper/runtime/JspRuntimeLibrary.java
@@ -1218,14 +1218,6 @@ public class JspRuntimeLibrary {
return out;
}
- @Deprecated
- public static void releaseTag(Tag tag, InstanceManager instanceManager,
boolean reused) {
- // Caller ensures pool is non-null if reuse is true
- if (!reused) {
- releaseTag(tag, instanceManager);
- }
- }
-
/**
* Releases a tag and destroys its instance it it has not been re-used.
*
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]