aspnet / Routing

[Archived] Middleware for routing requests to application logic. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
272 stars 122 forks source link

Validate the maximum number of route segments #911

Closed JamesNK closed 5 years ago

JamesNK commented 6 years ago

Fixes https://github.com/aspnet/AspNetCore/issues/3001

I also updated the unit tests so the RoutePattern overloads are tested.