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
Relating to #459, upon closer inspection of our source-code I noticed that there is a lot of code that creates <Directory> (Or related) blocks but neglects to double-quote the following string.
This is bad, because that <Directory> could contains spaces. On Windows, this is almost a given.
The text was updated successfully, but these errors were encountered:
My opinion would be that quotes, and the resulting requirements to escape characters within quotes, should submitted as parameters. ...and would allow the parameter to use ~ to indicate a regex, which needs to be outside the "quotes"
Relating to #459, upon closer inspection of our source-code I noticed that there is a lot of code that creates
<Directory>
(Or related) blocks but neglects to double-quote the following string.This is bad, because that
<Directory>
could contains spaces. On Windows, this is almost a given.The text was updated successfully, but these errors were encountered: