[ 
https://issues.apache.org/jira/browse/WICKET-6491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16245994#comment-16245994
 ] 

ASF GitHub Bot commented on WICKET-6491:
----------------------------------------

Github user solomax commented on a diff in the pull request:

    https://github.com/apache/wicket/pull/244#discussion_r150018189
  
    --- Diff: 
wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/AjaxDownloadBehavior.java
 ---
    @@ -323,10 +323,30 @@ private String getName()
        }
     
        /**
    +    * Controls if anti cache parameter should be added to the URL or not
    +    *
    +    * @return {@code true} to add the anti cache request parameter, {@code 
false} - otherwise
    +    */
    +   protected boolean shouldAddAntiCacheParameter() {
    --- End diff --
    
    I'll double-check (modify my tests) and remove it
    I thought it would save some lines of code if anti-cache will be on by 
default


> 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
>            Assignee: 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)

Reply via email to