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 e8b5c4a Automatic Site Publish by Buildbot e8b5c4a is described below commit e8b5c4af624fea960d0dae00a664ede58ebf24bc Author: buildbot <us...@infra.apache.org> AuthorDate: Wed Jan 6 16:03:32 2021 +0000 Automatic Site Publish by Buildbot --- output/builds.html | 4 ++-- output/core-developers/default-properties.html | 24 ++++++++++++++---------- output/tag-developers/action-tag.html | 2 +- output/tag-developers/bean-tag.html | 2 +- output/tag-developers/date-tag.html | 2 +- output/tag-developers/iterator-tag.html | 2 +- output/tag-developers/set-tag.html | 4 ++-- output/tag-developers/text-tag.html | 2 +- output/tag-developers/url-tag.html | 2 +- 9 files changed, 24 insertions(+), 20 deletions(-) diff --git a/output/builds.html b/output/builds.html index 2695f0d..b8ef78a 100644 --- a/output/builds.html +++ b/output/builds.html @@ -133,7 +133,7 @@ <ul id="markdown-toc"> <li><a href="#building-apache-struts" id="markdown-toc-building-apache-struts">Building Apache Struts</a></li> - <li><a href="#nightlybuilds" id="markdown-toc-nightlybuilds">NightlyBuilds</a></li> + <li><a href="#nightly-builds" id="markdown-toc-nightly-builds">Nightly Builds</a></li> <li><a href="#test-builds" id="markdown-toc-test-builds">Test Builds</a></li> <li><a href="#maven-snapshots" id="markdown-toc-maven-snapshots">Maven Snapshots</a></li> <li><a href="#licensing-of-apache-struts-builds" id="markdown-toc-licensing-of-apache-struts-builds">Licensing of Apache Struts Builds</a></li> @@ -190,7 +190,7 @@ your own applications!)</p> <p>For more about using Maven to build Struts 1, see our <a href="http://wiki.apache.org/struts/StrutsMaintenanceMaven">Maven wiki page.</a></p> -<h2 id="nightlybuilds">NightlyBuilds</h2> +<h2 id="nightly-builds">Nightly Builds</h2> <p>As part of our continuous integration practice, we also make available each morning the <a href="https://nightlies.apache.org/x1/dist/struts/">latest stable development build.</a></p> diff --git a/output/core-developers/default-properties.html b/output/core-developers/default-properties.html index 0b3762f..4b0d31a 100644 --- a/output/core-developers/default-properties.html +++ b/output/core-developers/default-properties.html @@ -164,7 +164,7 @@ on the classpath, but it is typically found under <code class="highlighter-rouge ### START SNIPPET: complete_file ### Struts default properties -###(can be overridden by a struts.properties file in the root of the classpath) +### (can be overridden by a struts.properties file in the root of the classpath) ### ### This can be used to set your default locale and encoding scheme @@ -202,15 +202,15 @@ struts.objectFactory.spring.enableAopSupport = false ### using generics. com.opensymphony.xwork2.util.GenericsObjectTypeDeterminer was deprecated since XWork 2, it's ### functions are integrated in DefaultObjectTypeDeterminer now. ### To disable tiger support use the "notiger" property value here. -#struts.objectTypeDeterminer = tiger -#struts.objectTypeDeterminer = notiger +# struts.objectTypeDeterminer = tiger +# struts.objectTypeDeterminer = notiger ### Parser to handle HTTP POST requests, encoded using the MIME-type multipart/form-data # struts.multipart.parser=cos # struts.multipart.parser=pell # struts.multipart.parser=jakarta-stream struts.multipart.parser=jakarta -# uses javax.servlet.context.tempdir by default +### Uses javax.servlet.context.tempdir by default struts.multipart.saveDir= struts.multipart.maxSize=2097152 @@ -219,7 +219,7 @@ struts.multipart.maxSize=2097152 ### How request URLs are mapped to and from actions ### Vy default 'struts' name is used which maps to DefaultActionMapper -#struts.mapper.class=restful +# struts.mapper.class=restful ### Used by the DefaultActionMapper ### You may provide a comma separated list, e.g. struts.action.extension=action,jnlp,do @@ -281,7 +281,7 @@ struts.devMode = false ### when set to true, resource bundles will be reloaded on _every_ request. ### this is good during development, but should never be used in production -### struts.i18n.reload=false +# struts.i18n.reload=false ### Standard UI theme ### Change this to reflect which path should be used for JSP control tag templates by default @@ -289,12 +289,12 @@ struts.ui.theme=xhtml struts.ui.templateDir=template ### Change this to use a different token to indicate template theme expansion struts.ui.theme.expansion.token=~~~ -#sets the default template type. Either ftl, vm, or jsp +### Sets the default template type. Either ftl, vm, or jsp struts.ui.templateSuffix=ftl ### Configuration reloading ### This will cause the configuration to reload struts.xml when it is changed -### struts.configuration.xml.reload=false +# struts.configuration.xml.reload=false ### Location of velocity.properties file. defaults to velocity.properties struts.velocity.configfile = velocity.properties @@ -314,6 +314,10 @@ struts.url.includeParams = none ### Load custom default resource bundles # struts.custom.i18n.resources=testmessages,testmessages2 +### Control whether to search the default resource bundes for messages first (if true) or not (if false). +### Default is false (when not set). +# struts.i18n.search.defaultbundles.first=false + ### workaround for some app servers that don't handle HttpServletRequest.getParameterMap() ### often used for WebLogic, Orion, and OC4J struts.dispatcher.parametersWorkaround = false @@ -321,11 +325,11 @@ struts.dispatcher.parametersWorkaround = false ### configure the Freemarker Manager class to be used ### Allows user to plug-in customised Freemarker Manager if necessary ### MUST extends off org.apache.struts2.views.freemarker.FreemarkerManager -#struts.freemarker.manager.classname=org.apache.struts2.views.freemarker.FreemarkerManager +# struts.freemarker.manager.classname=org.apache.struts2.views.freemarker.FreemarkerManager ### Enables caching of FreeMarker templates ### Has the same effect as copying the templates under WEB_APP/templates -### struts.freemarker.templatesCache=false +# struts.freemarker.templatesCache=false ### Enables caching of models on the BeanWrapper struts.freemarker.beanwrapperCache=false diff --git a/output/tag-developers/action-tag.html b/output/tag-developers/action-tag.html index 7abc1a7..9175121 100644 --- a/output/tag-developers/action-tag.html +++ b/output/tag-developers/action-tag.html @@ -231,7 +231,7 @@ Is "myAction" null outside the tag? false <td align="left" valign="top"></td> <td align="left" valign="top">false</td> <td align="left" valign="top">String</td> - <td align="left" valign="top">Name used to reference the value pushed into the Value Stack</td> + <td align="left" valign="top">Name used to reference the value pushed into the Value Stack (scope: action).</td> </tr> </table> diff --git a/output/tag-developers/bean-tag.html b/output/tag-developers/bean-tag.html index c937fdf..f9a0d52 100644 --- a/output/tag-developers/bean-tag.html +++ b/output/tag-developers/bean-tag.html @@ -175,7 +175,7 @@ of <a href="param-tag">param</a> elements to set any mutator methods on that cla <td align="left" valign="top"></td> <td align="left" valign="top">false</td> <td align="left" valign="top">String</td> - <td align="left" valign="top">Name used to reference the value pushed into the Value Stack</td> + <td align="left" valign="top">Name used to reference the value pushed into the Value Stack (scope: action).</td> </tr> </table> diff --git a/output/tag-developers/date-tag.html b/output/tag-developers/date-tag.html index 911583c..a204910 100644 --- a/output/tag-developers/date-tag.html +++ b/output/tag-developers/date-tag.html @@ -274,7 +274,7 @@ and the format attribute.</p> <td align="left" valign="top"></td> <td align="left" valign="top">false</td> <td align="left" valign="top">String</td> - <td align="left" valign="top">Name used to reference the value pushed into the Value Stack</td> + <td align="left" valign="top">Name used to reference the value pushed into the Value Stack (scope: action).</td> </tr> </table> diff --git a/output/tag-developers/iterator-tag.html b/output/tag-developers/iterator-tag.html index d448557..482feb8 100644 --- a/output/tag-developers/iterator-tag.html +++ b/output/tag-developers/iterator-tag.html @@ -210,7 +210,7 @@ The <code class="highlighter-rouge">begin</code>, <code class="highlighter-rouge <td align="left" valign="top"></td> <td align="left" valign="top">false</td> <td align="left" valign="top">String</td> - <td align="left" valign="top">Name used to reference the value pushed into the Value Stack</td> + <td align="left" valign="top">Name used to reference the value pushed into the Value Stack (scope: action).</td> </tr> </table> diff --git a/output/tag-developers/set-tag.html b/output/tag-developers/set-tag.html index 3b508f0..5b709b2 100644 --- a/output/tag-developers/set-tag.html +++ b/output/tag-developers/set-tag.html @@ -183,7 +183,7 @@ the body evaluates is set as value for the scoped variable.</p> <td align="left" valign="top">action</td> <td align="left" valign="top">false</td> <td align="left" valign="top">String</td> - <td align="left" valign="top">The scope in which to assign the variable. Can be <b>application</b>, <b>session</b>, <b>request</b>, <b>page</b>, or <b>action</b>.</td> + <td align="left" valign="top">The scope in which to assign the variable. Can be <b>application</b>, <b>session</b>, <b>request</b>, <b>page</b>, or <b>action</b> (action scope <em>also</em> adds it to the page scope).</td> </tr> <tr> <td align="left" valign="top">trimBody</td> @@ -207,7 +207,7 @@ the body evaluates is set as value for the scoped variable.</p> <td align="left" valign="top"></td> <td align="left" valign="top">false</td> <td align="left" valign="top">String</td> - <td align="left" valign="top">Name used to reference the value pushed into the Value Stack</td> + <td align="left" valign="top">Name used to reference the value pushed into the Value Stack (default scope: action,<em>override</em> with the scope attribute).</td> </tr> </table> diff --git a/output/tag-developers/text-tag.html b/output/tag-developers/text-tag.html index f3ddb56..5f16c5b 100644 --- a/output/tag-developers/text-tag.html +++ b/output/tag-developers/text-tag.html @@ -214,7 +214,7 @@ If no value is found on the stack, the key of the message will be written out.</ <td align="left" valign="top"></td> <td align="left" valign="top">false</td> <td align="left" valign="top">String</td> - <td align="left" valign="top">Name used to reference the value pushed into the Value Stack</td> + <td align="left" valign="top">Name used to reference the value pushed into the Value Stack (scope: action).</td> </tr> </table> diff --git a/output/tag-developers/url-tag.html b/output/tag-developers/url-tag.html index 220d33f..6587c71 100644 --- a/output/tag-developers/url-tag.html +++ b/output/tag-developers/url-tag.html @@ -309,7 +309,7 @@ because the parameter defined in the <code class="highlighter-rouge">param</code <td align="left" valign="top"></td> <td align="left" valign="top">false</td> <td align="left" valign="top">String</td> - <td align="left" valign="top">Name used to reference the value pushed into the Value Stack</td> + <td align="left" valign="top">Name used to reference the value pushed into the Value Stack (scope: action).</td> </tr> <tr> <td align="left" valign="top">windowState</td>