Re: Issue with tomcat 8.0.39 and Jasper reports

2016-12-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Raviraj, On 12/14/16 5:04 AM, RAVIRAJ SHAH wrote: > 1. Request Method: POST This is weird formatting. I'm going to make some guesses and remove some unnecessary stuff. > 2. Status Code: 200 OK > 3. Content-Transfer-Encoding: binary This isn't ne

Re: Issue with tomcat 8.0.39 and Jasper reports

2016-12-14 Thread RAVIRAJ SHAH
1. Request Method: POST 2. Status Code: 200 OK 3. 1. Response Headersview source 1. Cache-Control: no-cache, no-store, max-age=0, must-revalidate 2. Content-Language: en 3. Content-Transfer-Encoding: binary 4. Content-Type:

Re: Issue with tomcat 8.0.39 and Jasper reports

2016-12-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Raviraj, On 12/12/16 11:50 PM, RAVIRAJ SHAH wrote: > Do you mean logs at the time of pdf download request I mean the HTTP protocol trace. Something like this: Request: GET /path/to/pdf/download Host: myserver.example.com Accept: application/pdf Co

Re: Issue with tomcat 8.0.39 and Jasper reports

2016-12-12 Thread RAVIRAJ SHAH
Do you mean logs at the time of pdf download request Or anything else like protocol trace method Can you sharechow to have tht On Tue, Dec 13, 2016, 03:34 Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Raviraj, > > On 12/10/16 12

Re: Issue with tomcat 8.0.39 and Jasper reports

2016-12-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Raviraj, On 12/10/16 12:21 AM, RAVIRAJ SHAH wrote: > We develop jrxml file using jasper Studio and then use java code > to display that jrxml file which opens in new browser tab and by > right click on that file we are able to download this as pd

Re: Issue with tomcat 8.0.39 and Jasper reports

2016-12-11 Thread RAVIRAJ SHAH
Thanks for suggestions I have checked with your solution it did not work same issue is still there Kindly do needful We have to upgrade to new version but cant because of this issue Even we are not able to use back button of browser On Sat, Dec 10, 2016, 17:21 wrote: > > > Try start Tomcat with

Re: Issue with tomcat 8.0.39 and Jasper reports

2016-12-10 Thread Frank.Pientka
Try start Tomcat with strict compliance enabled. Add the following to your startup script. -Dorg.apache.catalina.STRICT_SERVLET_COMPLIANCE=true When STRICT_SERVLET_COMPLIANCE is set to true, Tomcat will always send an HTTP Content-type header when responding to requests. This is significant as

Re: Issue with tomcat 8.0.39 and Jasper reports

2016-12-09 Thread RAVIRAJ SHAH
We develop jrxml file using jasper Studio and then use java code to display that jrxml file which opens in new browser tab and by right click on that file we are able to download this as pdf file in tomacat 8.0.14 but some how in Tomcat 8.0.39 the same code doesn't works, it does not allows

Re: Issue with tomcat 8.0.39 and Jasper reports

2016-12-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Raviraj, On 12/9/16 11:24 AM, RAVIRAJ SHAH wrote: > I am using jasper reports the library using jasper report > development studio No, you're not. The development studio is a GUI for building reports. - From the Tomcat perspective, you are just us

Re: Issue with tomcat 8.0.39 and Jasper reports

2016-12-09 Thread RAVIRAJ SHAH
I am using jasper reports the library using jasper report development studio I mean to say i can see pdf file on browser but when i try to save that pdf i dont see file type as adobe acrobat file and saving pdf giving error I am generating pdf file on runtime i am not storing file physically One m

Re: Issue with tomcat 8.0.39 and Jasper reports

2016-12-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Raviraj, On 12/9/16 3:35 AM, RAVIRAJ SHAH wrote: > Dear Support, > > Currently, I am using Tomcat 8.0.14 in my all production and test > server I am using Jasper reports to generate pdf runtime and my > clients download it Now i am planing to upgra

Issue with tomcat 8.0.39 and Jasper reports

2016-12-09 Thread RAVIRAJ SHAH
Dear Support, Currently, I am using Tomcat 8.0.14 in my all production and test server I am using Jasper reports to generate pdf runtime and my clients download it Now i am planing to upgrade tomcat version to tomcat 8.0.39 in which i am able to generate pdf on runtime but not able to download and