[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources: conf/authn/jaas-authn-config.xml conf/authn/ld...
noreply at shibboleth.net
noreply at shibboleth.net
Wed May 7 14:16:25 EDT 2014
Author: scantor
Date: Wed May 7 14:16:25 2014
New Revision: 5871
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5871&view=rev
Log:
IDP-352: add extra slash to file:// URIs to account for Windows.
Modified:
trunk/idp-conf/src/main/resources/conf/authn/jaas-authn-config.xml
trunk/idp-conf/src/main/resources/conf/authn/ldap-authn-config.xml
trunk/idp-conf/src/main/resources/conf/global-user.xml
trunk/idp-conf/src/main/resources/conf/profile-defaults.xml
trunk/idp-conf/src/main/resources/conf/property-placeholder.xml
trunk/idp-conf/src/main/resources/conf/saml-nameid-gen.xml
trunk/idp-conf/src/main/resources/conf/services-user.xml
trunk/idp-conf/src/main/resources/conf/webflow-config.xml
trunk/idp-conf/src/main/resources/system/conf/global-system.xml
trunk/idp-conf/src/main/resources/system/conf/services-system.xml
trunk/idp-conf/src/main/resources/system/conf/subject-c14n-system.xml
trunk/idp-conf/src/main/resources/system/flows/authn/authn-beans.xml
trunk/idp-conf/src/main/resources/system/flows/c14n/subject-c14n-authn-beans.xml
trunk/idp-conf/src/main/resources/system/flows/c14n/subject-c14n-saml-beans.xml
trunk/idp-conf/src/main/resources/system/flows/c14n/subject-c14n-saml-default-beans.xml
trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml
trunk/idp-conf/src/main/resources/system/flows/saml/saml1/artifact-resolution-beans.xml
trunk/idp-conf/src/main/resources/system/flows/saml/saml1/attribute-query-beans.xml
trunk/idp-conf/src/main/resources/system/flows/saml/saml1/common-beans.xml
trunk/idp-conf/src/main/resources/system/flows/saml/saml1/sso-abstract-beans.xml
trunk/idp-conf/src/main/resources/system/flows/saml/saml2/artifact-resolution-beans.xml
trunk/idp-conf/src/main/resources/system/flows/saml/saml2/attribute-query-beans.xml
trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml
trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml
trunk/idp-conf/src/main/resources/system/flows/saml/security-beans.xml
Modified: trunk/idp-conf/src/main/resources/conf/authn/jaas-authn-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/authn/jaas-authn-config.xml?rev=5871&r1=5870&r2=5871&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/authn/jaas-authn-config.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/authn/jaas-authn-config.xml Wed May 7 14:16:25 2014
@@ -12,7 +12,7 @@
default-init-method="initialize"
default-destroy-method="destroy">
- <context:property-placeholder location="file://${idp.home}/conf/idp.properties" />
+ <context:property-placeholder location="file:///${idp.home}/conf/idp.properties" />
<!-- Specify your JAAS config. -->
<bean id="JAASConfig" class="org.springframework.core.io.FileSystemResource" c:path="${idp.home}/conf/authn/jaas.config" />
Modified: trunk/idp-conf/src/main/resources/conf/authn/ldap-authn-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/authn/ldap-authn-config.xml?rev=5871&r1=5870&r2=5871&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/authn/ldap-authn-config.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/authn/ldap-authn-config.xml Wed May 7 14:16:25 2014
@@ -12,7 +12,7 @@
default-init-method="initialize"
default-destroy-method="destroy">
- <context:property-placeholder location="file://${idp.home}/conf/idp.properties" />
+ <context:property-placeholder location="file:///${idp.home}/conf/idp.properties" />
<!-- Names of form fields to pull username and password from. -->
<bean id="shibboleth.authn.LDAP.UsernameFieldName" class="java.lang.String" c:_0="username" />
Modified: trunk/idp-conf/src/main/resources/conf/global-user.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/global-user.xml?rev=5871&r1=5870&r2=5871&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/global-user.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/global-user.xml Wed May 7 14:16:25 2014
@@ -9,7 +9,7 @@
default-init-method="initialize" default-destroy-method="destroy">
- <context:property-placeholder location="file://${idp.home}/conf/idp.properties" />
+ <context:property-placeholder location="file:///${idp.home}/conf/idp.properties" />
<import resource="services-user.xml" />
<import resource="subject-c14n-user.xml" />
Modified: trunk/idp-conf/src/main/resources/conf/profile-defaults.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/profile-defaults.xml?rev=5871&r1=5870&r2=5871&view=diff
[... 384 lines stripped ...]
More information about the commits
mailing list