[java-idp-plugin-jetty] 52/186: IDP-1110 - drop the idp.backchannel.host property

Rod Widdowson rdw at steadingsoftware.com
Thu Jul 24 15:56:43 UTC 2025


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

rdw pushed a commit to branch dev/foo
in repository java-idp-plugin-jetty.

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

commit 0e1d6dba8b014911be26de76b3f0d7f7b71aa182
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Sep 2 15:30:37 2018 +0100

    IDP-1110 - drop the idp.backchannel.host property
    
    https://issues.shibboleth.net/jira/browse/IDP-1110
    
    Use jetty.ssl.host instead.
---
 src/main/resources/jetty-base/etc/idp-backchannel.xml     | 2 +-
 src/main/resources/jetty-base/start.d/idp-backchannel.ini | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/main/resources/jetty-base/etc/idp-backchannel.xml b/src/main/resources/jetty-base/etc/idp-backchannel.xml
index 1f06d54..732c902 100644
--- a/src/main/resources/jetty-base/etc/idp-backchannel.xml
+++ b/src/main/resources/jetty-base/etc/idp-backchannel.xml
@@ -50,7 +50,7 @@
             </Item>
           </Array>
         </Arg>
-        <Set name="host"><Property name="idp.backchannel.host" default="0.0.0.0" /></Set>
+        <Set name="host"><Property name="jetty.ssl.host" default="0.0.0.0" /></Set>
         <Set name="port"><Property name="idp.backchannel.port" default="8443" /></Set>
         <Set name="idleTimeout"><Property name="jetty.ssl.timeout" default="30000"/></Set>
         <Set name="soLingerTime"><Property name="jetty.ssl.soLingerTime" default="-1"/></Set>
diff --git a/src/main/resources/jetty-base/start.d/idp-backchannel.ini b/src/main/resources/jetty-base/start.d/idp-backchannel.ini
index 114bc92..2d81660 100644
--- a/src/main/resources/jetty-base/start.d/idp-backchannel.ini
+++ b/src/main/resources/jetty-base/start.d/idp-backchannel.ini
@@ -4,9 +4,6 @@
 # --------------------------------------- 
 --module=idp-backchannel
 
-## Backchannel connector host/address to bind to
-# idp.backchannel.host=0.0.0.0
-
 ## Backchannel connector port to listen on
 # idp.backchannel.port=8443
 

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


More information about the commits mailing list