Repository: cxf-fediz
Updated Branches:
  refs/heads/master 73edea40e -> 626e76831


[FEDIZ-133] Adding wreply to logout confirmation form.


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

Branch: refs/heads/master
Commit: 626e7683104edfe16dfab0ca6bc4be4dbf05e61d
Parents: 73edea4
Author: Jan Bernhardt <[email protected]>
Authored: Fri Oct 23 18:30:40 2015 +0200
Committer: Jan Bernhardt <[email protected]>
Committed: Fri Oct 23 18:30:40 2015 +0200

----------------------------------------------------------------------
 .../src/main/webapp/WEB-INF/views/signoutconfirmationresponse.jsp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/626e7683/services/idp/src/main/webapp/WEB-INF/views/signoutconfirmationresponse.jsp
----------------------------------------------------------------------
diff --git 
a/services/idp/src/main/webapp/WEB-INF/views/signoutconfirmationresponse.jsp 
b/services/idp/src/main/webapp/WEB-INF/views/signoutconfirmationresponse.jsp
index 607762e..3e7a547 100644
--- a/services/idp/src/main/webapp/WEB-INF/views/signoutconfirmationresponse.jsp
+++ b/services/idp/src/main/webapp/WEB-INF/views/signoutconfirmationresponse.jsp
@@ -51,7 +51,8 @@
                    <input type="submit" name="_eventId_submit" value="Logout" 
/>
                            <%     
                                if (wreply != null && !wreply.isEmpty()) {
-                           %>        
+                           %>
+                           <input type="hidden" name="wreply" value="<%= 
wreply%>" />        
                    <input type="submit" name="_eventId_cancel" value="Cancel" 
/>
                    <%     
                                }

Reply via email to