Closed
Description
Scott Carlson opened SPR-9544 and commented
I attempted to use mvc:resource/ to map to some application PDFs. However, IE8 fails with the settings from preventCaching() (See #14177). To set the pragma correctly, I had to manually wire up the same logic from ResourcesBeanDefinitionParser. If the implementation class was an attribute, that defaulted to ResourceHttpRequestHandler.class, it would've been much simpler.
Affects: 3.1.1
Issue Links:
- Use same pragma settings in WebContentGenerator as in AbstractView [SPR-9543] #14177 Use same pragma settings in WebContentGenerator as in AbstractView