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 2016/02/19 18:12:05 UTC

cxf-fediz git commit: Removing incorrect entry

Repository: cxf-fediz
Updated Branches:
  refs/heads/master 7f2dfd693 -> e3cc15f4b


Removing incorrect entry


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

Branch: refs/heads/master
Commit: e3cc15f4b6252a9d24c83ffc80f91e51fd2a6482
Parents: 7f2dfd6
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Fri Feb 19 17:11:53 2016 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Fri Feb 19 17:11:53 2016 +0000

----------------------------------------------------------------------
 .../webapp/WEB-INF/flows/federation-validate-request.xml    | 9 ---------
 1 file changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/e3cc15f4/services/idp/src/main/webapp/WEB-INF/flows/federation-validate-request.xml
----------------------------------------------------------------------
diff --git a/services/idp/src/main/webapp/WEB-INF/flows/federation-validate-request.xml b/services/idp/src/main/webapp/WEB-INF/flows/federation-validate-request.xml
index 8d0934c..d1277b8 100644
--- a/services/idp/src/main/webapp/WEB-INF/flows/federation-validate-request.xml
+++ b/services/idp/src/main/webapp/WEB-INF/flows/federation-validate-request.xml
@@ -247,13 +247,4 @@
         </on-entry>
     </end-state>
 
-    <end-state id="formResponseView" view="signinresponseform">
-        <on-entry>
-            <evaluate expression="flowScope.signinResponseUrl" result="requestScope.fedAction" />
-            <evaluate expression="flowScope.wtrealm" result="requestScope.fedWTrealm" />
-            <evaluate expression="flowScope.wctx" result="requestScope.fedWCtx" />
-            <evaluate expression="flowScope.rpToken" result="requestScope.fedWResult" />
-        </on-entry>
-    </end-state>
-    
 </flow>