Author: hboutemy
Date: Tue Feb  5 01:14:27 2013
New Revision: 1442448

URL: http://svn.apache.org/viewvc?rev=1442448&view=rev
Log:
improved archives redirect rule to let -LATEST like a valid version

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

Modified: maven/site/trunk/content/filtered-resources/.htaccess
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/filtered-resources/.htaccess?rev=1442448&r1=1442447&r2=1442448&view=diff
==============================================================================
--- maven/site/trunk/content/filtered-resources/.htaccess (original)
+++ maven/site/trunk/content/filtered-resources/.htaccess Tue Feb  5 01:14:27 
2013
@@ -65,8 +65,8 @@ RedirectMatch permanent ^/plugins/maven-
 RedirectMatch permanent ^/shared/maven-plugin-testing-harness/(.*)$ 
http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/$1
 RedirectMatch permanent ^/shared/maven-plugin-testing-tools/(.*)$ 
http://maven.apache.org/plugin-testing/maven-plugin-testing-tools/$1
 RedirectMatch permanent ^/shared/maven-plugin-tools/(.*)$ 
http://maven.apache.org/plugin-tools/$1
-RedirectMatch permanent ^/[^/]+-archives/([^/\d]+/.*)$ 
http://maven.apache.org/$1
-RedirectMatch permanent ^/ref/3.1-SNAPSHOT/(.*)$ 
http://maven.apache.org/ref/3-latest/$1
+RedirectMatch permanent ^/[^/]+-archives/([^/\dLATES]+/.*)$ 
http://maven.apache.org/$1
+RedirectMatch permanent ^/ref/3.1-SNAPSHOT/(.*)$ 
http://maven.apache.org/ref/3-LATEST/$1
 
 RedirectMatch permanent ^/plugins/maven-clover-plugin/([^2i].+)$ 
http://maven.apache.org/plugins/maven-clover-plugin/2.4/$1
 RedirectMatch permanent ^/plugins/maven-clover-plugin/ins(.+)$ 
http://maven.apache.org/plugins/maven-clover-plugin/2.4/ins$1


Reply via email to