-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.10.0, 7.9.6, 7.11.0
-
None
Steps to reproduce
- There exist pending long-polling requests which haven't been completed yet
- The application server is shutdown
Observed behavior
- The server sends a response to the pending long-polling requests with status code 500
- The following exception is thrown and written to the server log:
java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already. Could not load [org.camunda.bpm.engine.rest.exception.ExceptionHandlerHelper].
Expected behavior
- The server sends a response to the pending long-polling requests with status code 400
- No exception is thrown