You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2015/01/16 00:42:44 UTC

juddi git commit: JUDDI-906 attempting to resolve build issues due to expired tokens

Repository: juddi
Updated Branches:
  refs/heads/master 8a13cfda5 -> b60789165


JUDDI-906 attempting to resolve build issues due to expired tokens


Project: http://git-wip-us.apache.org/repos/asf/juddi/repo
Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/b6078916
Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/b6078916
Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/b6078916

Branch: refs/heads/master
Commit: b607891650d434cf99b9f5ce70b9cfc5680df579
Parents: 8a13cfd
Author: Alex <al...@apache.org>
Authored: Thu Jan 15 18:42:35 2015 -0500
Committer: Alex <al...@apache.org>
Committed: Thu Jan 15 18:42:35 2015 -0500

----------------------------------------------------------------------
 .../src/test/resources/juddiv3DisabledTModelKeybag.xml             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/juddi/blob/b6078916/juddi-core-openjpa/src/test/resources/juddiv3DisabledTModelKeybag.xml
----------------------------------------------------------------------
diff --git a/juddi-core-openjpa/src/test/resources/juddiv3DisabledTModelKeybag.xml b/juddi-core-openjpa/src/test/resources/juddiv3DisabledTModelKeybag.xml
index 6a77ee3..8c7c9cb 100644
--- a/juddi-core-openjpa/src/test/resources/juddiv3DisabledTModelKeybag.xml
+++ b/juddi-core-openjpa/src/test/resources/juddiv3DisabledTModelKeybag.xml
@@ -158,7 +158,7 @@
 				<!-- Time in minutes to expire tokes after inactivity-->
 				<Timeout>15</Timeout>
 				<!-- As of 3.1.5 Duration of time for tokens to expire, regardless of inactivity -->
-				<Expiration>15</Expiration>
+				<Expiration>60</Expiration>
 				<!-- As of 3.2, when set to true, tokens can only be used from the same IP address they were issued to -->
 				<enforceSameIPRule>true</enforceSameIPRule>
 			</token>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org