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 GitHub Bot (Jira)" <ji...@apache.org> on 2021/12/09 08:58:00 UTC

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

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

ASF GitHub Bot logged work on KNOX-2665:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/Dec/21 08:57
            Start Date: 09/Dec/21 08:57
    Worklog Time Spent: 10m 
      Work Description: zeroflag opened a new pull request #522:
URL: https://github.com/apache/knox/pull/522


   This is same as  #496. A later [commit](https://github.com/apache/knox/commit/05128cdb44026c1da2a464c4ddb751cf3491cd3c) reverted this change.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@knox.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 693055)
    Time Spent: 50m  (was: 40m)

> 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: 50m
>  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)