Skip to content
Advertisement

Spring DeferredResult setResult causing 404

I am using the new spring 3.2 async servlet requests. All works well except in this one scenario…

JavaScript

When someTest() is true spring/tomcat returns a 404. I am not sure how I should go about this or why this happens? I assume it might be because the Servlet Async Context has already been created. Is this a bug or am I doing something wrong?

Any info will be appreciated!

Advertisement

Answer

I figured it out, see below…

JavaScript

Trick is to return null and write the response manually to the ServletResponse.

Hope this comes in use to someone else 🙂

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement