[java-idp-tomcat-base] 02/02: Updates from Tomcat 10.1.17
Tom Zeller
tzeller at dragonacea.biz
Fri Dec 15 18:09:35 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=45896f1e221b3434ac9165001ab3e4a4e927dd6e
commit 45896f1e221b3434ac9165001ab3e4a4e927dd6e
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Dec 15 12:09:25 2023 -0600
Updates from Tomcat 10.1.17
---
tomcat-base/conf/catalina.policy | 9 ++++-----
tomcat-base/conf/web.xml | 2 +-
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/tomcat-base/conf/catalina.policy b/tomcat-base/conf/catalina.policy
index 7aab95d..6a82bcb 100644
--- a/tomcat-base/conf/catalina.policy
+++ b/tomcat-base/conf/catalina.policy
@@ -50,11 +50,10 @@ grant codeBase "file:${java.home}/lib/ext/-" {
permission java.security.AllPermission;
};
-// This permission is required when using javac to compile JSPs on Java 9
-// onwards
-//grant codeBase "jrt:/jdk.compiler" {
-// permission java.security.AllPermission;
-//};
+// This permission is required when using javac to compile JSPs
+grant codeBase "jrt:/jdk.compiler" {
+ permission java.security.AllPermission;
+};
// ========== CATALINA CODE PERMISSIONS =======================================
diff --git a/tomcat-base/conf/web.xml b/tomcat-base/conf/web.xml
index 8f706c8..d01ab9b 100644
--- a/tomcat-base/conf/web.xml
+++ b/tomcat-base/conf/web.xml
@@ -78,7 +78,7 @@
<!-- contents. [null] -->
<!-- -->
<!-- sendfileSize If the connector used supports sendfile, this -->
- <!-- represents the minimal file size in KB for -->
+ <!-- represents the minimal file size in KiB for -->
<!-- which sendfile will be used. Use a negative -->
<!-- value to always disable sendfile. [48] -->
<!-- -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list