-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
in: webAn issue in web modules (web, webmvc)An issue in web modules (web, webmvc)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancementA general enhancement
Description
Right now it isn't possible to get the original status code for an error dispatch in certain cases without opening up the path to the error page. For example, if a public page results in an error, such as a 500, the error code will be 401.
Related Issues:
spring-projects/spring-boot#33341
spring-projects/spring-boot#33934
If we could preserve the original status code, while still preventing access to the error page, it would prevent users from having to always open up the error page.
Metadata
Metadata
Assignees
Labels
in: webAn issue in web modules (web, webmvc)An issue in web modules (web, webmvc)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancementA general enhancement