[java-idp-jetty-base] 04/04: IDP-1110 - handle changed property names

Rod Widdowson rdw at steadingsoftware.com
Wed Sep 5 06:37:41 EDT 2018


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

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

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

commit eddd76a9d68aacb8ea7f3305873a5110305b43b2
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Sep 5 11:08:19 2018 +0100

    IDP-1110 - handle changed property names
    
    https://issues.shibboleth.net/jira/browse/IDP-1110
    
    58cd3db2f6b changed some property names.  We need to change
    the windows idp.ini and the property rewrite rules to deal with
    this.
---
 .../resources/jetty-base/start.d/idp.ini.rewrite.property.names     | 6 +++---
 src/main/resources/jetty-base/start.d/idp.ini.windows               | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/resources/jetty-base/start.d/idp.ini.rewrite.property.names b/src/main/resources/jetty-base/start.d/idp.ini.rewrite.property.names
index fa45418..0d3635c 100644
--- a/src/main/resources/jetty-base/start.d/idp.ini.rewrite.property.names
+++ b/src/main/resources/jetty-base/start.d/idp.ini.rewrite.property.names
@@ -14,9 +14,9 @@ jetty.nonhttps.port=jetty.http.port
 jetty.context.path=idp.context.path
 jetty.backchannel.host=idp.backchannel.host
 jetty.backchannel.port=idp.backchannel.port
-jetty.backchannel.keystore.path=idp.backchannel.keystore.path
-jetty.backchannel.keystore.password=idp.backchannel.keystore.password
-jetty.backchannel.keystore.type=idp.backchannel.keystore.type
+jetty.backchannel.keystore.path=idp.backchannel.keyStorePath
+jetty.backchannel.keystore.password=idp.backchannel.keyStorePassword
+jetty.backchannel.keystore.type=idp.backchannel.keyStoreType
 jetty.nonhttps.host=jetty.http.host
 jetty.nonhttps.port=jetty.http.port
 jetty.war.path=idp.war.path
diff --git a/src/main/resources/jetty-base/start.d/idp.ini.windows b/src/main/resources/jetty-base/start.d/idp.ini.windows
index f15f707..66fa160 100644
--- a/src/main/resources/jetty-base/start.d/idp.ini.windows
+++ b/src/main/resources/jetty-base/start.d/idp.ini.windows
@@ -17,18 +17,18 @@
 
 # Path to keystores (relative to idp\idp-base)
 #
-idp.backchannel.keystore.path=../credentials/idp-backchannel.p12
+idp.backchannel.keyStorePath=../credentials/idp-backchannel.p12
 jetty.sslContext.keyStorePath=../credentials/idp-userfacing.p12
 
 # Keystore passwords
 #
-idp.backchannel.keystore.password=changeit
+idp.backchannel.keyStorePassword=changeit
 jetty.sslContext.keyStorePassword=changeit
 
 # Keystore types
 # You ahould not need to change them and support
 # may be removed in future releases
-idp.backchannel.keystore.type=PKCS12
+idp.backchannel.keyStoreType=PKCS12
 jetty.sslContext.keyStoreType=PKCS12
 
 

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


More information about the commits mailing list