Skip to content

Commit

Permalink
KNOX-3046 - Yarn REST API should support query parameters (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
slankka authored Nov 20, 2024
1 parent 9405a13 commit 08ec040
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
e.g. http://host.com:8088
-->

<rule dir="IN" name="YARNUI/yarn/inbound/ws" pattern="*://*:*/**/yarn/ws/v1/{**}">
<rewrite template="{$serviceUrl[YARNUI]}/ws/v1/{**}"/>
<rule dir="IN" name="YARNUI/yarn/inbound/ws" pattern="*://*:*/**/yarn/ws/v1/{**}?{**}">
<rewrite template="{$serviceUrl[YARNUI]}/ws/v1/{**}?{**}"/>
</rule>
<rule dir="IN" name="YARNUI/yarn/inbound/root" pattern="*://*:*/**/yarn/">
<rewrite template="{$serviceUrl[YARNUI]}/cluster"/>
Expand Down

0 comments on commit 08ec040

Please sign in to comment.