You are not logged in.
Hi
Many thanks for your continued help in my attempts to replace Jasper Reports Server.
I am fetching reports via another web application so that the report content appears to be generated from within the other web application.
It's all working quite well. I'm using the httpauthexport method to retrieve the reports, and serving up the body of the report via our own application.
I need to locally cache, in our app, report images etc that are served from the ReportServer File System that are defined in Jasper reports via Global Constants. I'd like to determine the MIME type of the returned File System resource so that I can subsequently return this resource from our local cache when requested, with the correct Content-Type header.
When I'm requesting File System resources with a URL similar to : "http://localhost:8080/reportserver/fileServerAccess?id=5369" I only get the following headers:
Connection
Date
Keep-Alive
Transfer-Encoding
There is no Content-Type header despite this being set on the file resource in 'Content Type'.
Is there a magic setting I can change to get this working?
Offline
Hi ianef,
thanks for pointing this out. We raised RS-8595 and will consider changing this in a future version.
Regards,
Eduardo
Offline