https://bugs.koozali.org/show_bug.cgi?id=12354
Jean-Philippe Pialasse <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #4 from Jean-Philippe Pialasse <[email protected]> ---
(In reply to Terry Fage from comment #2)
> was there a patch done for this, or just minor edit and spec updated
patch edited in place
RCS file:
/cvs/smecontribs/rpms/smeserver-phpki-ng/contribs10/smeserver-phpki-ng-0.3-bz12268-bz12266-bz11440-bz11439.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- smeserver-phpki-ng-0.3-bz12268-bz12266-bz11440-bz11439.patch 28 Dec
2022 20:13:52 -0000 1.3
+++ smeserver-phpki-ng-0.3-bz12268-bz12266-bz11440-bz11439.patch 12 May
2023 02:30:32 -0000 1.4
@@ -52,7 +52,7 @@
+ # and we redirect old config to our new safer script
+ RewriteEngine On
+ RewriteCond %{QUERY_STRING} stage=dl_crl
-+ RewriteRule ^ /phpki/dl_crl.php? [R=302,L]
++ RewriteRule ^ /phpki/dl_crl.php [QSD,R=302,L]
HERE
+ # safely redirect crl request to php script striping all GET requests
@@ -212,9 +212,9 @@
RewriteEngine On
- RewriteCond %{QUERY_STRING} stage=dl_crl
+ RewriteCond %{QUERY_STRING} stage=dl_crl(&|\$)
- RewriteRule ^ /phpki/dl_crl.php? [R=302,L]
+ RewriteRule ^ /phpki/dl_crl.php [QSD,R=302,L]
+ RewriteCond %{QUERY_STRING} stage=dl_crl_pem(&|\$)
-+ RewriteRule ^ /phpki/dl_crl_pem.php? [R=302,L]
++ RewriteRule ^ /phpki/dl_crl_pem.php [QSD,R=302,L]
HERE
# safely redirect crl request to php script striping all GET requests
released
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/