Repository: cxf-fediz Updated Branches: refs/heads/1.3.x-fixes d3950ead1 -> a5a607aac
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/a5a607aa Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/a5a607aa Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/a5a607aa Branch: refs/heads/1.3.x-fixes Commit: a5a607aacd026da7b94008b046a66710492b6320 Parents: d3950ea Author: gonzalad <[email protected]> Authored: Mon Nov 28 12:58:59 2016 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Mon Nov 28 12:42:05 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/a5a607aa/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> <%
