Repository: incubator-slider Updated Branches: refs/heads/develop 5c9dcd55d -> ba19e010f
SLIDER-761 disable WS back door for 0.70 release Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/ba19e010 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/ba19e010 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/ba19e010 Branch: refs/heads/develop Commit: ba19e010f142365e3711b5cdca030f3c6eeec4b6 Parents: 5c9dcd5 Author: Steve Loughran <ste...@apache.org> Authored: Wed Feb 4 18:06:54 2015 +0000 Committer: Steve Loughran <ste...@apache.org> Committed: Wed Feb 4 18:06:54 2015 +0000 ---------------------------------------------------------------------- .../main/java/org/apache/slider/common/SliderXmlConfKeys.java | 5 +++-- slider-core/src/main/resources/org/apache/slider/slider.xml | 6 ------ 2 files changed, 3 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/ba19e010/slider-core/src/main/java/org/apache/slider/common/SliderXmlConfKeys.java ---------------------------------------------------------------------- diff --git a/slider-core/src/main/java/org/apache/slider/common/SliderXmlConfKeys.java b/slider-core/src/main/java/org/apache/slider/common/SliderXmlConfKeys.java index 712b821..a89ae20 100644 --- a/slider-core/src/main/java/org/apache/slider/common/SliderXmlConfKeys.java +++ b/slider-core/src/main/java/org/apache/slider/common/SliderXmlConfKeys.java @@ -150,11 +150,12 @@ public interface SliderXmlConfKeys { /** * Flag to indicate the insecure AM filter is enabled by default: {@value}. */ - boolean X_DEV_INSECURE_DEFAULT = true; + boolean X_DEV_INSECURE_DEFAULT = false; /** - * Flag to indicate the insecure AM filter is required: {@value}. + * Flag to indicate the insecure AM filter is required for + * complex REST Verbs: {@value}. * When Slider switches to being Hadoop 2.7+ only, this flag * can be set to false */ http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/ba19e010/slider-core/src/main/resources/org/apache/slider/slider.xml ---------------------------------------------------------------------- diff --git a/slider-core/src/main/resources/org/apache/slider/slider.xml b/slider-core/src/main/resources/org/apache/slider/slider.xml index 262a764..37ac65c 100644 --- a/slider-core/src/main/resources/org/apache/slider/slider.xml +++ b/slider-core/src/main/resources/org/apache/slider/slider.xml @@ -27,10 +27,4 @@ <name>slider.provider.agent</name> <value>org.apache.slider.providers.agent.AgentProviderFactory</value> </property> - <property> - <name>slider.dev.ws.insecure</name> - <description>switch to insecure WS path</description> - <value>true</value> - </property> - </configuration>