diff options
author | Eric Covener <covener@apache.org> | 2023-06-27 16:33:50 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2023-06-27 16:33:50 +0200 |
commit | 2d8a447551125cb0f1efb4781a58afa9ab77c392 (patch) | |
tree | d25fb754464646b92388433d6b1374df5ef2305c /changes-entries | |
parent | fr doc rebuild. (diff) | |
download | apache2-2d8a447551125cb0f1efb4781a58afa9ab77c392.tar.xz apache2-2d8a447551125cb0f1efb4781a58afa9ab77c392.zip |
PR66672: rewrite QSA+trailing ? regression
mod_rewrite: Fix a recent regression where a rule with both a trailing
'?' and the [QSA] flag did not have the query appended. PR66672
Submitted By: Frank Meier <frank.meier ergon.ch>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910633 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r-- | changes-entries/pr66672.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes-entries/pr66672.txt b/changes-entries/pr66672.txt new file mode 100644 index 0000000000..f36897bb0d --- /dev/null +++ b/changes-entries/pr66672.txt @@ -0,0 +1,3 @@ + *) mod_rewrite: Fix a recent regression where a rule with both a trailing + '?' and the [QSA] flag did not have the query appended. PR66672 + Frank Meier <frank.meier ergon.ch> |