Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Page Handler does not serve error page for 500 responses on AEM CS #2869

Closed
3 tasks done
davidjgonzalez opened this issue Jun 22, 2022 · 0 comments
Closed
3 tasks done
Assignees
Labels
Milestone

Comments

@davidjgonzalez
Copy link
Contributor

Required Information

  • AEM Version, including Service Packs, Cumulative Fix Packs, etc: Cloud Service
  • ACS AEM Commons Version: 5.3.0
  • Reproducible on Latest? yes

Expected Behavior

Error Page Handler should be able to serve 500 error pages on AEM CS.

Actual Behavior

AEM CS stock 500 error page is served.

Fix

AEM CS requires a HTTP response header to be set on 500 responses, in the format:

x-aem-error-pass = true
@davidjgonzalez davidjgonzalez self-assigned this Jun 22, 2022
davidjgonzalez added a commit to davidjgonzalez/acs-aem-commons that referenced this issue Jun 22, 2022
davidjgonzalez added a commit to davidjgonzalez/acs-aem-commons that referenced this issue Jun 22, 2022
davidjgonzalez added a commit that referenced this issue Jun 22, 2022
* #2869 - Error page handler - support 500 error pages on AEM CS
@davidjgonzalez davidjgonzalez added this to the 5.3.2 milestone Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant