moresandeep opened a new 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: us...@infra.apache.org With regards, Apache Git Services