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

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

                Author: ASF GitHub Bot
            Created on: 25/Jul/19 18:49
            Start Date: 25/Jul/19 18:49
    Worklog Time Spent: 10m 
      Work Description: moresandeep commented on pull request #121: KNOX-1948 - 
If no rules are defined don't rewrite
URL: https://github.com/apache/knox/pull/121
 
 
   ## What changes were proposed in this pull request?
   
   This change affects inbound requests with JSON payloads that do not have any 
rewrite rules defined. Currently Knox will try to apply the *best match* from 
all the inbound rules which in most cases is problematic. This patch will 
prevent rewriting inbound JSON payloads unless there a rewrite rule is 
explicitly defined for that request payload. 
   
   This change will not affect other rewrite functionality.
   
   ## How was this patch tested?
   
   This patch was manually tested and unit tests provided.
   
   
 
----------------------------------------------------------------
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:
[email protected]


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

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

> Knox Parser fails to properly handle comma seperated list of urls
> -----------------------------------------------------------------
>
>                 Key: KNOX-1948
>                 URL: https://issues.apache.org/jira/browse/KNOX-1948
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: Server
>            Reporter: Sandeep More
>            Assignee: Sandeep More
>            Priority: Major
>             Fix For: 1.4.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> List of urls 
> "http://www.ics.uci.edu/pub/ietf/uri/Related,https://test.knox.apache.org/,https://test2.knox.apache.org/";
> is modifiled to 
> "http://www.ics.uci.edu/pub/ietf/uri/Related,https:/test.knox.apache.org/,https:/test2.knox.apache.org/";
> forward slash in https is dropped for all the urls except the first one.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to