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 2020/08/28 08:09:00 UTC

[jira] [Work logged] (KNOX-2437) Websocket URL encoded request

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

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

                Author: ASF GitHub Bot
            Created on: 28/Aug/20 08:08
            Start Date: 28/Aug/20 08:08
    Worklog Time Spent: 10m 
      Work Description: apiloqbc opened a new pull request #370:
URL: https://github.com/apache/knox/pull/370


   ## What changes were proposed in this pull request?
   
   URI.getPath() returns is an encoded URL
   The request does not have to be coded, they should be rewritten but left as they are.
   Backend applications expect that they are not.
   
   
   
   ## How was this patch tested?
   
   all unit tests are working after the fix
   
   
   


----------------------------------------------------------------
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.

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


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

            Worklog Id:     (was: 475746)
    Remaining Estimate: 0h
            Time Spent: 10m

> Websocket URL encoded request
> -----------------------------
>
>                 Key: KNOX-2437
>                 URL: https://issues.apache.org/jira/browse/KNOX-2437
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 1.4.0
>            Reporter: Andrea Pilo
>            Priority: Major
>         Attachments: websocket-encoding.patch
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Websockets URL requests are encoded. 
> That is an issue in applications that still expect a rewritten request without encoding.
> Requests, whatever they are, should not be encoded.
> This is what happens for http/htts protocols but not for ws/wss.
> Patch provided.
> Thanks
> Andrea Pilo



--
This message was sent by Atlassian Jira
(v8.3.4#803005)