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 4d2ca82 KNOX-1879 - HDFSUI service definition doesn't work with
DefaultHaDispatch
4d2ca82 is described below
commit 4d2ca826405b4d9424915c3186b3ec5c6cdfe51b
Author: Kevin Risden <[email protected]>
AuthorDate: Wed Jun 19 08:05:58 2019 -0400
KNOX-1879 - HDFSUI service definition doesn't work with DefaultHaDispatch
Signed-off-by: Kevin Risden <[email protected]>
---
.../src/main/resources/services/hdfsui/3.0.0/service.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/gateway-service-definitions/src/main/resources/services/hdfsui/3.0.0/service.xml
b/gateway-service-definitions/src/main/resources/services/hdfsui/3.0.0/service.xml
index 69135ac..8a185e2 100644
---
a/gateway-service-definitions/src/main/resources/services/hdfsui/3.0.0/service.xml
+++
b/gateway-service-definitions/src/main/resources/services/hdfsui/3.0.0/service.xml
@@ -51,5 +51,5 @@
<rewrite apply="DATANODE/outbound/datanode/static"
to="response.body"/>
</route>
</routes>
- <dispatch
classname="org.apache.knox.gateway.dispatch.URLDecodingDispatch"/>
+ <dispatch classname="org.apache.knox.gateway.dispatch.URLDecodingDispatch"
ha-classname="org.apache.knox.gateway.dispatch.URLDecodingDispatch"/>
</service>