Skip to content

Enhanced HTTP error handling #8

@serialcool

Description

@serialcool

Extending HTTP error handling to support headless rendering and reduce configuration efforts.

  • enhance the error handling
    • introduce new rest endpoint for error handling
    • move error handling code from servlet to endpoint
    • implement endpoint method for headless rendering
  • reduce error handling config
    • convention over configuration
    • fallbackErrorPath --> /
    • relativeErrorPath --> error
    • errorPageNames == errorCode (404, 500, ...)
    • replace existing configuration code

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions