You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2017/06/21 15:28:14 UTC

svn commit: r1014325 - in /websites/staging/lucene/trunk/content: ./ .htaccess

Author: buildbot
Date: Wed Jun 21 15:28:14 2017
New Revision: 1014325

Log:
Staging update by buildbot for lucene

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

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun 21 15:28:14 2017
@@ -1 +1 @@
-1799359
+1799470

Modified: websites/staging/lucene/trunk/content/.htaccess
==============================================================================
--- websites/staging/lucene/trunk/content/.htaccess (original)
+++ websites/staging/lucene/trunk/content/.htaccess Wed Jun 21 15:28:14 2017
@@ -58,7 +58,7 @@ RedirectMatch Permanent /solr/api-(.*) /
 
 # Default catch for "java" - Core is the new Java!
 RedirectMatch Permanent /java/docs(.*) /core$1
-RedirectMatch Permanent /java(.*) /core$1
+RedirectMatch Permanent /java($|/.*) /core$1
 
 # pylucene docs renamed
 RedirectMatch Permanent /pylucene/documentation/install.html /pylucene/install.html