Skip to content

Clarify error page mechanism with regards to committed and async #256

Open
@gregw

Description

@gregw

The error page mechanism defined in section 10.9.2 can be invoked either by an explicit call to sendError or by an exception being thrown from a dispatch to filter(s) and servlet.

However, the current text is not clear what should be done in all possible states with regard to being committed and/or asynchronous states:

  • exceptions thrown when the response is already committed
  • exceptions thrown when the request is async started (or states beyond)
  • sendError called by async thread
  • sendError called during dispatch when async started

Metadata

Metadata

Assignees

No one assigned

    Labels

    Candidate4NextReleaseThis issues should be consider for inclusion in the next release project.QuestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions