Author: coheigea
Date: Mon Jan 27 17:00:17 2014
New Revision: 1561746
URL: http://svn.apache.org/r1561746
Log:
Fixing configuration value
Modified:
webservices/wss4j/trunk/ws-security-common/src/main/java/org/apache/wss4j/common/ConfigurationConstants.java
Modified:
webservices/wss4j/trunk/ws-security-common/src/main/java/org/apache/wss4j/common/ConfigurationConstants.java
URL:
http://svn.apache.org/viewvc/webservices/wss4j/trunk/ws-security-common/src/main/java/org/apache/wss4j/common/ConfigurationConstants.java?rev=1561746&r1=1561745&r2=1561746&view=diff
==============================================================================
---
webservices/wss4j/trunk/ws-security-common/src/main/java/org/apache/wss4j/common/ConfigurationConstants.java
(original)
+++
webservices/wss4j/trunk/ws-security-common/src/main/java/org/apache/wss4j/common/ConfigurationConstants.java
Mon Jan 27 17:00:17 2014
@@ -516,7 +516,7 @@ public final class ConfigurationConstant
* Whether to cache Timestamp Created Strings (these are only cached in
conjunction with a message
* Signature). The default value is "true".
*/
- public static final String ENABLE_TIMESTAMP_CACHE =
"ws-security.enable.timestamp.cache";
+ public static final String ENABLE_TIMESTAMP_CACHE = "enableTimestampCache";
/**
* Whether to cache SAML2 Token Identifiers, if the token contains a
"OneTimeUse" Condition.