You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2022/04/02 08:19:04 UTC

[struts-site] branch master updated: Uses proper url to spec

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

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


The following commit(s) were added to refs/heads/master by this push:
     new dbac490  Uses proper url to spec
dbac490 is described below

commit dbac49023e8e8cead0cdd2ce46563fe8e8076af4
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sat Apr 2 10:18:58 2022 +0200

    Uses proper url to spec
---
 source/core-developers/file-upload.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/core-developers/file-upload.md b/source/core-developers/file-upload.md
index 1e777da..4e28846 100644
--- a/source/core-developers/file-upload.md
+++ b/source/core-developers/file-upload.md
@@ -427,7 +427,7 @@ follow:
 ^multipart/form-data(?:\\s*;\\s*boundary=[0-9a-zA-Z'()+_,\\-./:=?]{1,70})?(?:\\s*;\\s*charset=[a-zA-Z\\-0-9]{3,14})?
 ```
 
-Please read [RFC1341](https://www.w3.org/Protocols/rfc1341/7\_2\_Multipart) the **Multipart section** for more details,
+Please read [RFC1341](https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html) the **Multipart section** for more details,
 existing Struts `Multipart` parsers support only `multipart/form-data` content type. This option is available since
 Struts 2.3.11.