[java-idp-tomcat-base] 01/02: Remove unnecessary property from context configuration
Tom Zeller
tzeller at dragonacea.biz
Tue Aug 22 18:51:49 UTC 2023
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 10.1
in repository java-idp-tomcat-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-tomcat-base.git;a=commit;h=a181ff0dda1db475504bfa06e05462268f90658d
commit a181ff0dda1db475504bfa06e05462268f90658d
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Aug 22 13:51:15 2023 -0500
Remove unnecessary property from context configuration
antiResourceLocking defaults to false
https://tomcat.apache.org/tomcat-10.1-doc/config/context.html
---
tomcat-base/conf/Catalina/localhost/idp.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/tomcat-base/conf/Catalina/localhost/idp.xml b/tomcat-base/conf/Catalina/localhost/idp.xml
index d427080..e2a2bb7 100644
--- a/tomcat-base/conf/Catalina/localhost/idp.xml
+++ b/tomcat-base/conf/Catalina/localhost/idp.xml
@@ -1,4 +1,3 @@
<Context docBase="${idp.home}/war/idp.war"
privileged="true"
- antiResourceLocking="false"
swallowOutput="true" />
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list