This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new 77a13aa19 Updates stage by Jenkins
77a13aa19 is described below

commit 77a13aa19573f7efcfcecf9c0e298fadcdbdad3c
Author: jenkins <[email protected]>
AuthorDate: Tue Feb 17 07:27:28 2026 +0000

    Updates stage by Jenkins
---
 content/core-developers/prepare-interceptor.html | 4 ++--
 content/core-developers/type-conversion.html     | 2 +-
 content/security/index.html                      | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/core-developers/prepare-interceptor.html 
b/content/core-developers/prepare-interceptor.html
index bd91fce65..e56180c6a 100644
--- a/content/core-developers/prepare-interceptor.html
+++ b/content/core-developers/prepare-interceptor.html
@@ -179,12 +179,12 @@ method that will be run before the invocation of the 
input method.</p>
 <ol>
   <li>if the action class have <code class="language-plaintext 
highlighter-rouge">prepare&lt;MethodName&gt;()</code>, it will be invoked</li>
   <li>else if the action class have <code class="language-plaintext 
highlighter-rouge">prepareDo&lt;MethodName&gt;()</code>, it will be invoked</li>
-  <li>no matter if 1] or 2] is performed, if <code class="language-plaintext 
highlighter-rouge">alwaysInvokePrepare</code> property of the interceptor is 
<code class="language-plaintext highlighter-rouge">true</code> (which is by
+  <li>no matter if 1) or 2) is performed, if <code class="language-plaintext 
highlighter-rouge">alwaysInvokePrepare</code> property of the interceptor is 
<code class="language-plaintext highlighter-rouge">true</code> (which is by
    default <code class="language-plaintext highlighter-rouge">true</code>), 
<code class="language-plaintext highlighter-rouge">prepare()</code> will be 
invoked.</li>
 </ol>
 
 <blockquote>
-  <p>Since Struts 7.2.0: The <code class="language-plaintext 
highlighter-rouge">Preparable.prepare()</code> method is now a <code 
class="language-plaintext highlighter-rouge">default</code> method with an 
empty implementation.
+  <p>Note: since Struts 7.2.0, the <code class="language-plaintext 
highlighter-rouge">Preparable.prepare()</code> method is now a <code 
class="language-plaintext highlighter-rouge">default</code> method with an 
empty implementation.
 Actions that only use per-method variants (e.g., <code 
class="language-plaintext highlighter-rouge">prepareEdit()</code>, <code 
class="language-plaintext highlighter-rouge">prepareSave()</code>) no longer 
need to provide
 an empty <code class="language-plaintext highlighter-rouge">prepare()</code> 
override.</p>
 </blockquote>
diff --git a/content/core-developers/type-conversion.html 
b/content/core-developers/type-conversion.html
index bda69b01d..c3f96bada 100644
--- a/content/core-developers/type-conversion.html
+++ b/content/core-developers/type-conversion.html
@@ -299,7 +299,7 @@ java.math.BigDecimal = com.acme.MyBigDecimalConverter
 </code></pre></div></div>
 
 <blockquote>
-  <p>Since Struts 7.2.0: When the Spring plugin is active, you can use Spring 
bean names in addition to fully qualified
+  <p>NOTE: since Struts 7.2.0, when the Spring plugin is active, you can use 
Spring bean names in addition to fully qualified
 class names as converter values in <code class="language-plaintext 
highlighter-rouge">struts-conversion.properties</code>. For example, if you 
have a Spring bean named
 <code class="language-plaintext 
highlighter-rouge">myBigDecimalConverter</code>, you can reference it 
directly:</p>
   <div class="language-plaintext highlighter-rouge"><div 
class="highlight"><pre class="highlight"><code>java.math.BigDecimal = 
myBigDecimalConverter
diff --git a/content/security/index.html b/content/security/index.html
index 514e76446..f5e3c5dc8 100644
--- a/content/security/index.html
+++ b/content/security/index.html
@@ -220,7 +220,7 @@ constraint to the <code class="language-plaintext 
highlighter-rouge">web.xml</co
 </ul>
 
 <blockquote>
-  <p>Since Struts 7.2.0: The framework now logs a security warning when JSP 
tags are accessed directly outside of
+  <p>Note: since Struts 7.2.0, the framework now logs a security warning when 
JSP tags are accessed directly outside of
 an action scope. This helps identify JSP files that are inadvertently exposed 
without action protection.</p>
 </blockquote>
 

Reply via email to