1

Resolved

HttpRouteConstraint is called multiple times if the Match method returns false

description

If the Match method of an IHttpRouteConstraint implementation returns false, the route constraint is called twice.

Repro can be found on http://aspnetwebstack.codeplex.com/discussions/394164

Is this a bug or an expected behavior?

comments

HongmeiG wrote Apr 6 at 6:07 AM

That seems to be a bug that we should take a look.

youssefm wrote Apr 17 at 7:06 PM

I'm unable to reproduce this issue. It may already be fixed in our current bits.