Author: dsahlberg
Date: Fri Aug 27 07:54:03 2021
New Revision: 1892630

URL: http://svn.apache.org/viewvc?rev=1892630&view=rev
Log:
in site/staging: reverting r1892176

According to a message in [email protected] (I can't find a public 
archive; Subject: Re: http to https redirect, Sender: Daniel Gruno, Date:
2021-08-26):

> htaccess cannot at present be used to figure out if the user is using
> https or not, as all requests (even http) come in on https on our
> backend, due to it now being behind a CDN (https is required to verify
> that our backend is indeed our backend).
> 
> The larger and only viable solution will be to switch all ASF TLP web
> sites to https-only in the coming months, but that requires notifying
> projects and gathering feedback.
> 
> So, give it some time and we'll see about the http->https redirects.

Modified:
    subversion/site/staging/.htaccess

Modified: subversion/site/staging/.htaccess
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/.htaccess?rev=1892630&r1=1892629&r2=1892630&view=diff
==============================================================================
--- subversion/site/staging/.htaccess (original)
+++ subversion/site/staging/.htaccess Fri Aug 27 07:54:03 2021
@@ -14,6 +14,3 @@ RedirectMatch permanent ^/issue-tracker(
 RedirectMatch ^/issue[^A-Za-z0-9]?(\d+)$ 
https://issues.apache.org/jira/browse/SVN-$1
 RewriteRule ^/?download(\.html)?/?$ /download.cgi [PT]
 
-RewriteCond %{SERVER_PORT} 80
-RewriteRule ^(.*)$ https://subversion.apache.org/$1 [R,L]
-# Don't add any rules below, since the  L flag terminate further processing


Reply via email to