This is an automated email from the ASF dual-hosted git repository.
aonishuk pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/branch-2.7 by this push:
new 461b5ba AMBARI-25390. Disable indexing in /resources endpoint and
sub-directories (aonishuk)
461b5ba is described below
commit 461b5bafe8a0ea66081700cff0a1fe4a96109b48
Author: Andrew Onishuk <[email protected]>
AuthorDate: Mon Oct 7 11:09:37 2019 +0300
AMBARI-25390. Disable indexing in /resources endpoint and sub-directories
(aonishuk)
---
ambari-server/src/main/assemblies/server.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/ambari-server/src/main/assemblies/server.xml
b/ambari-server/src/main/assemblies/server.xml
index 6293dd4..67858e7 100644
--- a/ambari-server/src/main/assemblies/server.xml
+++ b/ambari-server/src/main/assemblies/server.xml
@@ -393,11 +393,6 @@
</file>
<file>
<fileMode>755</fileMode>
- <source>src/main/resources/index.html</source>
- <outputDirectory>/var/lib/ambari-server/resources</outputDirectory>
- </file>
- <file>
- <fileMode>755</fileMode>
<source>src/main/resources/kerberos.json</source>
<outputDirectory>/var/lib/ambari-server/resources</outputDirectory>
</file>