[java-opensaml COMMIT] /trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/common/binding/artifact/StorageServi...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Jul 8 15:05:53 EDT 2013
Author: scantor
Date: Mon Jul 8 15:05:53 2013
New Revision: 3408
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3408&view=rev
Log:
Base class doInit()
Modified:
trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/common/binding/artifact/StorageServiceSAMLArtifactMap.java
Modified: trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/common/binding/artifact/StorageServiceSAMLArtifactMap.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/common/binding/artifact/StorageServiceSAMLArtifactMap.java?rev=3408&r1=3407&r2=3408&view=diff
==============================================================================
--- trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/common/binding/artifact/StorageServiceSAMLArtifactMap.java (original)
+++ trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/common/binding/artifact/StorageServiceSAMLArtifactMap.java Mon Jul 8 15:05:53 2013
@@ -77,6 +77,8 @@
/** {@inheritDoc} */
protected void doInitialize() throws ComponentInitializationException {
+ super.doInitialize();
+
// We can't shorten the artifacts as lookup keys at the moment because
// the key is used to recreate the original artifact value.
artifactStoreKeySize = getStorageService().getCapabilities().getKeySize();
More information about the commits
mailing list