Spring integration with Jasper
Hello,
I am using Jasper with Spring and have done that so with the help of the springjasper demo.
Everything is fine while running on windows environment but when deployed on an Iseries the first time I click on the pdf link the pdf does not get generated and give me garbage on the page. I looked at what I got and from that info I concluded it might be because of content length. Is there anyway I can explicitly specify content length on my response back?
Please let me know