StandardServletAsyncWebRequest handling for onError
This change ensures that an onError outcome from an async request is also routed to onCompletion handlers registered with StandardServletAsyncWebRequest. Issue: SPR-13292
This commit is contained in:
@@ -134,6 +134,7 @@ public class StandardServletAsyncWebRequest extends ServletWebRequest implements
|
||||
|
||||
@Override
|
||||
public void onError(AsyncEvent event) throws IOException {
|
||||
onComplete(event);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user