This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/solr-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new bb2fd31 Automatic Site Publish by Buildbot
bb2fd31 is described below
commit bb2fd31df1a05e81b563c91331d2f990cf333145
Author: buildbot <[email protected]>
AuthorDate: Mon Mar 14 18:37:57 2022 +0000
Automatic Site Publish by Buildbot
---
output/.htaccess | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/output/.htaccess b/output/.htaccess
index d2acc3f..e7d16b0 100644
--- a/output/.htaccess
+++ b/output/.htaccess
@@ -72,9 +72,9 @@ RedirectMatch Permanent ^/docs/api-(.*) /docs/$1
### Redirects to Apache Nightlies, this will change when they have a separate
area for released artifacts
Redirect temp /charts https://nightlies.apache.org/solr/release/helm-charts
### Redirects to Apache Nightlies for pre-Apache Solr Operator CRDs (These
don't exist in the archives)
-RedirectMatch ^/operator/downloads/crds/(v0\.2\.6|v0\.2\.7|v0\.2\.8)
https://nightlies.apache.org/solr/release/operator/crds/$1
+RedirectMatch ^/operator/downloads/crds/(v0\.2\.6|v0\.2\.7|v0\.2\.8)(/?.*)$
https://nightlies.apache.org/solr/release/operator/crds/$1$2
### Redirects to Apache Archives, where the official release CRDs are stored
-RedirectMatch ^/operator/downloads/crds/(v\d+\.\d+\.\d+)
https://www.apache.org/dyn/closer.lua?action=download&filename=/solr/solr-operator/$1/crds
+RedirectMatch ^/operator/downloads/crds/(v\d+\.\d+\.\d+)(/?.*)$
https://www.apache.org/dyn/closer.lua?action=download&filename=/solr/solr-operator/$1/crds$2
### Javadocs & Refguide