You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2015/12/02 16:48:10 UTC

cxf-fediz git commit: Making the default passive requestor endpoint constraint a bit more generic

Repository: cxf-fediz
Updated Branches:
  refs/heads/master 7f3ed73cd -> 5e9de17ae


Making the default passive requestor endpoint constraint a bit more generic


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/5e9de17a
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/5e9de17a
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/5e9de17a

Branch: refs/heads/master
Commit: 5e9de17aefc274c213435b0aef65f7c2a7ee7ef9
Parents: 7f3ed73
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Wed Dec 2 15:47:40 2015 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Wed Dec 2 15:47:40 2015 +0000

----------------------------------------------------------------------
 services/idp/src/main/resources/entities-realma.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/5e9de17a/services/idp/src/main/resources/entities-realma.xml
----------------------------------------------------------------------
diff --git a/services/idp/src/main/resources/entities-realma.xml b/services/idp/src/main/resources/entities-realma.xml
index 995b92d..c9e6f0a 100644
--- a/services/idp/src/main/resources/entities-realma.xml
+++ b/services/idp/src/main/resources/entities-realma.xml
@@ -105,7 +105,7 @@
         <property name="tokenType" value="http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV2.0" />
         <property name="lifeTime" value="3600" />
         <property name="passiveRequestorEndpointConstraint" 
-                  value="https://localhost:(\d)*/(\w)*helloworld(\w)*/.*" />
+                  value="https://localhost:(\d)*/.*" />
     </bean>
     
     <bean class="org.apache.cxf.fediz.service.idp.service.jpa.ApplicationClaimEntity">