Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly fix NPE in servlet AsyncListener
This is the correct fix for #7449 as the spec says the following on AsyncEvent.getSuppliedResponse(): > If the AsyncListener to which this AsyncEvent is being delivered was added using AsyncContext.addListener(AsyncListener, ServletRequest, ServletResponse), the returned ServletResponse will be the same as the one supplied to the above method. If the AsyncListener was added via AsyncContext.addListener(AsyncListener), this method must return null.
- Loading branch information