From 2dcba6b9c374b0841da6262f13de9c26c421e1f1 Mon Sep 17 00:00:00 2001 From: Brett Leslie Porter Date: Thu, 12 Jan 2006 01:24:05 +0000 Subject: [PATCH] non-working rule. Can't get /maven right, but /maven/ works git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@368207 13f79535-47bb-0310-9956-ffa450edef68 --- maven-meeper/src/bin/ibiblio-htaccess | 3 --- 1 file changed, 3 deletions(-) diff --git a/maven-meeper/src/bin/ibiblio-htaccess b/maven-meeper/src/bin/ibiblio-htaccess index 3755b6fe6d..5a2b8f3f74 100644 --- a/maven-meeper/src/bin/ibiblio-htaccess +++ b/maven-meeper/src/bin/ibiblio-htaccess @@ -1,6 +1,5 @@ ## IF YOU MODIFY THIS FILE, MAKE SURE IT GETS UPDATED IN SVN - ## MAVEN 1.0.2 doesn't deal with redirects. Avoid them RewriteEngine on @@ -16,8 +15,6 @@ RewriteRule commons-logging/jars/commons-logging-1.1-dev.jar /maven2/commons-log RewriteRule strutstestcase/jars/strutstestcase-(.+).jar /maven2/strutstestcase/strutstestcase/$1/strutstestcase-$1.jar [L] RewriteRule stax-utils/jars/stax-utils-snapshot-(.+).jar /maven2/stax-utils/stax-utils/snapshot-$1/stax-utils-snapshot-$1.jar [L] -RewriteRule maven$ /maven2/ [R] - # rewrite // to / #RewriteRule ^/maven//(.*) /maven/$1 RewriteRule ^/(.*)$ /maven/$1