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 457c03b Updates production by Jenkins 457c03b is described below commit 457c03b266882e44dc3281e235bd4efd9d857727 Author: jenkins <bui...@apache.org> AuthorDate: Thu Nov 23 18:06:55 2017 +0000 Updates production by Jenkins --- content/core-developers/file-upload.html | 14 ++------------ content/tag-developers/form-tags.html | 7 +------ 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/content/core-developers/file-upload.html b/content/core-developers/file-upload.html index 290643d..a584715 100644 --- a/content/core-developers/file-upload.html +++ b/content/core-developers/file-upload.html @@ -604,23 +604,13 @@ struts.multipart.maxSize=2097152 <p><strong>Request validation</strong></p> -<p>The </p> - -<div class="highlighter-rouge"><pre class="highlight"><code>struts.multipart.validationRegex -</code></pre> -</div> -<p> is used to define a RegEx to be used to validate if the incoming request is a multipart request. The request must use the <code class="highlighter-rouge">POST</code> method and match the RegEx, by default the RegEx is defined as follow:</p> +<p>The <code class="highlighter-rouge">struts.multipart.validationRegex</code> is used to define a RegEx to be used to validate if the incoming request is a multipart request. The request must use the <code class="highlighter-rouge">POST</code> method and match the RegEx, by default the RegEx is defined as follow:</p> <div class="highlighter-rouge"><pre class="highlight"><code>^multipart\\/form-data(; boundary=[a-zA-Z0-9]{1,70})? </code></pre> </div> -<p>Please read <a href="https://www\.w3\.org/Protocols/rfc1341/7\_2\_Multipart\.html">RFC1341</a>^[https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html] the <strong>Multipart section</strong> for more details, existing Struts <code class="highlighter-rouge">Multipart</code> parsers support only </p> - -<div class="highlighter-rouge"><pre class="highlight"><code>multipart/form-data -</code></pre> -</div> -<p> content type. This option is available since Struts 2.3.11.</p> +<p>Please read <a href="https://www\.w3\.org/Protocols/rfc1341/7\_2\_Multipart\.html">RFC1341</a>^[https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html] 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> <p><strong>Disabling file upload support</strong></p> diff --git a/content/tag-developers/form-tags.html b/content/tag-developers/form-tags.html index c75c274..86d7588 100644 --- a/content/tag-developers/form-tags.html +++ b/content/tag-developers/form-tags.html @@ -543,12 +543,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>'].