You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following valid Apache syntax fails to parse with the Httpd module:
RewriteCond ${movedPageMap:$1} >""
Adding characters into the quoted string at the end (a greater-than comparison) parses successfully, so it appears to only be an issue with the empty quoted string.
The following valid Apache syntax fails to parse with the Httpd module:
Adding characters into the quoted string at the end (a greater-than comparison) parses successfully, so it appears to only be an issue with the empty quoted string.
(Originally reported at certbot/certbot#3536)
The text was updated successfully, but these errors were encountered: