aspnet / BasicMiddleware

[Archived] Basic middleware components for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
169 stars 84 forks source link

Fix to tokenizing mod_rewrite rules #71

Closed jkotalik closed 8 years ago

jkotalik commented 8 years ago

Escaped characters prior didn't remove the escape character \, which was incorrect. Also, sections can be enclosed by quotation marks ", which are trimmed from rules now. Notes:

jkotalik commented 8 years ago

@Tratcher

Tratcher commented 8 years ago

:shipit: