Skip to content

Commit e1d0485

Browse files
committed
Merge branch 'master' into dev (#6657)
2 parents 7e8af2d + f612b6c commit e1d0485

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/NuGetGallery/Web.config

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@
322322
<customErrors mode="RemoteOnly" defaultRedirect="~/Errors/500" redirectMode="ResponseRedirect">
323323
<!-- Adding ? at the end of the redirect URL prevents the illegal request to be passed
324324
as a query parameter to the redirect URL and causing additional failures -->
325-
<error statusCode="400" redirect="~/Errors/400"/>
326325
<error statusCode="404" redirect="~/Errors/404"/>
327326
<error statusCode="500" redirect="~/Errors/500"/>
328327
</customErrors>
@@ -367,10 +366,8 @@
367366
</modules>
368367
<validation validateIntegratedModeConfiguration="false"/>
369368
<httpErrors errorMode="DetailedLocalOnly">
370-
<remove statusCode="400"/>
371369
<remove statusCode="404"/>
372370
<remove statusCode="500"/>
373-
<error statusCode="400" path="/Errors/400" responseMode="ExecuteURL"/>
374371
<error statusCode="404" path="/Errors/404" responseMode="ExecuteURL"/>
375372
<error statusCode="500" path="/Errors/500" responseMode="ExecuteURL"/>
376373
</httpErrors>

0 commit comments

Comments
 (0)