How to handle IO streams in Spring MVC

The underlying class where this is handled is ResourceHttpMessageConverter and it closes the underlying input stream as is evident from here

Leave a Comment