You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by bu...@apache.org on 2017/03/14 23:41:35 UTC

svn commit: r1008346 - in /websites/staging/commons/trunk/content: ./ .htaccess

Author: buildbot
Date: Tue Mar 14 23:41:35 2017
New Revision: 1008346

Log:
Staging update by buildbot for commons

Modified:
    websites/staging/commons/trunk/content/   (props changed)
    websites/staging/commons/trunk/content/.htaccess

Propchange: websites/staging/commons/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar 14 23:41:35 2017
@@ -1 +1 @@
-1786658
+1786966

Modified: websites/staging/commons/trunk/content/.htaccess
==============================================================================
--- websites/staging/commons/trunk/content/.htaccess (original)
+++ websites/staging/commons/trunk/content/.htaccess Tue Mar 14 23:41:35 2017
@@ -99,3 +99,9 @@ Redirect /primitives /dormant/commons-pr
 #javadocs generic redirect a pattern was to use api-release/ or apix.x.x.
 #RedirectMatch /proper/commons-(.*)/api-release(.*) http://commons.apache.org/proper/commons-$1/javadocs/api-release/$2
 #RedirectMatch /proper/commons-(.*)/api-(.*)/(.*) http://commons.apache.org/proper/commons-$1/javadocs/api-$2/$3
+
+# CSV-186: Fix incorrect relative links from archived sites
+Redirect 302 /proper/commons-csv/archives/1.4/archives /proper/commons-csv/archives
+Redirect 302 /proper/commons-csv/archives/1.3/archives /proper/commons-csv/archives
+Redirect 302 /proper/commons-csv/archives/1.2/archives /proper/commons-csv/archives
+Redirect 302 /proper/commons-csv/archives/1.1/archives /proper/commons-csv/archives
\ No newline at end of file