This is an automated email from the ASF dual-hosted git repository.
krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git
The following commit(s) were added to refs/heads/master by this push:
new fdeeec6 KNOX-1827 - Knox Fails to Rewrite WebFonts for Zeppelin (#76)
fdeeec6 is described below
commit fdeeec693e73a63e3470786eeda2eb3085a7f80c
Author: Shawn Weeks <[email protected]>
AuthorDate: Fri Apr 26 08:50:08 2019 -0500
KNOX-1827 - Knox Fails to Rewrite WebFonts for Zeppelin (#76)
---
.../src/main/resources/services/zeppelinui/0.8.0/rewrite.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/gateway-service-definitions/src/main/resources/services/zeppelinui/0.8.0/rewrite.xml
b/gateway-service-definitions/src/main/resources/services/zeppelinui/0.8.0/rewrite.xml
index 2734289..2b866eb 100644
---
a/gateway-service-definitions/src/main/resources/services/zeppelinui/0.8.0/rewrite.xml
+++
b/gateway-service-definitions/src/main/resources/services/zeppelinui/0.8.0/rewrite.xml
@@ -24,8 +24,8 @@
<rewrite template="{$serviceUrl[ZEPPELINUI]}/"/>
</rule>
- <rule dir="IN" name="ZEPPELINUI/zeppelin/inbound/rootAppScript"
pattern="*://*:*/**/zeppelin/{path=app**}">
- <rewrite template="{$serviceUrl[ZEPPELINUI]}/{path=app**}"/>
+ <rule dir="IN" name="ZEPPELINUI/zeppelin/inbound/rootAppScript"
pattern="*://*:*/**/zeppelin/{path=**}">
+ <rewrite template="{$serviceUrl[ZEPPELINUI]}/{path=**}"/>
</rule>