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 2a3a908ac Updates stage by Jenkins
2a3a908ac is described below
commit 2a3a908ac6e66723c12fd61d51882fb22ccb8fe8
Author: jenkins <[email protected]>
AuthorDate: Mon Nov 28 14:40:35 2022 +0000
Updates stage by Jenkins
---
content/core-developers/interceptors.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/core-developers/interceptors.html
b/content/core-developers/interceptors.html
index 7df0f15e9..7c2c9ed2d 100644
--- a/content/core-developers/interceptors.html
+++ b/content/core-developers/interceptors.html
@@ -828,7 +828,7 @@ specified in the <code class="language-plaintext
highlighter-rouge"><intercep
<td>Adds automatic checkbox handling code that detect an unchecked
checkbox and add it as a parameter with a default (usually ‘false’) value. Uses
a specially named hidden field to detect unsubmitted checkboxes. The default
unchecked value is overridable for non-boolean value’d checkboxes.</td>
</tr>
<tr>
- <td><a href="coep-interceptor">COEP Interceptor</a></td>
+ <td><a href="coep-interceptor">Cross-Origin Embedder Policy
Interceptor</a></td>
<td>coep</td>
<td>Implements the Cross-Origin Embedder Policy on incoming requests
used to protect a document from loading any non-same-origin resources which
don’t explicitly grant the document permission to be loaded.</td>
</tr>
@@ -848,7 +848,7 @@ specified in the <code class="language-plaintext
highlighter-rouge"><intercep
<td>Transfer cookies from action to response (Since 2.3.15.)</td>
</tr>
<tr>
- <td><a href="coop-interceptor">COOP Interceptor</a></td>
+ <td><a href="coop-interceptor">Cross-Origin Opener Policy
Interceptor</a></td>
<td>coop</td>
<td>Implements the Cross-Origin Opener Policy on incoming requests used
to isolate resources against side-channel attacks and information leaks.</td>
</tr>