**[Jesus Alonso](https://jira.spring.io/secure/ViewProfile.jspa?name=jalogar)** opened **[SPR-9905](https://jira.spring.io/browse/SPR-9905?redirect=false)** and commented FrameworkServlet is always completing the associated ServletRequestAttributes even when a controller returns a ReferredResult. Line 933 should be replaced with: if (!asyncManager.isConcurrentHandlingStarted()) { requestAttributes.requestCompleted(); } The ServletRequestAttributes is correctly completed when the async response is processed in DispacherServlet:934 --- **Affects:** 3.2 M2 **Attachments:** - [FrameworkServlet.java](https://jira.spring.io/secure/attachment/20569/FrameworkServlet.java) (_41.92 kB_)