You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2016/10/22 10:36:56 UTC

svn commit: r1766182 - in /maven/site/trunk/content: filtered-resources/.htaccess resources/developers/.htaccess

Author: michaelo
Date: Sat Oct 22 10:36:56 2016
New Revision: 1766182

URL: http://svn.apache.org/viewvc?rev=1766182&view=rev
Log:
[MNGSITE-261] .htaccess file forces http: for several redirects

Followup fix: removing outdated references

Modified:
    maven/site/trunk/content/filtered-resources/.htaccess
    maven/site/trunk/content/resources/developers/.htaccess

Modified: maven/site/trunk/content/filtered-resources/.htaccess
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/filtered-resources/.htaccess?rev=1766182&r1=1766181&r2=1766182&view=diff
==============================================================================
--- maven/site/trunk/content/filtered-resources/.htaccess (original)
+++ maven/site/trunk/content/filtered-resources/.htaccess Sat Oct 22 10:36:56 2016
@@ -42,9 +42,6 @@ RedirectMatch ^/maven-settings-builder/(
 RedirectMatch ^/maven-1.x/plugins-sandbox/(.*)$ /archives/maven-1.x/plugins/$1
 RedirectMatch permanent ^/aether-archives/(.*)$ /aether.html
 
-RedirectMatch permanent ^/repository-manager/(.*)$ https://archiva.apache.org/$1
-RedirectMatch permanent ^/archiva(.*)$ https://archiva.apache.org$1
-RedirectMatch permanent ^/continuum(.*)$ https://continuum.apache.org$1
 RedirectMatch permanent ^/archetype/maven-archetype-bundles/(.*)$ /archetypes/$1
 RedirectMatch permanent ^/maven-archetype/(.*)$ /archetype/$1
 RedirectMatch permanent ^/plugins/maven-archetype-plugin/(.*)$ /archetype/maven-archetype-plugin/$1

Modified: maven/site/trunk/content/resources/developers/.htaccess
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/resources/developers/.htaccess?rev=1766182&r1=1766181&r2=1766182&view=diff
==============================================================================
--- maven/site/trunk/content/resources/developers/.htaccess (original)
+++ maven/site/trunk/content/resources/developers/.htaccess Sat Oct 22 10:36:56 2016
@@ -1,4 +1,4 @@
 RedirectMatch permanent (.*)/developers/committer-testing-plugins.html $1/plugin-developers/plugin-testing.html
 RedirectMatch permanent (.*)/developers/committer-documentation-plugins.html $1/plugin-developers/plugin-documenting.html
 RedirectMatch permanent (.*)/developers/release/maven-proper-release.html $1/developers/release/maven-core-release.html
-RedirectMatch permanent (.*)/developers/release/apache-release.html http://www.apache.org/dev/publishing-maven-artifacts.html
+RedirectMatch permanent (.*)/developers/release/apache-release.html //www.apache.org/dev/publishing-maven-artifacts.html