OF-885: Do not use async writing in error handling.
When the invocation of the #onTimeout method of a AsyncListener does not result in a 'complete()', then the servlet container falls back to default processing. This causes an async response that was started in that method to fail.
Showing
Please register or sign in to comment