Here is a peculiar problem we are facing with Chrome Browser:
We have a developed a custom application, which uses combination of Java and AngularJS and deployed on IBM WebSphere Portal Server. User logs-in to the Application using Chrome browser, does normal application transaction as per application functionality. However after a period of inactivity, the application session is configured to time-out and user is redirected to the login screen on any click of either logout button or anywhere in the application links. [post session time-out]
It works well most of the times, however in some instances on click of logout button or any other application link, it starts downloading file. [download.gz] on every click.
The contents of the download.gz file is the zipped file of the application's login.html. So I guess in summary , instead of rendering the login.html file, the browser zips the html content and is downloaded.
For the same user machine, and the same Chrome Browser and its version , it works well most of the times i.e. the user being redirected to login.html, but in some instances it downloads .GZ file instead of rendering login.html. No such issue on IE or Firefox, its only the Chrome browser.
Appreciate any help on this issue. !!
--
--
Chromium Discussion mailing list: chromium...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+unsubscribe@chromium.org.