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/02/26 13:47:47 UTC

[2/2] cxf-fediz git commit: Reverting accidental commit

Reverting accidental commit


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

Branch: refs/heads/master
Commit: 113a2f8ba587ce9ccecea61a841d69e8b8cb9097
Parents: bab0283
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Thu Feb 26 12:46:55 2015 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Thu Feb 26 12:46:55 2015 +0000

----------------------------------------------------------------------
 .../idp/src/main/webapp/WEB-INF/federation-validate-request.xml  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/113a2f8b/services/idp/src/main/webapp/WEB-INF/federation-validate-request.xml
----------------------------------------------------------------------
diff --git a/services/idp/src/main/webapp/WEB-INF/federation-validate-request.xml b/services/idp/src/main/webapp/WEB-INF/federation-validate-request.xml
index 690f5c5..b178e09 100644
--- a/services/idp/src/main/webapp/WEB-INF/federation-validate-request.xml
+++ b/services/idp/src/main/webapp/WEB-INF/federation-validate-request.xml
@@ -38,13 +38,13 @@
                 result="flowScope.wauth" />
             <set name="flowScope.idpConfig" value="config.getIDP(null)" />
         </on-entry>
-        <!-- <if test="requestParameters.wa == null" then="viewBadRequest" />
+        <if test="requestParameters.wa == null" then="viewBadRequest" />
         <if
             test="requestParameters.wa != 'wsignin1.0' and requestParameters.wa != 'wsignout1.0' and requestParameters.wa != 'wsignoutcleanup1.0'"
             then="viewBadRequest" />
         <if
             test="requestParameters.wa == 'wsignout1.0' or requestParameters.wa == 'wsignoutcleanup1.0'"
-            then="selectSignOutProcess" /> -->
+            then="selectSignOutProcess" />
         <if
             test="requestParameters.wtrealm == null or requestParameters.wtrealm.length() == 0"
             then="viewBadRequest" else="selectSigninProcess" />