Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/JspRuntimeContext.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/JspRuntimeContext.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/JspRuntimeContext.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/JspRuntimeContext.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>JspRuntimeContext (Apache Tomcat 10.1.35 API Documentation)</title>
+<title>JspRuntimeContext (Apache Tomcat 10.1.36 API Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.jasper.compiler, class: JspRuntimeContext">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">
@@ -110,14 +110,9 @@ loadScripts(document, 'script');</script
 <hr>
 <div class="type-signature"><span class="modifiers">public final class 
</span><span class="element-name type-name-label">JspRuntimeContext</span>
 <span class="extends-implements">extends <a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html";
 title="class or interface in java.lang" 
class="external-link">Object</a></span></div>
-<div class="block">Class for tracking JSP compile time file dependencies when 
the
- &gt;%@include file="..."%&lt; directive is used.
-
- A background thread periodically checks the files a JSP page
- is dependent upon.  If a dependent file changes the JSP page
- which included it is recompiled.
-
- Only used if a web application context is a directory.</div>
+<div class="block">Class for tracking JSP compile time file dependencies when 
the &gt;%@include file="..."%&lt; directive is used. A
+ background thread periodically checks the files a JSP page is dependent upon. 
If a dependent file changes the JSP
+ page which included it is recompiled. Only used if a web application context 
is a directory.</div>
 <dl class="notes">
 <dt>Author:</dt>
 <dd>Glenn L. Nielsen</dd>
@@ -162,8 +157,7 @@ loadScripts(document, 'script');</script
 <div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
 <div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#checkCompile()" class="member-name-link">checkCompile</a>()</code></div>
 <div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">
-<div class="block">Method used by background thread to check the JSP 
dependencies
- registered with this class for JSP's.</div>
+<div class="block">Method used by background thread to check the JSP 
dependencies registered with this class for JSP's.</div>
 </div>
 <div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
 <div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#checkUnload()" class="member-name-link">checkUnload</a>()</code></div>
@@ -181,14 +175,13 @@ loadScripts(document, 'script');</script
 <div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/security/CodeSource.html";
 title="class or interface in java.security" 
class="external-link">CodeSource</a></code></div>
 <div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getCodeSource()" 
class="member-name-link">getCodeSource</a>()</code></div>
 <div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">
-<div class="block">Get the SecurityManager Policy CodeSource for this web
- application context.</div>
+<div class="block">Get the SecurityManager Policy CodeSource for this web 
application context.</div>
 </div>
 <div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>int</code></div>
 <div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getJspCount()" class="member-name-link">getJspCount</a>()</code></div>
 <div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">
-<div class="block">Returns the number of JSPs for which JspServletWrappers 
exist, i.e.,
- the number of JSPs that have been loaded into the webapp.</div>
+<div class="block">Returns the number of JSPs for which JspServletWrappers 
exist, i.e., the number of JSPs that have been loaded
+ into the webapp.</div>
 </div>
 <div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>int</code></div>
 <div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getJspQueueLength()" 
class="member-name-link">getJspQueueLength</a>()</code></div>
@@ -219,8 +212,7 @@ loadScripts(document, 'script');</script
 <div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/security/PermissionCollection.html";
 title="class or interface in java.security" 
class="external-link">PermissionCollection</a></code></div>
 <div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getPermissionCollection()" 
class="member-name-link">getPermissionCollection</a>()</code></div>
 <div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">
-<div class="block">Get the SecurityManager PermissionCollection for this
- web application context.</div>
+<div class="block">Get the SecurityManager PermissionCollection for this web 
application context.</div>
 </div>
 <div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html";
 title="class or interface in java.util" 
class="external-link">Map</a><wbr>&lt;<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>,<wbr><a href="SmapStratum.html" title="class 
in org.apache.jasper.compiler">SmapStratum</a>&gt;</code></div>
 <div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getSmaps()" class="member-name-link">getSmaps</a>()</code></div>
@@ -246,13 +238,12 @@ loadScripts(document, 'script');</script
 <div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="../util/FastRemovalDequeue.html" title="class in 
org.apache.jasper.util">FastRemovalDequeue</a>&lt;<a 
href="../servlet/JspServletWrapper.html" title="class in 
org.apache.jasper.servlet">JspServletWrapper</a>&gt;.<a 
href="../util/FastRemovalDequeue.Entry.html" title="class in 
org.apache.jasper.util">Entry</a></code></div>
 <div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#push(org.apache.jasper.servlet.JspServletWrapper)" 
class="member-name-link">push</a><wbr>(<a 
href="../servlet/JspServletWrapper.html" title="class in 
org.apache.jasper.servlet">JspServletWrapper</a>&nbsp;jsw)</code></div>
 <div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">
-<div class="block">Push a newly compiled JspServletWrapper into the queue at 
first
- execution of jsp.</div>
+<div class="block">Push a newly compiled JspServletWrapper into the queue at 
first execution of jsp.</div>
 </div>
 <div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
 <div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#removeWrapper(java.lang.String)" 
class="member-name-link">removeWrapper</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;jspUri)</code></div>
 <div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">
-<div class="block">Remove a  JspServletWrapper.</div>
+<div class="block">Remove a JspServletWrapper.</div>
 </div>
 <div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
 <div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setJspReloadCount(int)" 
class="member-name-link">setJspReloadCount</a><wbr>(int&nbsp;count)</code></div>
@@ -282,9 +273,8 @@ loadScripts(document, 'script');</script
 <div class="horizontal-scroll">
 <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="element-name">JspRuntimeContext</span><wbr><span class="parameters">(<a 
href="../../../../../servletapi/jakarta/servlet/ServletContext.html" 
title="class or interface in jakarta.servlet" 
class="external-link">ServletContext</a>&nbsp;context,
  <a href="../Options.html" title="interface in 
org.apache.jasper">Options</a>&nbsp;options)</span></div>
-<div class="block">Create a JspRuntimeContext for a web application context.
-
- Loads in any previously generated dependencies from file.</div>
+<div class="block">Create a JspRuntimeContext for a web application context. 
Loads in any previously generated dependencies from
+ file.</div>
 <dl class="notes">
 <dt>Parameters:</dt>
 <dd><code>context</code> - ServletContext for web application</dd>
@@ -336,7 +326,7 @@ loadScripts(document, 'script');</script
 <h3>removeWrapper</h3>
 <div class="horizontal-scroll">
 <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">void</span>&nbsp;<span 
class="element-name">removeWrapper</span><wbr><span class="parameters">(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;jspUri)</span></div>
-<div class="block">Remove a  JspServletWrapper.</div>
+<div class="block">Remove a JspServletWrapper.</div>
 <dl class="notes">
 <dt>Parameters:</dt>
 <dd><code>jspUri</code> - JSP URI of JspServletWrapper to remove</dd>
@@ -349,8 +339,8 @@ loadScripts(document, 'script');</script
 <h3>push</h3>
 <div class="horizontal-scroll">
 <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type"><a href="../util/FastRemovalDequeue.html" title="class in 
org.apache.jasper.util">FastRemovalDequeue</a>&lt;<a 
href="../servlet/JspServletWrapper.html" title="class in 
org.apache.jasper.servlet">JspServletWrapper</a>&gt;.<a 
href="../util/FastRemovalDequeue.Entry.html" title="class in 
org.apache.jasper.util">Entry</a></span>&nbsp;<span 
class="element-name">push</span><wbr><span class="parameters">(<a 
href="../servlet/JspServletWrapper.html" title="class in 
org.apache.jasper.servlet">JspServletWrapper</a>&nbsp;jsw)</span></div>
-<div class="block">Push a newly compiled JspServletWrapper into the queue at 
first
- execution of jsp. Destroy any JSP that has been replaced in the queue.</div>
+<div class="block">Push a newly compiled JspServletWrapper into the queue at 
first execution of jsp. Destroy any JSP that has been
+ replaced in the queue.</div>
 <dl class="notes">
 <dt>Parameters:</dt>
 <dd><code>jsw</code> - Servlet wrapper for jsp.</dd>
@@ -378,8 +368,8 @@ loadScripts(document, 'script');</script
 <h3>getJspCount</h3>
 <div class="horizontal-scroll">
 <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">int</span>&nbsp;<span 
class="element-name">getJspCount</span>()</div>
-<div class="block">Returns the number of JSPs for which JspServletWrappers 
exist, i.e.,
- the number of JSPs that have been loaded into the webapp.</div>
+<div class="block">Returns the number of JSPs for which JspServletWrappers 
exist, i.e., the number of JSPs that have been loaded
+ into the webapp.</div>
 <dl class="notes">
 <dt>Returns:</dt>
 <dd>The number of JSPs that have been loaded into the webapp</dd>
@@ -392,8 +382,7 @@ loadScripts(document, 'script');</script
 <h3>getCodeSource</h3>
 <div class="horizontal-scroll">
 <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type"><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/security/CodeSource.html";
 title="class or interface in java.security" 
class="external-link">CodeSource</a></span>&nbsp;<span 
class="element-name">getCodeSource</span>()</div>
-<div class="block">Get the SecurityManager Policy CodeSource for this web
- application context.</div>
+<div class="block">Get the SecurityManager Policy CodeSource for this web 
application context.</div>
 <dl class="notes">
 <dt>Returns:</dt>
 <dd>CodeSource for JSP</dd>
@@ -419,8 +408,7 @@ loadScripts(document, 'script');</script
 <h3>getPermissionCollection</h3>
 <div class="horizontal-scroll">
 <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type"><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/security/PermissionCollection.html";
 title="class or interface in java.security" 
class="external-link">PermissionCollection</a></span>&nbsp;<span 
class="element-name">getPermissionCollection</span>()</div>
-<div class="block">Get the SecurityManager PermissionCollection for this
- web application context.</div>
+<div class="block">Get the SecurityManager PermissionCollection for this web 
application context.</div>
 <dl class="notes">
 <dt>Returns:</dt>
 <dd>PermissionCollection permissions</dd>
@@ -480,8 +468,8 @@ loadScripts(document, 'script');</script
 <div class="block">Gets the number of JSPs that are in the JSP limiter 
queue</div>
 <dl class="notes">
 <dt>Returns:</dt>
-<dd>The number of JSPs (in the webapp with which this JspServlet is
- associated) that are in the JSP limiter queue</dd>
+<dd>The number of JSPs (in the webapp with which this JspServlet is 
associated) that are in the JSP limiter
+             queue</dd>
 </dl>
 </div>
 </section>
@@ -494,8 +482,7 @@ loadScripts(document, 'script');</script
 <div class="block">Gets the number of JSPs that have been unloaded.</div>
 <dl class="notes">
 <dt>Returns:</dt>
-<dd>The number of JSPs (in the webapp with which this JspServlet is
- associated) that have been unloaded</dd>
+<dd>The number of JSPs (in the webapp with which this JspServlet is 
associated) that have been unloaded</dd>
 </dl>
 </div>
 </section>
@@ -505,8 +492,7 @@ loadScripts(document, 'script');</script
 <h3>checkCompile</h3>
 <div class="horizontal-scroll">
 <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">void</span>&nbsp;<span 
class="element-name">checkCompile</span>()</div>
-<div class="block">Method used by background thread to check the JSP 
dependencies
- registered with this class for JSP's.</div>
+<div class="block">Method used by background thread to check the JSP 
dependencies registered with this class for JSP's.</div>
 </div>
 </section>
 </li>

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/JspUtil.ValidAttribute.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/JspUtil.ValidAttribute.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/JspUtil.ValidAttribute.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/JspUtil.ValidAttribute.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>JspUtil.ValidAttribute (Apache Tomcat 10.1.35 API Documentation)</title>
+<title>JspUtil.ValidAttribute (Apache Tomcat 10.1.36 API Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.jasper.compiler, class: JspUtil, class: ValidAttribute">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/JspUtil.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/JspUtil.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/JspUtil.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/JspUtil.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>JspUtil (Apache Tomcat 10.1.35 API Documentation)</title>
+<title>JspUtil (Apache Tomcat 10.1.36 API Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.jasper.compiler, class: JspUtil">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">
@@ -127,8 +127,7 @@ loadScripts(document, 'script');</script
 <hr>
 <div class="type-signature"><span class="modifiers">public class </span><span 
class="element-name type-name-label">JspUtil</span>
 <span class="extends-implements">extends <a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html";
 title="class or interface in java.lang" 
class="external-link">Object</a></span></div>
-<div class="block">This class has all the utility method(s). Ideally should 
move all the bean
- containers here.</div>
+<div class="block">This class has all the utility method(s). Ideally should 
move all the bean containers here.</div>
 <dl class="notes">
 <dt>Author:</dt>
 <dd>Mandar Raje., Rajiv Mordani., Danno Ferrin, Pierre Delisle, Shawn Bayern, 
Mark Roth</dd>
@@ -202,8 +201,7 @@ loadScripts(document, 'script');</script
  <a href="JspUtil.ValidAttribute.html" title="class in 
org.apache.jasper.compiler">JspUtil.ValidAttribute</a>[]&nbsp;validAttributes,
  <a href="ErrorDispatcher.html" title="class in 
org.apache.jasper.compiler">ErrorDispatcher</a>&nbsp;err)</code></div>
 <div class="col-last odd-row-color method-summary-table 
method-summary-table-tab1 method-summary-table-tab4">
-<div class="block">Checks if all mandatory attributes are present and if all 
attributes
- present have valid names.</div>
+<div class="block">Checks if all mandatory attributes are present and if all 
attributes present have valid names.</div>
 </div>
 <div class="col-first even-row-color method-summary-table 
method-summary-table-tab1 method-summary-table-tab4"><code>static 
void</code></div>
 <div class="col-second even-row-color method-summary-table 
method-summary-table-tab1 method-summary-table-tab4"><code><a 
href="#checkScope(java.lang.String,org.apache.jasper.compiler.Node,org.apache.jasper.compiler.ErrorDispatcher)"
 class="member-name-link">checkScope</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;scope,
@@ -297,8 +295,7 @@ loadScripts(document, 'script');</script
  <a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;urn,
  <a href="ErrorDispatcher.html" title="class in 
org.apache.jasper.compiler">ErrorDispatcher</a>&nbsp;err)</code></div>
 <div class="col-last even-row-color method-summary-table 
method-summary-table-tab1 method-summary-table-tab4">
-<div class="block">Gets the fully-qualified class name of the tag handler 
corresponding to
- the given tag file path.</div>
+<div class="block">Gets the fully-qualified class name of the tag handler 
corresponding to the given tag file path.</div>
 </div>
 <div class="col-first odd-row-color method-summary-table 
method-summary-table-tab1 method-summary-table-tab4"><code>static <a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></code></div>
 <div class="col-second odd-row-color method-summary-table 
method-summary-table-tab1 method-summary-table-tab4"><code><a 
href="#interpreterCall(boolean,java.lang.String,java.lang.Class,java.lang.String)"
 class="member-name-link">interpreterCall</a><wbr>(boolean&nbsp;isTagFile,
@@ -321,8 +318,7 @@ loadScripts(document, 'script');</script
 <div class="col-first even-row-color method-summary-table 
method-summary-table-tab1 method-summary-table-tab4"><code>static final <a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></code></div>
 <div class="col-second even-row-color method-summary-table 
method-summary-table-tab1 method-summary-table-tab4"><code><a 
href="#makeJavaIdentifierForAttribute(java.lang.String)" 
class="member-name-link">makeJavaIdentifierForAttribute</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;identifier)</code></div>
 <div class="col-last even-row-color method-summary-table 
method-summary-table-tab1 method-summary-table-tab4">
-<div class="block">Converts the given identifier to a legal Java identifier
- to be used for JSP Tag file attribute names.</div>
+<div class="block">Converts the given identifier to a legal Java identifier to 
be used for JSP Tag file attribute names.</div>
 </div>
 <div class="col-first odd-row-color method-summary-table 
method-summary-table-tab1 method-summary-table-tab4"><code>static final <a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></code></div>
 <div class="col-second odd-row-color method-summary-table 
method-summary-table-tab1 method-summary-table-tab4"><code><a 
href="#makeJavaPackage(java.lang.String)" 
class="member-name-link">makeJavaPackage</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;path)</code></div>
@@ -338,21 +334,19 @@ loadScripts(document, 'script');</script
 <div class="col-second odd-row-color method-summary-table 
method-summary-table-tab1 method-summary-table-tab4"><code><a 
href="#toClass(java.lang.String,java.lang.ClassLoader)" 
class="member-name-link">toClass</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;type,
  <a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/ClassLoader.html";
 title="class or interface in java.lang" 
class="external-link">ClassLoader</a>&nbsp;loader)</code></div>
 <div class="col-last odd-row-color method-summary-table 
method-summary-table-tab1 method-summary-table-tab4">
-<div class="block">Returns the <code>Class</code> object associated with the 
class or
- interface with the given string name.</div>
+<div class="block">Returns the <code>Class</code> object associated with the 
class or interface with the given string name.</div>
 </div>
 <div class="col-first even-row-color method-summary-table 
method-summary-table-tab1 method-summary-table-tab4"><code>static <a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></code></div>
 <div class="col-second even-row-color method-summary-table 
method-summary-table-tab1 method-summary-table-tab4"><code><a 
href="#toJavaSourceType(java.lang.String)" 
class="member-name-link">toJavaSourceType</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;type)</code></div>
 <div class="col-last even-row-color method-summary-table 
method-summary-table-tab1 method-summary-table-tab4">
-<div class="block">Class.getName() return arrays in the form "[[[&lt;et&gt;", 
where et, the
- element type can be one of ZBCDFIJS or L&lt;classname&gt;;.</div>
+<div class="block">Class.getName() return arrays in the form "[[[&lt;et&gt;", 
where et, the element type can be one of ZBCDFIJS or
+ L&lt;classname&gt;;.</div>
 </div>
 <div class="col-first odd-row-color method-summary-table 
method-summary-table-tab1 method-summary-table-tab4"><code>static <a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></code></div>
 <div class="col-second odd-row-color method-summary-table 
method-summary-table-tab1 method-summary-table-tab4"><code><a 
href="#toJavaSourceTypeFromTld(java.lang.String)" 
class="member-name-link">toJavaSourceTypeFromTld</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;type)</code></div>
 <div class="col-last odd-row-color method-summary-table 
method-summary-table-tab1 method-summary-table-tab4">
-<div class="block">Handles taking input from TLDs 'java.lang.Object' -&gt;
- 'java.lang.Object.class' 'int' -&gt; 'int.class' 'void' -&gt; 'Void.TYPE'
- 'int[]' -&gt; 'int[].class'</div>
+<div class="block">Handles taking input from TLDs 'java.lang.Object' -&gt; 
'java.lang.Object.class' 'int' -&gt; 'int.class' 'void'
+ -&gt; 'Void.TYPE' 'int[]' -&gt; 'int[].class'</div>
 </div>
 </div>
 </div>
@@ -438,13 +432,11 @@ loadScripts(document, 'script');</script
 <dl class="notes">
 <dt>Parameters:</dt>
 <dd><code>scope</code> - The scope to be checked</dd>
-<dd><code>n</code> - The Node containing the 'scope' attribute whose value is 
to be
-            checked</dd>
+<dd><code>n</code> - The Node containing the 'scope' attribute whose value is 
to be checked</dd>
 <dd><code>err</code> - error dispatcher</dd>
 <dt>Throws:</dt>
-<dd><code><a href="../JasperException.html" title="class in 
org.apache.jasper">JasperException</a></code> - if scope is not null and 
different from &quot;page&quot;,
-             &quot;request&quot;, &quot;session&quot;, and
-             &quot;application&quot;</dd>
+<dd><code><a href="../JasperException.html" title="class in 
org.apache.jasper">JasperException</a></code> - if scope is not null and 
different from &quot;page&quot;, &quot;request&quot;,
+                             &quot;session&quot;, and 
&quot;application&quot;</dd>
 </dl>
 </div>
 </section>
@@ -458,10 +450,8 @@ loadScripts(document, 'script');</script
  <a href="JspUtil.ValidAttribute.html" title="class in 
org.apache.jasper.compiler">JspUtil.ValidAttribute</a>[]&nbsp;validAttributes,
  <a href="ErrorDispatcher.html" title="class in 
org.apache.jasper.compiler">ErrorDispatcher</a>&nbsp;err)</span>
                             throws <span class="exceptions"><a 
href="../JasperException.html" title="class in 
org.apache.jasper">JasperException</a></span></div>
-<div class="block">Checks if all mandatory attributes are present and if all 
attributes
- present have valid names. Checks attributes specified as XML-style
- attributes as well as attributes specified using the jsp:attribute
- standard action.</div>
+<div class="block">Checks if all mandatory attributes are present and if all 
attributes present have valid names. Checks attributes
+ specified as XML-style attributes as well as attributes specified using the 
jsp:attribute standard action.</div>
 <dl class="notes">
 <dt>Parameters:</dt>
 <dd><code>typeOfTag</code> - The tag type</dd>
@@ -479,9 +469,8 @@ loadScripts(document, 'script');</script
 <h3>booleanValue</h3>
 <div class="horizontal-scroll">
 <div class="member-signature"><span class="modifiers">public 
static</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span 
class="element-name">booleanValue</span><wbr><span class="parameters">(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;s)</span></div>
-<div class="block">Convert a String value to 'boolean'. Besides the standard 
conversions
- done by Boolean.parseBoolean(s), the value "yes" (ignore case)
- is also converted to 'true'. If 's' is null, then 'false' is returned.</div>
+<div class="block">Convert a String value to 'boolean'. Besides the standard 
conversions done by Boolean.parseBoolean(s), the value
+ "yes" (ignore case) is also converted to 'true'. If 's' is null, then 'false' 
is returned.</div>
 <dl class="notes">
 <dt>Parameters:</dt>
 <dd><code>s</code> - the string to be converted</dd>
@@ -498,15 +487,11 @@ loadScripts(document, 'script');</script
 <div class="member-signature"><span class="modifiers">public 
static</span>&nbsp;<span class="return-type"><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Class.html";
 title="class or interface in java.lang" 
class="external-link">Class</a>&lt;?&gt;</span>&nbsp;<span 
class="element-name">toClass</span><wbr><span class="parameters">(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;type,
  <a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/ClassLoader.html";
 title="class or interface in java.lang" 
class="external-link">ClassLoader</a>&nbsp;loader)</span>
                         throws <span class="exceptions"><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/ClassNotFoundException.html";
 title="class or interface in java.lang" 
class="external-link">ClassNotFoundException</a></span></div>
-<div class="block">Returns the <code>Class</code> object associated with the 
class or
- interface with the given string name.
-
+<div class="block">Returns the <code>Class</code> object associated with the 
class or interface with the given string name.
  <p>
- The <code>Class</code> object is determined by passing the given string
- name to the <code>Class.forName()</code> method, unless the given string
- name represents a primitive type, in which case it is converted to a
- <code>Class</code> object by appending ".class" to it (e.g.,
- "int.class").</div>
+ The <code>Class</code> object is determined by passing the given string name 
to the <code>Class.forName()</code>
+ method, unless the given string name represents a primitive type, in which 
case it is converted to a
+ <code>Class</code> object by appending ".class" to it (e.g., 
"int.class").</div>
 <dl class="notes">
 <dt>Parameters:</dt>
 <dd><code>type</code> - The class name, array or primitive type</dd>
@@ -530,8 +515,7 @@ loadScripts(document, 'script');</script
 <div class="block">Produces a String representing a call to the EL 
interpreter.</div>
 <dl class="notes">
 <dt>Parameters:</dt>
-<dd><code>isTagFile</code> - <code>true</code> if the file is a tag file
-  rather than a JSP</dd>
+<dd><code>isTagFile</code> - <code>true</code> if the file is a tag file 
rather than a JSP</dd>
 <dd><code>expression</code> - a String containing zero or more "${}" 
expressions</dd>
 <dd><code>expectedType</code> - the expected type of the interpreted 
result</dd>
 <dd><code>fnmapvar</code> - Variable pointing to a function map.</dd>
@@ -724,8 +708,7 @@ loadScripts(document, 'script');</script
  <a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;urn,
  <a href="ErrorDispatcher.html" title="class in 
org.apache.jasper.compiler">ErrorDispatcher</a>&nbsp;err)</span>
                                      throws <span class="exceptions"><a 
href="../JasperException.html" title="class in 
org.apache.jasper">JasperException</a></span></div>
-<div class="block">Gets the fully-qualified class name of the tag handler 
corresponding to
- the given tag file path.</div>
+<div class="block">Gets the fully-qualified class name of the tag handler 
corresponding to the given tag file path.</div>
 <dl class="notes">
 <dt>Parameters:</dt>
 <dd><code>path</code> - Tag file path</dd>
@@ -733,8 +716,7 @@ loadScripts(document, 'script');</script
 <dd><code>urn</code> - The tag identifier</dd>
 <dd><code>err</code> - Error dispatcher</dd>
 <dt>Returns:</dt>
-<dd>Fully-qualified class name of the tag handler corresponding to
-         the given tag file path</dd>
+<dd>Fully-qualified class name of the tag handler corresponding to the given 
tag file path</dd>
 <dt>Throws:</dt>
 <dd><code><a href="../JasperException.html" title="class in 
org.apache.jasper">JasperException</a></code> - Failed to generate a class name 
for the tag</dd>
 </dl>
@@ -776,8 +758,7 @@ loadScripts(document, 'script');</script
 <h3>makeJavaIdentifierForAttribute</h3>
 <div class="horizontal-scroll">
 <div class="member-signature"><span class="modifiers">public static 
final</span>&nbsp;<span class="return-type"><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></span>&nbsp;<span 
class="element-name">makeJavaIdentifierForAttribute</span><wbr><span 
class="parameters">(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;identifier)</span></div>
-<div class="block">Converts the given identifier to a legal Java identifier
- to be used for JSP Tag file attribute names.</div>
+<div class="block">Converts the given identifier to a legal Java identifier to 
be used for JSP Tag file attribute names.</div>
 <dl class="notes">
 <dt>Parameters:</dt>
 <dd><code>identifier</code> - Identifier to convert</dd>
@@ -822,9 +803,8 @@ loadScripts(document, 'script');</script
 <h3>toJavaSourceTypeFromTld</h3>
 <div class="horizontal-scroll">
 <div class="member-signature"><span class="modifiers">public 
static</span>&nbsp;<span class="return-type"><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></span>&nbsp;<span 
class="element-name">toJavaSourceTypeFromTld</span><wbr><span 
class="parameters">(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;type)</span></div>
-<div class="block">Handles taking input from TLDs 'java.lang.Object' -&gt;
- 'java.lang.Object.class' 'int' -&gt; 'int.class' 'void' -&gt; 'Void.TYPE'
- 'int[]' -&gt; 'int[].class'</div>
+<div class="block">Handles taking input from TLDs 'java.lang.Object' -&gt; 
'java.lang.Object.class' 'int' -&gt; 'int.class' 'void'
+ -&gt; 'Void.TYPE' 'int[]' -&gt; 'int[].class'</div>
 <dl class="notes">
 <dt>Parameters:</dt>
 <dd><code>type</code> - The type from the TLD</dd>
@@ -839,9 +819,8 @@ loadScripts(document, 'script');</script
 <h3>toJavaSourceType</h3>
 <div class="horizontal-scroll">
 <div class="member-signature"><span class="modifiers">public 
static</span>&nbsp;<span class="return-type"><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></span>&nbsp;<span 
class="element-name">toJavaSourceType</span><wbr><span class="parameters">(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;type)</span></div>
-<div class="block">Class.getName() return arrays in the form "[[[&lt;et&gt;", 
where et, the
- element type can be one of ZBCDFIJS or L&lt;classname&gt;;. It is
- converted into forms that can be understood by javac.</div>
+<div class="block">Class.getName() return arrays in the form "[[[&lt;et&gt;", 
where et, the element type can be one of ZBCDFIJS or
+ L&lt;classname&gt;;. It is converted into forms that can be understood by 
javac.</div>
 <dl class="notes">
 <dt>Parameters:</dt>
 <dd><code>type</code> - the type to convert</dd>

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/Localizer.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/Localizer.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/Localizer.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/Localizer.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>Localizer (Apache Tomcat 10.1.35 API Documentation)</title>
+<title>Localizer (Apache Tomcat 10.1.36 API Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.jasper.compiler, class: Localizer">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">
@@ -90,8 +90,7 @@ loadScripts(document, 'script');</script
 <hr>
 <div class="type-signature"><span class="modifiers">public class </span><span 
class="element-name type-name-label">Localizer</span>
 <span class="extends-implements">extends <a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html";
 title="class or interface in java.lang" 
class="external-link">Object</a></span></div>
-<div class="block">Class responsible for converting error codes to 
corresponding localized
- error messages.</div>
+<div class="block">Class responsible for converting error codes to 
corresponding localized error messages.</div>
 <dl class="notes">
 <dt>Author:</dt>
 <dd>Jan Luehe</dd>

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/NewlineReductionServletWriter.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/NewlineReductionServletWriter.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/NewlineReductionServletWriter.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/NewlineReductionServletWriter.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>NewlineReductionServletWriter (Apache Tomcat 10.1.35 API 
Documentation)</title>
+<title>NewlineReductionServletWriter (Apache Tomcat 10.1.36 API 
Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.jasper.compiler, class: NewlineReductionServletWriter">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">
@@ -95,13 +95,10 @@ loadScripts(document, 'script');</script
 <hr>
 <div class="type-signature"><span class="modifiers">public class </span><span 
class="element-name type-name-label">NewlineReductionServletWriter</span>
 <span class="extends-implements">extends <a href="ServletWriter.html" 
title="class in org.apache.jasper.compiler">ServletWriter</a></span></div>
-<div class="block">This class filters duplicate newlines instructions from the 
compiler output,
- and therefore from the runtime JSP. The duplicates typically happen because
- the compiler has multiple branches that write them, but they operate
- independently and don't realize that the previous output was identical.
-
- Removing these lines makes the JSP more efficient by executing fewer
- operations during runtime.</div>
+<div class="block">This class filters duplicate newlines instructions from the 
compiler output, and therefore from the runtime JSP. The
+ duplicates typically happen because the compiler has multiple branches that 
write them, but they operate
+ independently and don't realize that the previous output was identical. 
Removing these lines makes the JSP more
+ efficient by executing fewer operations during runtime.</div>
 </div>
 </section>
 <section class="summary">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/ServletWriter.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/ServletWriter.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/ServletWriter.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/ServletWriter.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>ServletWriter (Apache Tomcat 10.1.35 API Documentation)</title>
+<title>ServletWriter (Apache Tomcat 10.1.36 API Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.jasper.compiler, class: ServletWriter">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/SmapInput.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/SmapInput.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/SmapInput.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/SmapInput.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>SmapInput (Apache Tomcat 10.1.35 API Documentation)</title>
+<title>SmapInput (Apache Tomcat 10.1.36 API Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.jasper.compiler, class: SmapInput">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/SmapStratum.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/SmapStratum.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/SmapStratum.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/SmapStratum.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>SmapStratum (Apache Tomcat 10.1.35 API Documentation)</title>
+<title>SmapStratum (Apache Tomcat 10.1.36 API Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.jasper.compiler, class: SmapStratum">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/SmapUtil.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/SmapUtil.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/SmapUtil.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/SmapUtil.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>SmapUtil (Apache Tomcat 10.1.35 API Documentation)</title>
+<title>SmapUtil (Apache Tomcat 10.1.36 API Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.jasper.compiler, class: SmapUtil">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/StringInterpreter.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/StringInterpreter.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/StringInterpreter.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/StringInterpreter.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>StringInterpreter (Apache Tomcat 10.1.35 API Documentation)</title>
+<title>StringInterpreter (Apache Tomcat 10.1.36 API Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.jasper.compiler, interface: StringInterpreter">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/StringInterpreterFactory.DefaultStringInterpreter.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/StringInterpreterFactory.DefaultStringInterpreter.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/StringInterpreterFactory.DefaultStringInterpreter.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/StringInterpreterFactory.DefaultStringInterpreter.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>StringInterpreterFactory.DefaultStringInterpreter (Apache Tomcat 
10.1.35 API Documentation)</title>
+<title>StringInterpreterFactory.DefaultStringInterpreter (Apache Tomcat 
10.1.36 API Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.jasper.compiler, class: StringInterpreterFactory, class: 
DefaultStringInterpreter">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/StringInterpreterFactory.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/StringInterpreterFactory.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/StringInterpreterFactory.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/StringInterpreterFactory.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>StringInterpreterFactory (Apache Tomcat 10.1.35 API 
Documentation)</title>
+<title>StringInterpreterFactory (Apache Tomcat 10.1.36 API 
Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.jasper.compiler, class: StringInterpreterFactory">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/TagConstants.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/TagConstants.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/TagConstants.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/TagConstants.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>TagConstants (Apache Tomcat 10.1.35 API Documentation)</title>
+<title>TagConstants (Apache Tomcat 10.1.36 API Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.jasper.compiler, interface: TagConstants">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/TagPluginManager.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/TagPluginManager.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/TagPluginManager.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/TagPluginManager.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>TagPluginManager (Apache Tomcat 10.1.35 API Documentation)</title>
+<title>TagPluginManager (Apache Tomcat 10.1.36 API Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.jasper.compiler, class: TagPluginManager">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/TextOptimizer.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/TextOptimizer.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/TextOptimizer.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/TextOptimizer.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>TextOptimizer (Apache Tomcat 10.1.35 API Documentation)</title>
+<title>TextOptimizer (Apache Tomcat 10.1.36 API Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.jasper.compiler, class: TextOptimizer">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/TldCache.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/TldCache.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/TldCache.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/TldCache.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>TldCache (Apache Tomcat 10.1.35 API Documentation)</title>
+<title>TldCache (Apache Tomcat 10.1.36 API Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.jasper.compiler, class: TldCache">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/package-summary.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/package-summary.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/package-summary.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/package-summary.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>org.apache.jasper.compiler (Apache Tomcat 10.1.35 API 
Documentation)</title>
+<title>org.apache.jasper.compiler (Apache Tomcat 10.1.36 API 
Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.jasper.compiler">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#package">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">
@@ -160,8 +160,7 @@ loadScripts(document, 'script');</script
 <div class="col-last even-row-color class-summary 
class-summary-tab2">&nbsp;</div>
 <div class="col-first odd-row-color class-summary class-summary-tab2"><a 
href="JspRuntimeContext.html" title="class in 
org.apache.jasper.compiler">JspRuntimeContext</a></div>
 <div class="col-last odd-row-color class-summary class-summary-tab2">
-<div class="block">Class for tracking JSP compile time file dependencies when 
the
- &gt;%@include file="</div>
+<div class="block">Class for tracking JSP compile time file dependencies when 
the &gt;%@include file="</div>
 </div>
 <div class="col-first even-row-color class-summary class-summary-tab2"><a 
href="JspUtil.html" title="class in 
org.apache.jasper.compiler">JspUtil</a></div>
 <div class="col-last even-row-color class-summary class-summary-tab2">
@@ -171,13 +170,11 @@ loadScripts(document, 'script');</script
 <div class="col-last odd-row-color class-summary 
class-summary-tab2">&nbsp;</div>
 <div class="col-first even-row-color class-summary class-summary-tab2"><a 
href="Localizer.html" title="class in 
org.apache.jasper.compiler">Localizer</a></div>
 <div class="col-last even-row-color class-summary class-summary-tab2">
-<div class="block">Class responsible for converting error codes to 
corresponding localized
- error messages.</div>
+<div class="block">Class responsible for converting error codes to 
corresponding localized error messages.</div>
 </div>
 <div class="col-first odd-row-color class-summary class-summary-tab2"><a 
href="NewlineReductionServletWriter.html" title="class in 
org.apache.jasper.compiler">NewlineReductionServletWriter</a></div>
 <div class="col-last odd-row-color class-summary class-summary-tab2">
-<div class="block">This class filters duplicate newlines instructions from the 
compiler output,
- and therefore from the runtime JSP.</div>
+<div class="block">This class filters duplicate newlines instructions from the 
compiler output, and therefore from the runtime JSP.</div>
 </div>
 <div class="col-first even-row-color class-summary class-summary-tab2"><a 
href="ServletWriter.html" title="class in 
org.apache.jasper.compiler">ServletWriter</a></div>
 <div class="col-last even-row-color class-summary class-summary-tab2">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/package-tree.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/package-tree.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/package-tree.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/package-tree.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>org.apache.jasper.compiler Class Hierarchy (Apache Tomcat 10.1.35 API 
Documentation)</title>
+<title>org.apache.jasper.compiler Class Hierarchy (Apache Tomcat 10.1.36 API 
Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="tree: package: org.apache.jasper.compiler">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#tree">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/tagplugin/TagPlugin.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/tagplugin/TagPlugin.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/tagplugin/TagPlugin.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/tagplugin/TagPlugin.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>TagPlugin (Apache Tomcat 10.1.35 API Documentation)</title>
+<title>TagPlugin (Apache Tomcat 10.1.36 API Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.jasper.compiler.tagplugin, interface: TagPlugin">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../../search.html">Search</a></li>
 <li><a href="../../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/tagplugin/TagPluginContext.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/tagplugin/TagPluginContext.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/tagplugin/TagPluginContext.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/tagplugin/TagPluginContext.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>TagPluginContext (Apache Tomcat 10.1.35 API Documentation)</title>
+<title>TagPluginContext (Apache Tomcat 10.1.36 API Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.jasper.compiler.tagplugin, interface: TagPluginContext">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../../search.html">Search</a></li>
 <li><a href="../../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/tagplugin/package-summary.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/tagplugin/package-summary.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/tagplugin/package-summary.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/tagplugin/package-summary.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>org.apache.jasper.compiler.tagplugin (Apache Tomcat 10.1.35 API 
Documentation)</title>
+<title>org.apache.jasper.compiler.tagplugin (Apache Tomcat 10.1.36 API 
Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.jasper.compiler.tagplugin">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../../search.html">Search</a></li>
 <li><a href="../../../../../help-doc.html#package">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/tagplugin/package-tree.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/tagplugin/package-tree.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/tagplugin/package-tree.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/compiler/tagplugin/package-tree.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>org.apache.jasper.compiler.tagplugin Class Hierarchy (Apache Tomcat 
10.1.35 API Documentation)</title>
+<title>org.apache.jasper.compiler.tagplugin Class Hierarchy (Apache Tomcat 
10.1.36 API Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="tree: package: 
org.apache.jasper.compiler.tagplugin">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../../search.html">Search</a></li>
 <li><a href="../../../../../help-doc.html#tree">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/ELContextImpl.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/ELContextImpl.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/ELContextImpl.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/ELContextImpl.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>ELContextImpl (Apache Tomcat 10.1.35 API Documentation)</title>
+<title>ELContextImpl (Apache Tomcat 10.1.36 API Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.jasper.el, 
class: ELContextImpl">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/ELContextWrapper.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/ELContextWrapper.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/ELContextWrapper.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/ELContextWrapper.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>ELContextWrapper (Apache Tomcat 10.1.35 API Documentation)</title>
+<title>ELContextWrapper (Apache Tomcat 10.1.36 API Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.jasper.el, 
class: ELContextWrapper">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/ELResolverImpl.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/ELResolverImpl.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/ELResolverImpl.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/ELResolverImpl.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>ELResolverImpl (Apache Tomcat 10.1.35 API Documentation)</title>
+<title>ELResolverImpl (Apache Tomcat 10.1.36 API Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.jasper.el, 
class: ELResolverImpl">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/ExpressionEvaluatorImpl.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/ExpressionEvaluatorImpl.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/ExpressionEvaluatorImpl.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/ExpressionEvaluatorImpl.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>ExpressionEvaluatorImpl (Apache Tomcat 10.1.35 API 
Documentation)</title>
+<title>ExpressionEvaluatorImpl (Apache Tomcat 10.1.36 API 
Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.jasper.el, 
class: ExpressionEvaluatorImpl">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/ExpressionImpl.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/ExpressionImpl.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/ExpressionImpl.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/ExpressionImpl.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>ExpressionImpl (Apache Tomcat 10.1.35 API Documentation)</title>
+<title>ExpressionImpl (Apache Tomcat 10.1.36 API Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.jasper.el, 
class: ExpressionImpl">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/FunctionMapperImpl.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/FunctionMapperImpl.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/FunctionMapperImpl.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/FunctionMapperImpl.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>FunctionMapperImpl (Apache Tomcat 10.1.35 API Documentation)</title>
+<title>FunctionMapperImpl (Apache Tomcat 10.1.36 API Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.jasper.el, 
class: FunctionMapperImpl">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JasperELResolver.GraalBeanELResolver.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JasperELResolver.GraalBeanELResolver.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JasperELResolver.GraalBeanELResolver.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JasperELResolver.GraalBeanELResolver.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>JasperELResolver.GraalBeanELResolver (Apache Tomcat 10.1.35 API 
Documentation)</title>
+<title>JasperELResolver.GraalBeanELResolver (Apache Tomcat 10.1.36 API 
Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.jasper.el, 
class: JasperELResolver, class: GraalBeanELResolver">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JasperELResolver.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JasperELResolver.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JasperELResolver.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JasperELResolver.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>JasperELResolver (Apache Tomcat 10.1.35 API Documentation)</title>
+<title>JasperELResolver (Apache Tomcat 10.1.36 API Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.jasper.el, 
class: JasperELResolver">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JspELException.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JspELException.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JspELException.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JspELException.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>JspELException (Apache Tomcat 10.1.35 API Documentation)</title>
+<title>JspELException (Apache Tomcat 10.1.36 API Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.jasper.el, 
class: JspELException">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JspMethodExpression.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JspMethodExpression.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JspMethodExpression.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JspMethodExpression.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>JspMethodExpression (Apache Tomcat 10.1.35 API Documentation)</title>
+<title>JspMethodExpression (Apache Tomcat 10.1.36 API Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.jasper.el, 
class: JspMethodExpression">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JspMethodNotFoundException.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JspMethodNotFoundException.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JspMethodNotFoundException.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JspMethodNotFoundException.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>JspMethodNotFoundException (Apache Tomcat 10.1.35 API 
Documentation)</title>
+<title>JspMethodNotFoundException (Apache Tomcat 10.1.36 API 
Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.jasper.el, 
class: JspMethodNotFoundException">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JspPropertyNotFoundException.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JspPropertyNotFoundException.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JspPropertyNotFoundException.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JspPropertyNotFoundException.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>JspPropertyNotFoundException (Apache Tomcat 10.1.35 API 
Documentation)</title>
+<title>JspPropertyNotFoundException (Apache Tomcat 10.1.36 API 
Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.jasper.el, 
class: JspPropertyNotFoundException">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">

Modified: 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JspPropertyNotWritableException.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JspPropertyNotWritableException.html?rev=1923896&r1=1923895&r2=1923896&view=diff
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JspPropertyNotWritableException.html
 (original)
+++ 
tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/jasper/el/JspPropertyNotWritableException.html
 Tue Feb 18 13:49:50 2025
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (23) -->
-<title>JspPropertyNotWritableException (Apache Tomcat 10.1.35 API 
Documentation)</title>
+<title>JspPropertyNotWritableException (Apache Tomcat 10.1.36 API 
Documentation)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.jasper.el, 
class: JspPropertyNotWritableException">
@@ -35,7 +35,7 @@ loadScripts(document, 'script');</script
 <li><a href="../../../../search.html">Search</a></li>
 <li><a href="../../../../help-doc.html#class">Help</a></li>
 </ul>
-<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.35</b></div>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.36</b></div>
 </div>
 </div>
 <div class="sub-nav">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org


Reply via email to