Subject: | bogus syntax errors with certain directory names |
If you try to configure C:P:S:S to serve the contents of a directory called "foo\nqr/" as static files, it throws syntax errors.
That is, if you have something like
static => {
dirs => ["foo\nqr/"],
}
in your config, you get:
Error compiling static dir regex 'foo
qr/': Search pattern not terminated at (eval 207) line 2.