skymill / cumulus

Cumulus is a deployment suite used to deploy and manage environments built with AWS CloudFormation
http://cumulus-ds.readthedocs.org/
Apache License 2.0
12 stars 5 forks source link

Ensure removed backslashes in Windows rewrites #113

Closed sebdah closed 10 years ago

sebdah commented 10 years ago

We must ensure that rewrite rules in Windows aren't escaped like my\\path. We should always match unescaped strings, or else we might miss actual rewrite matches.