You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2019/08/21 11:45:35 UTC

[camel-website] branch master updated: CAMEL-13890: disable https redirect on /schema/...

This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
     new a1858ba  CAMEL-13890: disable https redirect on /schema/...
a1858ba is described below

commit a1858baec0154f3346132b0bf187e2adfb43ff8f
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Wed Aug 21 13:45:32 2019 +0200

    CAMEL-13890: disable https redirect on /schema/...
---
 static/schema/.htaccess | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/static/schema/.htaccess b/static/schema/.htaccess
index a1b4c29..8e37c17 100644
--- a/static/schema/.htaccess
+++ b/static/schema/.htaccess
@@ -1,6 +1,7 @@
-# Enable directory indexes for /schema/...
+# Enable directory indexes for /schema/... and disable redirect to https
 # see https://issues.apache.org/jira/browse/CAMEL-13890
 
 <IfModule mod_autoindex.c>
+    RewriteEngine Off
     Options +Indexes
 </IfModule>