Servlet file not running in IE9

Posted by Dean on Server Fault See other posts from Server Fault or by Dean
Published on 2012-10-22T09:10:22Z Indexed on 2012/10/22 11:03 UTC
Read the original article Hit count: 220

Filed under:
|

We are having an issue with a third party application running in IE9 which I don't believe is application specific but browser/security related.

Essentially when someone is trying to add a note to a task in the application the application wants to run an "addtasks.do" file which IE9 promptly pops up a "What program do you want use to run this?" dialog. (I believe a .do file is a Java servlet)

In Chrome carrying out the same action results in the note being added successfully.

Does anyone have any idea why IE9 won't run it and how we can address the issue?

© Server Fault or respective owner

Related posts about internet-explorer

Related posts about servlet