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 cdc13cf Automatic Site Publish by Buildbot cdc13cf is described below commit cdc13cf8f98f3bc485d96d643ed82bd181508d47 Author: buildbot <us...@infra.apache.org> AuthorDate: Tue Feb 8 15:19:33 2022 +0000 Automatic Site Publish by Buildbot --- output/core-developers/default-properties.html | 7 ++++++- output/primer.html | 6 +++--- output/tag-developers/a-tag.html | 2 +- output/tag-developers/submit-tag.html | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/output/core-developers/default-properties.html b/output/core-developers/default-properties.html index 0d600f7..50f59a8 100644 --- a/output/core-developers/default-properties.html +++ b/output/core-developers/default-properties.html @@ -295,6 +295,11 @@ struts.ui.theme.expansion.token=~~~ ### Sets the default template type. Either ftl, vm, or jsp struts.ui.templateSuffix=ftl +### Sets a global flag which will escape html body of Anchor, Submit and Component tag +### You can control this flag per tag, e.g.: <s:a ... escapeHtmlTag="true">...</s:a> +### and this take precedence over the global flag +# struts.ui.escapeHtmlBody=true + ### Configuration reloading ### This will cause the configuration to reload struts.xml when it is changed # struts.configuration.xml.reload=false @@ -374,7 +379,7 @@ struts.handle.exception=true ### Applies maximum length allowed on OGNL expressions for security enhancement (optional) ### -### **WARNING**: If developers enable this option (by configuration) they should make sure that they understand the implications of setting +### **WARNING**: If developers enable this option (by configuration) they should make sure that they understand the implications of setting ### struts.ognl.expressionMaxLength. They must choose a value large enough to permit ALL valid OGNL expressions used within the application. ### Values larger than the 200-400 range have diminishing security value (at which point it is really only a "style guard" for long OGNL ### expressions in an application. Setting a value of null or "" will also disable the feature. diff --git a/output/primer.html b/output/primer.html index 00e3e09..886a9f7 100644 --- a/output/primer.html +++ b/output/primer.html @@ -261,16 +261,16 @@ Struts, it will help you when your application grows and becomes more complex.</ <h4 id="resources">Properties Files and ResourceBundles</h4> <p>Java applications, including web applications, are often -configured using <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Properties">Properties</a> +configured using <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html">Properties</a> files. Properties files are the basis for the -<a href="http://docs.oracle.com/javase/6/docs/api/java/util/ResourceBundle">ResourceBundles</a> +<a href="https://docs.oracle.com/javase/8/docs/api/java/util/ResourceBundle.html">ResourceBundles</a> that the framework uses to provide message resources to an application.</p> <p>The Java Tutorials provide a <a href="http://docs.oracle.com/javase/tutorial/essential/environment/properties">great introduction to Properties</a>.</p> <p>Java ResourceBundles use one or more Properties files to provide internationalized messages -to users based their <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Locale">Locale</a>. +to users based their <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Locale.html">Locale</a>. Support for localizing an application was built into the framework from the ground-up.</p> <p>Again the Java Tutorials provide diff --git a/output/tag-developers/a-tag.html b/output/tag-developers/a-tag.html index 075e025..d6063ba 100644 --- a/output/tag-developers/a-tag.html +++ b/output/tag-developers/a-tag.html @@ -257,7 +257,7 @@ using the <code class="highlighter-rouge">param</code> tag.</p> <tr> <td align="left" valign="top">escapeHtmlBody</td> <td align="left" valign="top">false</td> - <td align="left" valign="top">true</td> + <td align="left" valign="top">false</td> <td align="left" valign="top">false</td> <td align="left" valign="top">Boolean</td> <td align="left" valign="top">Specifies whether to HTML-escape the tag body or not</td> diff --git a/output/tag-developers/submit-tag.html b/output/tag-developers/submit-tag.html index cadf669..a69f59e 100644 --- a/output/tag-developers/submit-tag.html +++ b/output/tag-developers/submit-tag.html @@ -251,7 +251,7 @@ shown on the button face, but has issues with Microsoft Internet Explorer at lea <tr> <td align="left" valign="top">escapeHtmlBody</td> <td align="left" valign="top">false</td> - <td align="left" valign="top">true</td> + <td align="left" valign="top">false</td> <td align="left" valign="top">false</td> <td align="left" valign="top">Boolean</td> <td align="left" valign="top">Specifies whether to HTML-escape the tag body or not</td>