[java-idp-jetty-base] 02/03: IDP-1110 - Do not disable validating files

Tom Zeller tzeller at dragonacea.biz
Mon Apr 23 19:29:25 EDT 2018


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch 9.4
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=ad29a1da30933bd053d58a4e95b00615286315cd

commit ad29a1da30933bd053d58a4e95b00615286315cd
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Apr 23 18:26:05 2018 -0500

    IDP-1110 - Do not disable validating files
    
    Does not seem necessary for Jetty 9.4 anymore.
    
    https://issues.shibboleth.net/jira/browse/IDP-1110
---
 src/main/resources/jetty-base/modules/idp.mod | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/main/resources/jetty-base/modules/idp.mod b/src/main/resources/jetty-base/modules/idp.mod
index de93743..d7db0f8 100644
--- a/src/main/resources/jetty-base/modules/idp.mod
+++ b/src/main/resources/jetty-base/modules/idp.mod
@@ -18,11 +18,6 @@ ssl
 tmp/
 
 [ini]
-
-# Bypass file validation for the SSL module, to work around a bug in Jetty 9.3.X
-# don't create etc/keystore
---skip-file-validation=ssl
-
 # TODO probably do not want to exec on Windows 
 
 # [exec]

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list