Re: File download fails in Firefox and Chrome

2012-01-13 Thread Eric Lentz
> I was working with no issue until a month ago for over a year and suddenly it has stopped working I get that. Best thing to do would be to view the headers from a client that can do so. There are plug-ins in Firefox that will allow that I believe. I think you'll find that something is amiss w

Re: File download fails in Firefox and Chrome

2012-01-13 Thread Struts Two
download fails in Firefox and Chrome > Not setting the Content-disposition is header, makes the firefox to prompt for the download but it uses the action for filename ie Ticket.action. > Has anyone faced a similar issue or can provide a hint on how to fix the issue Yep, saw this proble

Re: File download fails in Firefox and Chrome

2012-01-13 Thread Struts Two
)); in the action as opposed to configuration. I was working with no issue until a month ago for over a year and suddenly it has stopped working - Original Message - From: Eric Lentz To: Struts Users Mailing List Cc: Sent: Friday, January 13, 2012 11:22:02 AM Subject: Re: File dow

Re: File download fails in Firefox and Chrome

2012-01-13 Thread Eric Lentz
> Not setting the Content-disposition is header, makes the firefox to prompt for the download but it uses the action for filename ie Ticket.action. > Has anyone faced a similar issue or can provide a hint on how to fix the issue Yep, saw this problem just this week. I ran the request through s

File download fails in Firefox and Chrome

2012-01-13 Thread Struts Two
Hi everyone: I have an application in Struts 2.1.8 that has been running for the past two years with no issue. However; recently I have noticed the all file downloads on Firefox and Chrome fails while IE is okay. I know it has something with content-dispositon but  I have not been able to fix i