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 777c806 Automatic Site Publish by Buildbot 777c806 is described below commit 777c806c99f45693f45edea28b162d04046ce9b3 Author: buildbot <us...@infra.apache.org> AuthorDate: Sat Apr 2 08:19:33 2022 +0000 Automatic Site Publish by Buildbot --- output/core-developers/file-upload.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output/core-developers/file-upload.html b/output/core-developers/file-upload.html index b6b25c1..4c6af77 100644 --- a/output/core-developers/file-upload.html +++ b/output/core-developers/file-upload.html @@ -629,7 +629,7 @@ follow:</p> <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>^multipart/form-data(?:\\s*;\\s*boundary=[0-9a-zA-Z'()+_,\\-./:=?]{1,70})?(?:\\s*;\\s*charset=[a-zA-Z\\-0-9]{3,14})? </code></pre></div></div> -<p>Please read <a href="https://www.w3.org/Protocols/rfc1341/7\_2\_Multipart">RFC1341</a> the <strong>Multipart section</strong> for more details, +<p>Please read <a href="https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html">RFC1341</a> the <strong>Multipart section</strong> for more details, existing Struts <code class="highlighter-rouge">Multipart</code> parsers support only <code class="highlighter-rouge">multipart/form-data</code> content type. This option is available since Struts 2.3.11.</p>