This is an automated email from the ASF dual-hosted git repository.
swebb2066 pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 010aa6f4 Avoid browser cache issues when the link uses 'latest_stable'
010aa6f4 is described below
commit 010aa6f41de633fc6dfb029a1eacf07a73bb560a
Author: Stephen Webb <[email protected]>
AuthorDate: Tue Oct 15 13:06:40 2024 +1100
Avoid browser cache issues when the link uses 'latest_stable'
---
.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess
index 71a50027..add58293 100644
--- a/.htaccess
+++ b/.htaccess
@@ -9,7 +9,7 @@
# unless the version (or next_stable/old_stable) is explicitly included
in the path.
# The redirection includes the version to avoid using an earlier
version of files cached by the browser
#
- RewriteRule ^/log4cxx/latest_stable(?:/(?:.+)?)?$ /log4cxx/1.3.0/$1
[R=temp,L]
+ RewriteRule ^/log4cxx/latest_stable(?:/(?:.+)?)?$ $1 [R=temp,L]
RewriteCond %{REQUEST_URI} !^/log4cxx/\d+\.\d+.\d+(?:/(?:.+)?)?$
RewriteCond %{REQUEST_URI} !^/log4cxx/next_stable(?:/(?:.+)?)?$