You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Maxim Solodovnik (JIRA)" <ji...@apache.org> on 2017/11/09 10:00:00 UTC

[jira] [Created] (WICKET-6491) AjaxDownload is not working in blob mode for Microsoft browsers

Maxim Solodovnik created WICKET-6491:
----------------------------------------

             Summary: AjaxDownload is not working in blob mode for Microsoft browsers
                 Key: WICKET-6491
                 URL: https://issues.apache.org/jira/browse/WICKET-6491
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
    Affects Versions: 8.0.0-M8
            Reporter: Maxim Solodovnik


AjaxDownload is not working in blob mode for Microsoft browsers

Steps:
1) clone quickstart: https://github.com/solomax/ajax-download
2) run it using {{mvn clean jetty:run}}
3) open http://localhost:8080 in IE11 and Edge

Results IE11:
both blob downloads results: SCRIPT5: Access denied

Results Edge:
1) Download Zip blob: XMLHttpRequest: Network Error 0x2efd, Could not complete the operation due to error 00002efd.
2) Download Text blob: Name is not being set, file is saved as 1FD327DF-29BC-4EC6-A2BA-F85384D62D1A

IFrame downloads works as expected

Will try to investigate



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)