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 1c11c63e0 Updates stage by Jenkins 1c11c63e0 is described below commit 1c11c63e05474c4ba0042fede4c0bdea530704ca Author: jenkins <bui...@apache.org> AuthorDate: Sun Mar 17 09:33:53 2024 +0000 Updates stage by Jenkins --- content/core-developers/action-file-upload-interceptor.html | 12 ++++++++---- content/core-developers/file-upload-interceptor.html | 8 +++++++- content/core-developers/interceptors.html | 2 +- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/content/core-developers/action-file-upload-interceptor.html b/content/core-developers/action-file-upload-interceptor.html index cac2831bc..b1f048d09 100644 --- a/content/core-developers/action-file-upload-interceptor.html +++ b/content/core-developers/action-file-upload-interceptor.html @@ -150,11 +150,15 @@ <a href="interceptors" title="back to Interceptors"><< back to Interceptors</a> - <h1 id="action-file-upload-interceptor">Action File Upload Interceptor</h1> + <h1 class="no_toc" id="action-file-upload-interceptor">Action File Upload Interceptor</h1> -<blockquote> - <p>Available since Struts 6.4.0 as replacement for <a href="file-upload-interceptor">File Upload Interceptor</a></p> -</blockquote> +<ul id="markdown-toc"> + <li><a href="#parameters" id="markdown-toc-parameters">Parameters</a></li> + <li><a href="#extending-the-interceptor" id="markdown-toc-extending-the-interceptor">Extending the Interceptor</a></li> + <li><a href="#examples" id="markdown-toc-examples">Examples</a></li> +</ul> + +<p class="alert alert-info">Available since Struts 6.4.0 as replacement for <a href="file-upload-interceptor">File Upload Interceptor</a></p> <p>See <a href="action-file-upload">this page</a> for more examples and advanced configuration.</p> diff --git a/content/core-developers/file-upload-interceptor.html b/content/core-developers/file-upload-interceptor.html index a9ef1e554..5986154e4 100644 --- a/content/core-developers/file-upload-interceptor.html +++ b/content/core-developers/file-upload-interceptor.html @@ -150,7 +150,13 @@ <a href="interceptors" title="back to Interceptors"><< back to Interceptors</a> - <h1 id="file-upload-interceptor">File Upload Interceptor</h1> + <h1 class="no_toc" id="file-upload-interceptor">File Upload Interceptor</h1> + +<ul id="markdown-toc"> + <li><a href="#parameters" id="markdown-toc-parameters">Parameters</a></li> + <li><a href="#extending-the-interceptor" id="markdown-toc-extending-the-interceptor">Extending the Interceptor</a></li> + <li><a href="#examples" id="markdown-toc-examples">Examples</a></li> +</ul> <p class="alert alert-warning">Since Struts 6.4.0 this interceptor is deprecated, please use <a href="action-file-upload-interceptor">Action File Upload Interceptor</a> instead!</p> diff --git a/content/core-developers/interceptors.html b/content/core-developers/interceptors.html index 8c8b7cdd4..1821f881d 100644 --- a/content/core-developers/interceptors.html +++ b/content/core-developers/interceptors.html @@ -640,7 +640,7 @@ specified in the <code class="language-plaintext highlighter-rouge"><intercep <tr> <td><a href="file-upload-interceptor">File Upload Interceptor</a></td> <td>fileUpload</td> - <td><strong>DEPERECTED</strong> since Struts 6.4.0: an Interceptor that adds easy access to file upload support.</td> + <td><strong>DEPRECTED</strong> since Struts 6.4.0: an Interceptor that adds easy access to file upload support.</td> </tr> <tr> <td><a href="i18n-interceptor">I18n Interceptor</a></td>