-
Notifications
You must be signed in to change notification settings - Fork 168
Open
Description
Requests such as /test<illegal.jpg throw a System.Web.HttpException exception
[HttpException (0x80004005): A potentially dangerous Request.Path value was detected from the client (*).]
System.Web.HttpRequest.ValidateInputIfRequiredByConfig() +9939972
System.Web.PipelineStepManager.ValidateHelper(HttpContext context) +53
Exceptional does catch these exceptions, but it is lacking information such as the actual Url. We can trace this down to https://github.com/NickCraver/StackExchange.Exceptional/blob/master/src/StackExchange.Exceptional/AspNetExtensions.cs#L145 where in this case the context.Handler == null.
imhmdi
Metadata
Metadata
Assignees
Labels
No labels
