[extensions COMMIT] /w2k3-installer/trunk/Shib2Respository/ShibConfig/conf-tmlp/handler.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Jun 4 07:35:34 BST 2012


Author: rdw
Date: Mon Jun  4 07:35:34 2012
New Revision: 340

URL: http://svn.shibboleth.net/view/extensions?rev=340&view=rev
Log:
Add extra '/' for file: urls

Modified:
    w2k3-installer/trunk/Shib2Respository/ShibConfig/conf-tmlp/handler.xml

Modified: w2k3-installer/trunk/Shib2Respository/ShibConfig/conf-tmlp/handler.xml
URL: http://svn.shibboleth.net/view/extensions/w2k3-installer/trunk/Shib2Respository/ShibConfig/conf-tmlp/handler.xml?rev=340&r1=339&r2=340&view=diff
==============================================================================
--- w2k3-installer/trunk/Shib2Respository/ShibConfig/conf-tmlp/handler.xml (original)
+++ w2k3-installer/trunk/Shib2Respository/ShibConfig/conf-tmlp/handler.xml Mon Jun  4 07:35:34 2012
@@ -95,7 +95,7 @@
     <!--  Username/password login handler -->
 
     <ph:LoginHandler xsi:type="ph:UsernamePassword" 
-                  jaasConfigurationLocation="file://$IDP_HOME$/conf/login.config">
+                  jaasConfigurationLocation="file:///$IDP_HOME$/conf/login.config">
         <ph:AuthenticationMethod>urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport</ph:AuthenticationMethod>
         <ph:AuthenticationMethod>urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified</ph:AuthenticationMethod>
     </ph:LoginHandler>



More information about the commits mailing list