Author: dehort
Date: 2012-07-10 15:31:43 -0400 (Tue, 10 Jul 2012)
New Revision: 1567
Modified:
product/branches/2.0.2_JBPAPP-9307/picketlink-core/src/main/java/org/picketlink/identity/federation/core/sts/PicketLinkCoreSTS.java
Log:
Test patch for the configuration issue
[JBPAPP-9307]
Modified:
product/branches/2.0.2_JBPAPP-9307/picketlink-core/src/main/java/org/picketlink/identity/federation/core/sts/PicketLinkCoreSTS.java
===================================================================
---
product/branches/2.0.2_JBPAPP-9307/picketlink-core/src/main/java/org/picketlink/identity/federation/core/sts/PicketLinkCoreSTS.java 2012-07-10
19:29:16 UTC (rev 1566)
+++
product/branches/2.0.2_JBPAPP-9307/picketlink-core/src/main/java/org/picketlink/identity/federation/core/sts/PicketLinkCoreSTS.java 2012-07-10
19:31:43 UTC (rev 1567)
@@ -304,7 +304,7 @@
try
{
// check the user home for a configuration file generated by the picketlink
console.
- String configurationFilePath = System.getProperty("user.home") +
SEPARATOR + STS_CONFIG_DIR + fileName;
+ String configurationFilePath = /*System.getProperty("user.home") +
SEPARATOR + STS_CONFIG_DIR + */fileName;
File configurationFile = new File(configurationFilePath);
if (configurationFile.exists())
configurationFileURL = configurationFile.toURI().toURL();
@@ -356,4 +356,4 @@
throw new
ConfigurationException(ErrorCodes.STS_CONFIGURATION_FILE_PARSING_ERROR, e);
}
}
-}
\ No newline at end of file
+}
Show replies by date