aspnetcore/test/Microsoft.AspNetCore.Http.A...
Troy Dai 150b4708f1 Fix PathString over-encoding
Base on RFC 3986, ensure following characters are not encoded

alpha, digit, "-", "_", ".", "~", "@", ":", "/", "!", "$", ";", "=",
"'", "(", ")", "*", "+", ","
2016-07-08 15:54:46 -07:00
..
HostStringTest.cs
HttpResponseWritingExtensionsTests.cs
MapPathMiddlewareTests.cs
MapPredicateMiddlewareTests.cs
Microsoft.AspNetCore.Http.Abstractions.Tests.xproj One build to rule them all 2016-07-07 12:01:29 -07:00
PathStringTests.cs Fix PathString over-encoding 2016-07-08 15:54:46 -07:00
QueryStringTests.cs
UseMiddlewareTest.cs
UseWhenExtensionsTests.cs
project.json