You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/09/16 14:48:00 UTC

[jira] [Commented] (KNOX-2665) Knox redirecting.jsp parsing error

    [ https://issues.apache.org/jira/browse/KNOX-2665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17416158#comment-17416158 ] 

ASF subversion and git services commented on KNOX-2665:
-------------------------------------------------------

Commit 0acdbe30f71b40ecd19288a0a9b0e4996186c67d in knox's branch refs/heads/master from Attila Magyar
[ https://gitbox.apache.org/repos/asf?p=knox.git;h=0acdbe3 ]

KNOX-2665 Knox redirecting.jsp parsing error (#496)



> 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
>          Time Spent: 20m
>  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.3.4#803005)