GitHub user gonzalad opened a pull request:

    https://github.com/apache/cxf-fediz/pull/11

    Compilation error in oAuthAuthorizationData.jsp

    Fix compilation error introduced in 'Adding ESAPI protection to OIDC'
    commit.
    
    We get this error when the screen oAuthAuthorizationData.jsp is displayed : 
    
    ```
    Caused by: org.apache.jasper.JasperException: Unable to compile class for 
JSP: 
    
    An error occurred at line: 80 in the jsp file: 
/WEB-INF/views/oAuthAuthorizationData.jsp
    client cannot be resolved
    77:                             }
    78:                         %>
    79: 
    80:                         <h2>Would you like to grant <%= 
ESAPI.encoder().encodeForHTML(client.getApplicationName()) %><br />the 
following permissions:</h2>
    81: 
    82:                         <table> 
    83:                             <%
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gonzalad/cxf-fediz oauth-authorizationdata-jsp

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cxf-fediz/pull/11.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #11
    
----
commit 96a68dadb378e2a1b1ed52d2379f21743d9b05e9
Author: gonzalad <[email protected]>
Date:   2016-11-28T11:58:59Z

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

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to