You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2022/10/10 06:22:51 UTC

[jmeter] branch master updated: Add missing R to RewriteRule

This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new ce2f0fa6a1 Add missing R to RewriteRule
ce2f0fa6a1 is described below

commit ce2f0fa6a14db06c0b7f5c46ff4209b70f347ae1
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Mon Oct 10 08:22:31 2022 +0200

    Add missing R to RewriteRule
---
 xdocs/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xdocs/.htaccess b/xdocs/.htaccess
index 3798183641..7109433352 100644
--- a/xdocs/.htaccess
+++ b/xdocs/.htaccess
@@ -29,4 +29,4 @@ RewriteCond %{HTTPS} !=on
 # Redirect to https version
 RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L]
 
-RewriteRule ^/download_jmeter$ /download_jmeter.cgi [L]
+RewriteRule ^/download_jmeter$ /download_jmeter.cgi [R,L]