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 Redirect bug #238

Closed mikaelm12 closed 7 years ago

mikaelm12 commented 7 years ago

Fixing a bug in redirect scenarios which causes a redirect loop.

mikaelm12 commented 7 years ago

@Tratcher I tried the fix you mentioned with checking the position of / vs :// but that seemed to make other scenarios fail.