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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new b2727cd9d Automatic Site Publish by Buildbot
b2727cd9d is described below

commit b2727cd9da2a0c37fa8378d55d480e9ab2b7ef82
Author: buildbot <us...@infra.apache.org>
AuthorDate: Thu Mar 14 12:57:52 2024 +0000

    Automatic Site Publish by Buildbot
---
 output/core-developers/file-upload-interceptor.html | 2 +-
 output/core-developers/file-upload.html             | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/output/core-developers/file-upload-interceptor.html 
b/output/core-developers/file-upload-interceptor.html
index 7aa55be6a..7ae6fa0e3 100644
--- a/output/core-developers/file-upload-interceptor.html
+++ b/output/core-developers/file-upload-interceptor.html
@@ -153,7 +153,7 @@
     <h1 id="file-upload-interceptor">File Upload Interceptor</h1>
 
 <blockquote>
-  <p>Since Struts 6.4.0 this interceptor is deprecated, please use Action 
FileUpload Interceptor instead!</p>
+  <p>Since Struts 6.4.0 this interceptor is deprecated, please use <a 
href="action-file-upload-interceptor">Action File Upload Interceptor</a> 
instead!</p>
 </blockquote>
 
 <p>See <a href="file-upload">this page</a> for more examples and advanced 
configuration.</p>
diff --git a/output/core-developers/file-upload.html 
b/output/core-developers/file-upload.html
index 124b60edf..b3e1253f5 100644
--- a/output/core-developers/file-upload.html
+++ b/output/core-developers/file-upload.html
@@ -146,8 +146,10 @@
 
 <article class="container">
   <section class="col-md-12">
-    <a href="index.html" title="back to Core Developers Guide"><< back to Core 
Developers Guide</a>
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/core-developers/file-upload.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
+    
+    <a href="action-file-upload-interceptor" title="back to Action File Upload 
Interceptor"><< back to Action File Upload Interceptor</a>
+    
     <h1 class="no_toc" id="file-upload">File Upload</h1>
 
 <ul id="markdown-toc">
@@ -190,7 +192,7 @@ than the temporary directory and the directories that 
belong to your web applica
 The library is included in a base Struts 2 distribution.</p>
 
 <blockquote>
-  <p>NOTE: Since Struts 6.4.0 the <code class="language-plaintext 
highlighter-rouge">FileUploadInterceptor</code> is deprecated and you should 
use <code class="language-plaintext 
highlighter-rouge">ActionFileUploadInterceptor</code> instead!</p>
+  <p>NOTE: Since Struts 6.4.0 the <code class="language-plaintext 
highlighter-rouge">FileUploadInterceptor</code> is deprecated, and you should 
use <code class="language-plaintext 
highlighter-rouge">ActionFileUploadInterceptor</code> instead!</p>
 </blockquote>
 
 <h2 id="basic-usage">Basic Usage</h2>

Reply via email to