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 fc029c728 Updates stage by Jenkins
fc029c728 is described below
commit fc029c7281ccab13fbb8afe19115e5025cf33cc5
Author: jenkins <[email protected]>
AuthorDate: Sun Nov 26 16:28:50 2023 +0000
Updates stage by Jenkins
---
content/core-developers/default-properties.html | 7 -------
1 file changed, 7 deletions(-)
diff --git a/content/core-developers/default-properties.html
b/content/core-developers/default-properties.html
index b05405508..82e08be14 100644
--- a/content/core-developers/default-properties.html
+++ b/content/core-developers/default-properties.html
@@ -382,9 +382,6 @@ struts.mapper.alwaysSelectFullNamespace=false
### Whether to allow static field access in OGNL expressions or not
struts.ognl.allowStaticFieldAccess=true
-### Whether to allow static method access in OGNL expressions or not
-struts.ognl.allowStaticMethodAccess=false
-
### Whether to throw a RuntimeException when a property is not found
### in an expression, or when the expression evaluation fails
struts.el.throwExceptionOnFailure=false
@@ -392,10 +389,6 @@ struts.el.throwExceptionOnFailure=false
### Logs as Warnings properties that are not found (very verbose)
struts.ognl.logMissingProperties=false
-### Caches parsed OGNL expressions, but can lead to memory leaks
-### if the application generates a lot of different expressions
-struts.ognl.enableExpressionCache=true
-
### Specify the OGNL expression cache factory and BeanInfo cache factory to
use.
### Currently, the default implementations are used, but can be replaced with
custom ones if desired.
# struts.ognl.expressionCacheFactory=customOgnlExpressionCacheFactory