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

LogicalGrouping check is incorrect #146

Closed BrennanConroy closed 8 years ago

BrennanConroy commented 8 years ago

When parsing logicalGrouping in Conditions we use RewriteTags.MatchType, we need to add a RewriteTags.LogicalGrouping constant and use that for logicalGrouping parsing

@mikaelm12

mikaelm12 commented 8 years ago

Fixed in https://github.com/aspnet/BasicMiddleware/pull/160