Hi, We have an issue with hyperlinks Microsoft Word and Excel documents. Its seems to vary from version and OS, but the long and short of it is that Word when a user clicks on a link it uses an internal library to try and access the page, and once it gets a HTTP 200 it will open the default browser. We have a page that is used for sharing files so it gets added to documents.
We have several customers complaining they cannot open these links, and I can verify this seems to happen depending on OS (Mac is worse for example). After doing a lot of digging about the only thing we can do is make sure we return a HTTP 200 from the first request, as anything else seems to sometimes work, sometimes not. So to my question: Is it possible to set RenderStrategy.ONE_PASS_RENDER for a single page only? We don't really want to loose the advantages of the 302 redirect elsewhere Any ideas? many thanks Wayne
