[struts-site] branch master updated (4a3f47d63 -> 0856e658f)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts-site.git from 4a3f47d63 Merge pull request #182 from apache/csp-policy new 55d02a78b Initial commit: - Add some basic documentation concerning OGNL cache configuration. new 15b7317cf Update: - Set version reference to 6.0.0 (instead of 2.6), as requested for consistency. new 0856e658f Merge pull request #183 from JCgH4164838Gh792C124B5/localS2_OgnlCacheDocChange2 The 1361 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: source/core-developers/index.md| 1 + source/core-developers/ognl-cache-configuration.md | 90 ++ 2 files changed, 91 insertions(+) create mode 100644 source/core-developers/ognl-cache-configuration.md
[struts-site] branch asf-site updated: Automatic Site Publish by Buildbot
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 1f30da2cb Automatic Site Publish by Buildbot 1f30da2cb is described below commit 1f30da2cb8b1881939d5eeb97c8cbd7f25823af4 Author: buildbot AuthorDate: Mon Feb 6 09:09:46 2023 + Automatic Site Publish by Buildbot --- output/core-developers/index.html | 1 + output/core-developers/interceptors.html | 4 + .../{index.html => ognl-cache-configuration.html} | 180 + output/core-developers/struts-default-xml.html | 4 + 4 files changed, 88 insertions(+), 101 deletions(-) diff --git a/output/core-developers/index.html b/output/core-developers/index.html index d94e0920d..907197c4b 100644 --- a/output/core-developers/index.html +++ b/output/core-developers/index.html @@ -167,6 +167,7 @@ and results. Each may be configured via XML o struts-default.vm + OGNL Cache Configuration Application Servers Performance Tuning Security diff --git a/output/core-developers/interceptors.html b/output/core-developers/interceptors.html index 6c499e4e8..1981cf61d 100644 --- a/output/core-developers/interceptors.html +++ b/output/core-developers/interceptors.html @@ -317,6 +317,7 @@ than reiterate the same list of Interceptors, we can bundle these Interceptors t+ @@ -327,6 +328,7 @@ than reiterate the same list of Interceptors, we can bundle these Interceptors t + @@ -388,6 +390,7 @@ than reiterate the same list of Interceptors, we can bundle these Interceptors t + @@ -419,6 +422,7 @@ than reiterate the same list of Interceptors, we can bundle these Interceptors t + false diff --git a/output/core-developers/index.html b/output/core-developers/ognl-cache-configuration.html similarity index 57% copy from output/core-developers/index.html copy to output/core-developers/ognl-cache-configuration.html index d94e0920d..107938eab 100644 --- a/output/core-developers/index.html +++ b/output/core-developers/ognl-cache-configuration.html @@ -7,7 +7,7 @@ - Core Developers Guide + OGNL Cache Configuration @@ -127,106 +127,84 @@ -https://github.com/apache/struts-site/edit/master/source/core-developers/index.md"; title="Edit this page on GitHub">Edit on GitHub - -Core Developers Guide - -Struts 2 processes requests using three core types: interceptors, actions -and results. Each may be configured via XML or annotations. - -Developing Applications with Struts 2 - - - Nutshell - AJAX - Dependency Injection - Debugging - Development Mode - - -Configuration - - - Configuration by Convention - Annotations - Configuration Elements - - Actions, Wildcard Mappings, Beans, Constants - Exceptions, Includes, Interceptors - Namespaces, Packages, Results - Unknown Handlers, Dispatcher - - - Configuration Files - - web.xml - struts.xml - default.properties - struts-default.xml - velocity.properties - struts-default.vm - - - Application Servers - Performance Tuning - Security - Testing Actions - - https://depressedprogrammer.wordpress.com/2007/06/18/unit-
[struts-site] branch asf-staging updated: Updates stage by Jenkins
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/struts-site.git The following commit(s) were added to refs/heads/asf-staging by this push: new b10bc6b82 Updates stage by Jenkins b10bc6b82 is described below commit b10bc6b82753a0a9cf1eaa23d6bde12d8a58966e Author: jenkins AuthorDate: Mon Feb 6 10:06:45 2023 + Updates stage by Jenkins --- content/core-developers/index.html | 1 + content/core-developers/interceptors.html | 4 + .../{index.html => ognl-cache-configuration.html} | 180 + content/core-developers/struts-default-xml.html| 4 + 4 files changed, 88 insertions(+), 101 deletions(-) diff --git a/content/core-developers/index.html b/content/core-developers/index.html index d94e0920d..907197c4b 100644 --- a/content/core-developers/index.html +++ b/content/core-developers/index.html @@ -167,6 +167,7 @@ and results. Each may be configured via XML o struts-default.vm + OGNL Cache Configuration Application Servers Performance Tuning Security diff --git a/content/core-developers/interceptors.html b/content/core-developers/interceptors.html index 6c499e4e8..1981cf61d 100644 --- a/content/core-developers/interceptors.html +++ b/content/core-developers/interceptors.html @@ -317,6 +317,7 @@ than reiterate the same list of Interceptors, we can bundle these Interceptors t+ @@ -327,6 +328,7 @@ than reiterate the same list of Interceptors, we can bundle these Interceptors t + @@ -388,6 +390,7 @@ than reiterate the same list of Interceptors, we can bundle these Interceptors t + @@ -419,6 +422,7 @@ than reiterate the same list of Interceptors, we can bundle these Interceptors t + false diff --git a/content/core-developers/index.html b/content/core-developers/ognl-cache-configuration.html similarity index 57% copy from content/core-developers/index.html copy to content/core-developers/ognl-cache-configuration.html index d94e0920d..107938eab 100644 --- a/content/core-developers/index.html +++ b/content/core-developers/ognl-cache-configuration.html @@ -7,7 +7,7 @@ - Core Developers Guide + OGNL Cache Configuration @@ -127,106 +127,84 @@ -https://github.com/apache/struts-site/edit/master/source/core-developers/index.md"; title="Edit this page on GitHub">Edit on GitHub - -Core Developers Guide - -Struts 2 processes requests using three core types: interceptors, actions -and results. Each may be configured via XML or annotations. - -Developing Applications with Struts 2 - - - Nutshell - AJAX - Dependency Injection - Debugging - Development Mode - - -Configuration - - - Configuration by Convention - Annotations - Configuration Elements - - Actions, Wildcard Mappings, Beans, Constants - Exceptions, Includes, Interceptors - Namespaces, Packages, Results - Unknown Handlers, Dispatcher - - - Configuration Files - - web.xml - struts.xml - default.properties - struts-default.xml - velocity.properties - struts-default.vm - - - Application Servers - Performance Tuning - Security - Testing Actions - - https://depressedprogrammer.wordpress.com/2007/06/18/unit-t