Repository: cxf-fediz
Updated Branches:
  refs/heads/master 4833b2d7e -> abc084f03


Compilation error in oAuthAuthorizationData.jsp

Fix compilation error introduced in 'Adding ESAPI protection to OIDC'
commit.

This closes #11.


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

Branch: refs/heads/master
Commit: abc084f03fc7bbb7467b8c35de1c0a996cfe39cf
Parents: 4833b2d
Author: gonzalad <[email protected]>
Authored: Mon Nov 28 12:58:59 2016 +0100
Committer: Colm O hEigeartaigh <[email protected]>
Committed: Mon Nov 28 12:26:23 2016 +0000

----------------------------------------------------------------------
 .../oidc/src/main/webapp/WEB-INF/views/oAuthAuthorizationData.jsp  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/abc084f0/services/oidc/src/main/webapp/WEB-INF/views/oAuthAuthorizationData.jsp
----------------------------------------------------------------------
diff --git 
a/services/oidc/src/main/webapp/WEB-INF/views/oAuthAuthorizationData.jsp 
b/services/oidc/src/main/webapp/WEB-INF/views/oAuthAuthorizationData.jsp
index a4420c6..e498248 100644
--- a/services/oidc/src/main/webapp/WEB-INF/views/oAuthAuthorizationData.jsp
+++ b/services/oidc/src/main/webapp/WEB-INF/views/oAuthAuthorizationData.jsp
@@ -77,7 +77,7 @@
                             }
                         %>
 
-                        <h2>Would you like to grant <%= 
ESAPI.encoder().encodeForHTML(client.getApplicationName()) %><br />the 
following permissions:</h2>
+                        <h2>Would you like to grant <%= 
ESAPI.encoder().encodeForHTML(data.getApplicationName()) %><br />the following 
permissions:</h2>
 
                         <table> 
                             <%

Reply via email to