This is an automated email from the ASF dual-hosted git repository. yasserzamani 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 9834394 Replaces ([a-z]).\n\n~~~~~~~\n([^\n]+)\n~~~~~~~\n.([a-z]) with $1 `$2` $3 9834394 is described below commit 9834394007b7896a4ec34b707526a9d67d06c7bf Author: Yasser Zamani <yasserzam...@apache.org> AuthorDate: Thu Nov 23 21:36:13 2017 +0330 Replaces ([a-z]).\n\n~~~~~~~\n([^\n]+)\n~~~~~~~\n.([a-z]) with $1 `$2` $3 --- source/core-developers/file-upload.md | 14 ++------------ source/tag-developers/form-tags.md | 7 +------ 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/source/core-developers/file-upload.md b/source/core-developers/file-upload.md index c47c748..5a2f2f1 100644 --- a/source/core-developers/file-upload.md +++ b/source/core-developers/file-upload.md @@ -423,24 +423,14 @@ in struts\.xml to start using it\. __Request validation__ -The - -~~~~~~~ -struts.multipart.validationRegex -~~~~~~~ - is used to define a RegEx to be used to validate if the incoming request is a multipart request\. The request must use the `POST` method and match the RegEx, by default the RegEx is defined as follow: +The `struts.multipart.validationRegex` is used to define a RegEx to be used to validate if the incoming request is a multipart request\. The request must use the `POST` method and match the RegEx, by default the RegEx is defined as follow: ~~~~~~~ ^multipart\\/form-data(; boundary=[a-zA-Z0-9]{1,70})? ~~~~~~~ -Please read [RFC1341](https://www\.w3\.org/Protocols/rfc1341/7\_2\_Multipart\.html)^[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\. +Please read [RFC1341](https://www\.w3\.org/Protocols/rfc1341/7\_2\_Multipart\.html)^[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\. __Disabling file upload support__ diff --git a/source/tag-developers/form-tags.md b/source/tag-developers/form-tags.md index 221d70e..94a3a6e 100644 --- a/source/tag-developers/form-tags.md +++ b/source/tag-developers/form-tags.md @@ -400,12 +400,7 @@ All form tags automatically assign an ID to the control, but the ID can be overr __Form labelposition propagation__ -When `labelposition` attribute was defined for `<s:form>` tag it will be propagated to all form elements, but if form element defines its own `labelposition` it will take precedence over - -~~~~~~~ -<s:form> -~~~~~~~ -'s attribute. Since 2.3.17. +When `labelposition` attribute was defined for `<s:form>` tag it will be propagated to all form elements, but if form element defines its own `labelposition` it will take precedence over `<s:form>`'s attribute. Since 2.3.17. __Required Attribute__ -- To stop receiving notification emails like this one, please contact ['"commits@struts.apache.org" <commits@struts.apache.org>'].