Repository: knox
Updated Branches:
  refs/heads/master f422f016b -> 93fd7c712


KNOX-1353 - SHS always showing link to incomplete applications (Marco Gaido via 
lmccay)

Project: http://git-wip-us.apache.org/repos/asf/knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/93fd7c71
Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/93fd7c71
Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/93fd7c71

Branch: refs/heads/master
Commit: 93fd7c712e1aeb9be0df63ecd78fdf5523fdf5ba
Parents: f422f01
Author: Larry McCay <lmccay@HW14155.local>
Authored: Thu Jun 14 16:50:42 2018 -0400
Committer: Larry McCay <lmccay@HW14155.local>
Committed: Thu Jun 14 16:50:42 2018 -0400

----------------------------------------------------------------------
 .../src/main/resources/services/sparkhistoryui/1.4.0/rewrite.xml  | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/93fd7c71/gateway-service-definitions/src/main/resources/services/sparkhistoryui/1.4.0/rewrite.xml
----------------------------------------------------------------------
diff --git 
a/gateway-service-definitions/src/main/resources/services/sparkhistoryui/1.4.0/rewrite.xml
 
b/gateway-service-definitions/src/main/resources/services/sparkhistoryui/1.4.0/rewrite.xml
index f5480f0..21d3b3a 100644
--- 
a/gateway-service-definitions/src/main/resources/services/sparkhistoryui/1.4.0/rewrite.xml
+++ 
b/gateway-service-definitions/src/main/resources/services/sparkhistoryui/1.4.0/rewrite.xml
@@ -22,6 +22,9 @@
   <rule dir="IN" name="SPARKHISTORYUI/sparkhistory/inbound/path" 
pattern="*://*:*/**/sparkhistory/{**}">
     <rewrite template="{$serviceUrl[SPARKHISTORYUI]}/{**}"/>
   </rule>
+  <rule dir="IN" name="SPARKHISTORYUI/sparkhistory/inbound/simpleQuery" 
pattern="*://*:*/**/sparkhistory/?{**}">
+    <rewrite template="{$serviceUrl[SPARKHISTORYUI]}/?{**}"/>
+  </rule>
   <rule dir="IN" name="SPARKHISTORYUI/sparkhistory/inbound/query" 
pattern="*://*:*/**/sparkhistory/{**}?{**}">
     <rewrite template="{$serviceUrl[SPARKHISTORYUI]}/{**}?{**}"/>
   </rule>

Reply via email to