[java-identity-provider COMMIT] /trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/audit/impl/WriteFTICKSLog....
noreply at shibboleth.net
noreply at shibboleth.net
Fri Nov 6 18:11:18 EST 2015
Author: scantor
Date: Fri Nov 6 18:11:18 2015
New Revision: 7963
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7963&view=rev
Log:
Forgot to set requireSalt property.
Modified:
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/audit/impl/WriteFTICKSLog.java
Modified: trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/audit/impl/WriteFTICKSLog.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/audit/impl/WriteFTICKSLog.java?rev=7963&r1=7962&r2=7963&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/audit/impl/WriteFTICKSLog.java (original)
+++ trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/audit/impl/WriteFTICKSLog.java Fri Nov 6 18:11:18 2015
@@ -198,6 +198,7 @@
try {
digester = new StringDigester(digestAlgorithm, StringDigester.OutputFormat.HEX_LOWER);
digester.setSalt(salt);
+ digester.setRequireSalt(true);
} catch (final NoSuchAlgorithmException e) {
throw new ComponentInitializationException(e);
}
More information about the commits
mailing list