[ 
https://issues.apache.org/jira/browse/KNOX-2665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sandor Molnar resolved KNOX-2665.
---------------------------------
    Fix Version/s: 2.0.0
                   1.6.1
       Resolution: Fixed

> Knox redirecting.jsp parsing error
> ----------------------------------
>
>                 Key: KNOX-2665
>                 URL: https://issues.apache.org/jira/browse/KNOX-2665
>             Project: Apache Knox
>          Issue Type: Task
>            Reporter: Attila Magyar
>            Assignee: Attila Magyar
>            Priority: Major
>             Fix For: 2.0.0, 1.6.1
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> A bug was recently introduced in redirecting.jsp whereby there is a parsing 
> error because the server-side value reference on line 68 is not quoted.
> {code:java}
> var originalUrl = <%= originalUrl %>;
> {code}
> It should rather be
> {code:java}
> var originalUrl = "<%= originalUrl %>";{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to