You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "John Owen (JIRA)" <ji...@apache.org> on 2011/02/07 19:51:57 UTC

[jira] Created: (WICKET-3432) Windows XP/IE 8 Ajax File Upload Response Redirect Issue

Windows XP/IE 8 Ajax File Upload Response Redirect Issue
--------------------------------------------------------

                 Key: WICKET-3432
                 URL: https://issues.apache.org/jira/browse/WICKET-3432
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
    Affects Versions: 1.4.12
         Environment: Windows XP Pro SP3, IE 8.0.6001.18702
            Reporter: John Owen


When using MultiFileUploadField to upload a large file (400mb in my case, other tests may occur at lower/higher values), IE 8.0.6001.18702 on Win XP SP3 will not process the redirect generated by setResponsePage(...). Other OS/browser combos seem to work, including Win 7/IE 8, Win 7/FF, Win XP/IE 7, et al.

I can see via Wireshark that the response is sent back to IE, but the browser never redirects and the ajax indicator just spins (see quickstart). This may be an IE issue, but if there's a Wicket/Javascript work-around, I would appreciate some research/assistance.

Quick start attached.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WICKET-3432) Windows XP/IE 8 Ajax File Upload Response Redirect Issue

Posted by "John Owen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045423#comment-13045423 ] 

John Owen commented on WICKET-3432:
-----------------------------------

For re-testing, please try file sizes up to 2GB. We've noticed internally that the size threshold for failure differs for each user/pc.

> Windows XP/IE 8 Ajax File Upload Response Redirect Issue
> --------------------------------------------------------
>
>                 Key: WICKET-3432
>                 URL: https://issues.apache.org/jira/browse/WICKET-3432
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.12
>         Environment: Windows XP Pro SP3, IE 8.0.6001.18702
>            Reporter: John Owen
>            Assignee: Igor Vaynberg
>              Labels: ajax
>         Attachments: ajax-upload-quickstart.zip
>
>
> When using MultiFileUploadField to upload a large file (400mb in my case, other tests may occur at lower/higher values), IE 8.0.6001.18702 on Win XP SP3 will not process the redirect generated by setResponsePage(...). Other OS/browser combos seem to work, including Win 7/IE 8, Win 7/FF, Win XP/IE 7, et al.
> I can see via Wireshark that the response is sent back to IE, but the browser never redirects and the ajax indicator just spins (see quickstart). This may be an IE issue, but if there's a Wicket/Javascript work-around, I would appreciate some research/assistance.
> Quick start attached.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Reopened] (WICKET-3432) Windows XP/IE 8 Ajax File Upload Response Redirect Issue

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg reopened WICKET-3432:
-----------------------------------


reopening so someone else can test

> Windows XP/IE 8 Ajax File Upload Response Redirect Issue
> --------------------------------------------------------
>
>                 Key: WICKET-3432
>                 URL: https://issues.apache.org/jira/browse/WICKET-3432
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.12
>         Environment: Windows XP Pro SP3, IE 8.0.6001.18702
>            Reporter: John Owen
>            Assignee: Igor Vaynberg
>              Labels: ajax
>         Attachments: ajax-upload-quickstart.zip
>
>
> When using MultiFileUploadField to upload a large file (400mb in my case, other tests may occur at lower/higher values), IE 8.0.6001.18702 on Win XP SP3 will not process the redirect generated by setResponsePage(...). Other OS/browser combos seem to work, including Win 7/IE 8, Win 7/FF, Win XP/IE 7, et al.
> I can see via Wireshark that the response is sent back to IE, but the browser never redirects and the ajax indicator just spins (see quickstart). This may be an IE issue, but if there's a Wicket/Javascript work-around, I would appreciate some research/assistance.
> Quick start attached.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (WICKET-3432) Windows XP/IE 8 Ajax File Upload Response Redirect Issue

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045473#comment-13045473 ] 

Martin Grigorov commented on WICKET-3432:
-----------------------------------------

Again OK.

> Windows XP/IE 8 Ajax File Upload Response Redirect Issue
> --------------------------------------------------------
>
>                 Key: WICKET-3432
>                 URL: https://issues.apache.org/jira/browse/WICKET-3432
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.12
>         Environment: Windows XP Pro SP3, IE 8.0.6001.18702
>            Reporter: John Owen
>            Assignee: Igor Vaynberg
>              Labels: ajax
>         Attachments: ajax-upload-quickstart.zip
>
>
> When using MultiFileUploadField to upload a large file (400mb in my case, other tests may occur at lower/higher values), IE 8.0.6001.18702 on Win XP SP3 will not process the redirect generated by setResponsePage(...). Other OS/browser combos seem to work, including Win 7/IE 8, Win 7/FF, Win XP/IE 7, et al.
> I can see via Wireshark that the response is sent back to IE, but the browser never redirects and the ajax indicator just spins (see quickstart). This may be an IE issue, but if there's a Wicket/Javascript work-around, I would appreciate some research/assistance.
> Quick start attached.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Resolved: (WICKET-3432) Windows XP/IE 8 Ajax File Upload Response Redirect Issue

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-3432.
-----------------------------------

    Resolution: Cannot Reproduce
      Assignee: Igor Vaynberg

just tried it in xp sp3 inside virtualbox with latest ie8 and it worked...

> Windows XP/IE 8 Ajax File Upload Response Redirect Issue
> --------------------------------------------------------
>
>                 Key: WICKET-3432
>                 URL: https://issues.apache.org/jira/browse/WICKET-3432
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.12
>         Environment: Windows XP Pro SP3, IE 8.0.6001.18702
>            Reporter: John Owen
>            Assignee: Igor Vaynberg
>              Labels: ajax
>         Attachments: ajax-upload-quickstart.zip
>
>
> When using MultiFileUploadField to upload a large file (400mb in my case, other tests may occur at lower/higher values), IE 8.0.6001.18702 on Win XP SP3 will not process the redirect generated by setResponsePage(...). Other OS/browser combos seem to work, including Win 7/IE 8, Win 7/FF, Win XP/IE 7, et al.
> I can see via Wireshark that the response is sent back to IE, but the browser never redirects and the ajax indicator just spins (see quickstart). This may be an IE issue, but if there's a Wicket/Javascript work-around, I would appreciate some research/assistance.
> Quick start attached.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (WICKET-3432) Windows XP/IE 8 Ajax File Upload Response Redirect Issue

Posted by "John Owen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995932#comment-12995932 ] 

John Owen commented on WICKET-3432:
-----------------------------------

Igor: What size file did you use?

> Windows XP/IE 8 Ajax File Upload Response Redirect Issue
> --------------------------------------------------------
>
>                 Key: WICKET-3432
>                 URL: https://issues.apache.org/jira/browse/WICKET-3432
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.12
>         Environment: Windows XP Pro SP3, IE 8.0.6001.18702
>            Reporter: John Owen
>            Assignee: Igor Vaynberg
>              Labels: ajax
>         Attachments: ajax-upload-quickstart.zip
>
>
> When using MultiFileUploadField to upload a large file (400mb in my case, other tests may occur at lower/higher values), IE 8.0.6001.18702 on Win XP SP3 will not process the redirect generated by setResponsePage(...). Other OS/browser combos seem to work, including Win 7/IE 8, Win 7/FF, Win XP/IE 7, et al.
> I can see via Wireshark that the response is sent back to IE, but the browser never redirects and the ajax indicator just spins (see quickstart). This may be an IE issue, but if there's a Wicket/Javascript work-around, I would appreciate some research/assistance.
> Quick start attached.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (WICKET-3432) Windows XP/IE 8 Ajax File Upload Response Redirect Issue

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995939#comment-12995939 ] 

Igor Vaynberg commented on WICKET-3432:
---------------------------------------

just over 700 megs i think.

> Windows XP/IE 8 Ajax File Upload Response Redirect Issue
> --------------------------------------------------------
>
>                 Key: WICKET-3432
>                 URL: https://issues.apache.org/jira/browse/WICKET-3432
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.12
>         Environment: Windows XP Pro SP3, IE 8.0.6001.18702
>            Reporter: John Owen
>            Assignee: Igor Vaynberg
>              Labels: ajax
>         Attachments: ajax-upload-quickstart.zip
>
>
> When using MultiFileUploadField to upload a large file (400mb in my case, other tests may occur at lower/higher values), IE 8.0.6001.18702 on Win XP SP3 will not process the redirect generated by setResponsePage(...). Other OS/browser combos seem to work, including Win 7/IE 8, Win 7/FF, Win XP/IE 7, et al.
> I can see via Wireshark that the response is sent back to IE, but the browser never redirects and the ajax indicator just spins (see quickstart). This may be an IE issue, but if there's a Wicket/Javascript work-around, I would appreciate some research/assistance.
> Quick start attached.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WICKET-3432) Windows XP/IE 8 Ajax File Upload Response Redirect Issue

Posted by "John Owen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045504#comment-13045504 ] 

John Owen commented on WICKET-3432:
-----------------------------------

The browser can handle files up to ~2GB when not transmitted via Ajax. I'm concerned that this occurs for me here (at work), but not for you guys. I'm going to try the quickstart at home.

> Windows XP/IE 8 Ajax File Upload Response Redirect Issue
> --------------------------------------------------------
>
>                 Key: WICKET-3432
>                 URL: https://issues.apache.org/jira/browse/WICKET-3432
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.12
>         Environment: Windows XP Pro SP3, IE 8.0.6001.18702
>            Reporter: John Owen
>            Assignee: Igor Vaynberg
>              Labels: ajax
>         Attachments: ajax-upload-quickstart.zip
>
>
> When using MultiFileUploadField to upload a large file (400mb in my case, other tests may occur at lower/higher values), IE 8.0.6001.18702 on Win XP SP3 will not process the redirect generated by setResponsePage(...). Other OS/browser combos seem to work, including Win 7/IE 8, Win 7/FF, Win XP/IE 7, et al.
> I can see via Wireshark that the response is sent back to IE, but the browser never redirects and the ajax indicator just spins (see quickstart). This may be an IE issue, but if there's a Wicket/Javascript work-around, I would appreciate some research/assistance.
> Quick start attached.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (WICKET-3432) Windows XP/IE 8 Ajax File Upload Response Redirect Issue

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045501#comment-13045501 ] 

Igor Vaynberg commented on WICKET-3432:
---------------------------------------

could it simply be that the browser chokes on files that large?

> Windows XP/IE 8 Ajax File Upload Response Redirect Issue
> --------------------------------------------------------
>
>                 Key: WICKET-3432
>                 URL: https://issues.apache.org/jira/browse/WICKET-3432
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.12
>         Environment: Windows XP Pro SP3, IE 8.0.6001.18702
>            Reporter: John Owen
>            Assignee: Igor Vaynberg
>              Labels: ajax
>         Attachments: ajax-upload-quickstart.zip
>
>
> When using MultiFileUploadField to upload a large file (400mb in my case, other tests may occur at lower/higher values), IE 8.0.6001.18702 on Win XP SP3 will not process the redirect generated by setResponsePage(...). Other OS/browser combos seem to work, including Win 7/IE 8, Win 7/FF, Win XP/IE 7, et al.
> I can see via Wireshark that the response is sent back to IE, but the browser never redirects and the ajax indicator just spins (see quickstart). This may be an IE issue, but if there's a Wicket/Javascript work-around, I would appreciate some research/assistance.
> Quick start attached.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Issue Comment Edited] (WICKET-3432) Windows XP/IE 8 Ajax File Upload Response Redirect Issue

Posted by "John Owen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045465#comment-13045465 ] 

John Owen edited comment on WICKET-3432 at 6/7/11 2:58 PM:
-----------------------------------------------------------

Martin, can you try sending 2 700mb files and let me know how it goes? Thanks!

P.S.: The UI supports multiple files.

      was (Author: johnlowen):
    Martin, can you try sending 2 700mb files and let me know how it goes? Thanks!
  
> Windows XP/IE 8 Ajax File Upload Response Redirect Issue
> --------------------------------------------------------
>
>                 Key: WICKET-3432
>                 URL: https://issues.apache.org/jira/browse/WICKET-3432
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.12
>         Environment: Windows XP Pro SP3, IE 8.0.6001.18702
>            Reporter: John Owen
>            Assignee: Igor Vaynberg
>              Labels: ajax
>         Attachments: ajax-upload-quickstart.zip
>
>
> When using MultiFileUploadField to upload a large file (400mb in my case, other tests may occur at lower/higher values), IE 8.0.6001.18702 on Win XP SP3 will not process the redirect generated by setResponsePage(...). Other OS/browser combos seem to work, including Win 7/IE 8, Win 7/FF, Win XP/IE 7, et al.
> I can see via Wireshark that the response is sent back to IE, but the browser never redirects and the ajax indicator just spins (see quickstart). This may be an IE issue, but if there's a Wicket/Javascript work-around, I would appreciate some research/assistance.
> Quick start attached.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (WICKET-3432) Windows XP/IE 8 Ajax File Upload Response Redirect Issue

Posted by "John Owen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045476#comment-13045476 ] 

John Owen commented on WICKET-3432:
-----------------------------------

Would it help if I made a VM available that shows the issue?

> Windows XP/IE 8 Ajax File Upload Response Redirect Issue
> --------------------------------------------------------
>
>                 Key: WICKET-3432
>                 URL: https://issues.apache.org/jira/browse/WICKET-3432
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.12
>         Environment: Windows XP Pro SP3, IE 8.0.6001.18702
>            Reporter: John Owen
>            Assignee: Igor Vaynberg
>              Labels: ajax
>         Attachments: ajax-upload-quickstart.zip
>
>
> When using MultiFileUploadField to upload a large file (400mb in my case, other tests may occur at lower/higher values), IE 8.0.6001.18702 on Win XP SP3 will not process the redirect generated by setResponsePage(...). Other OS/browser combos seem to work, including Win 7/IE 8, Win 7/FF, Win XP/IE 7, et al.
> I can see via Wireshark that the response is sent back to IE, but the browser never redirects and the ajax indicator just spins (see quickstart). This may be an IE issue, but if there's a Wicket/Javascript work-around, I would appreciate some research/assistance.
> Quick start attached.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (WICKET-3432) Windows XP/IE 8 Ajax File Upload Response Redirect Issue

Posted by "James (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13160826#comment-13160826 ] 

James commented on WICKET-3432:
-------------------------------

Same problem here, though happens down to file sizes as small as 1mb.  IE7/8 is the only browser having the issue.


                
> Windows XP/IE 8 Ajax File Upload Response Redirect Issue
> --------------------------------------------------------
>
>                 Key: WICKET-3432
>                 URL: https://issues.apache.org/jira/browse/WICKET-3432
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.12
>         Environment: Windows XP Pro SP3, IE 8.0.6001.18702
>            Reporter: John Owen
>            Assignee: Igor Vaynberg
>              Labels: ajax
>         Attachments: ajax-upload-quickstart.zip
>
>
> When using MultiFileUploadField to upload a large file (400mb in my case, other tests may occur at lower/higher values), IE 8.0.6001.18702 on Win XP SP3 will not process the redirect generated by setResponsePage(...). Other OS/browser combos seem to work, including Win 7/IE 8, Win 7/FF, Win XP/IE 7, et al.
> I can see via Wireshark that the response is sent back to IE, but the browser never redirects and the ajax indicator just spins (see quickstart). This may be an IE issue, but if there's a Wicket/Javascript work-around, I would appreciate some research/assistance.
> Quick start attached.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WICKET-3432) Windows XP/IE 8 Ajax File Upload Response Redirect Issue

Posted by "John Owen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045465#comment-13045465 ] 

John Owen commented on WICKET-3432:
-----------------------------------

Martin, can you try sending 2 700mb files and let me know how it goes? Thanks!

> Windows XP/IE 8 Ajax File Upload Response Redirect Issue
> --------------------------------------------------------
>
>                 Key: WICKET-3432
>                 URL: https://issues.apache.org/jira/browse/WICKET-3432
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.12
>         Environment: Windows XP Pro SP3, IE 8.0.6001.18702
>            Reporter: John Owen
>            Assignee: Igor Vaynberg
>              Labels: ajax
>         Attachments: ajax-upload-quickstart.zip
>
>
> When using MultiFileUploadField to upload a large file (400mb in my case, other tests may occur at lower/higher values), IE 8.0.6001.18702 on Win XP SP3 will not process the redirect generated by setResponsePage(...). Other OS/browser combos seem to work, including Win 7/IE 8, Win 7/FF, Win XP/IE 7, et al.
> I can see via Wireshark that the response is sent back to IE, but the browser never redirects and the ajax indicator just spins (see quickstart). This may be an IE issue, but if there's a Wicket/Javascript work-around, I would appreciate some research/assistance.
> Quick start attached.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (WICKET-3432) Windows XP/IE 8 Ajax File Upload Response Redirect Issue

Posted by "John Owen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Owen updated WICKET-3432:
------------------------------

    Attachment: ajax-upload-quickstart.zip

> Windows XP/IE 8 Ajax File Upload Response Redirect Issue
> --------------------------------------------------------
>
>                 Key: WICKET-3432
>                 URL: https://issues.apache.org/jira/browse/WICKET-3432
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.12
>         Environment: Windows XP Pro SP3, IE 8.0.6001.18702
>            Reporter: John Owen
>              Labels: ajax
>         Attachments: ajax-upload-quickstart.zip
>
>
> When using MultiFileUploadField to upload a large file (400mb in my case, other tests may occur at lower/higher values), IE 8.0.6001.18702 on Win XP SP3 will not process the redirect generated by setResponsePage(...). Other OS/browser combos seem to work, including Win 7/IE 8, Win 7/FF, Win XP/IE 7, et al.
> I can see via Wireshark that the response is sent back to IE, but the browser never redirects and the ajax indicator just spins (see quickstart). This may be an IE issue, but if there's a Wicket/Javascript work-around, I would appreciate some research/assistance.
> Quick start attached.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WICKET-3432) Windows XP/IE 8 Ajax File Upload Response Redirect Issue

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045505#comment-13045505 ] 

Igor Vaynberg commented on WICKET-3432:
---------------------------------------

well, it might be that the ajax impl in the browser cannot handle it. maybe some internal timeout is too short, etc. who knows.

> Windows XP/IE 8 Ajax File Upload Response Redirect Issue
> --------------------------------------------------------
>
>                 Key: WICKET-3432
>                 URL: https://issues.apache.org/jira/browse/WICKET-3432
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.12
>         Environment: Windows XP Pro SP3, IE 8.0.6001.18702
>            Reporter: John Owen
>            Assignee: Igor Vaynberg
>              Labels: ajax
>         Attachments: ajax-upload-quickstart.zip
>
>
> When using MultiFileUploadField to upload a large file (400mb in my case, other tests may occur at lower/higher values), IE 8.0.6001.18702 on Win XP SP3 will not process the redirect generated by setResponsePage(...). Other OS/browser combos seem to work, including Win 7/IE 8, Win 7/FF, Win XP/IE 7, et al.
> I can see via Wireshark that the response is sent back to IE, but the browser never redirects and the ajax indicator just spins (see quickstart). This may be an IE issue, but if there's a Wicket/Javascript work-around, I would appreciate some research/assistance.
> Quick start attached.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (WICKET-3432) Windows XP/IE 8 Ajax File Upload Response Redirect Issue

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-3432.
-----------------------------------

    Resolution: Cannot Reproduce

closing since martin could not reproduce as well

> Windows XP/IE 8 Ajax File Upload Response Redirect Issue
> --------------------------------------------------------
>
>                 Key: WICKET-3432
>                 URL: https://issues.apache.org/jira/browse/WICKET-3432
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.12
>         Environment: Windows XP Pro SP3, IE 8.0.6001.18702
>            Reporter: John Owen
>            Assignee: Igor Vaynberg
>              Labels: ajax
>         Attachments: ajax-upload-quickstart.zip
>
>
> When using MultiFileUploadField to upload a large file (400mb in my case, other tests may occur at lower/higher values), IE 8.0.6001.18702 on Win XP SP3 will not process the redirect generated by setResponsePage(...). Other OS/browser combos seem to work, including Win 7/IE 8, Win 7/FF, Win XP/IE 7, et al.
> I can see via Wireshark that the response is sent back to IE, but the browser never redirects and the ajax indicator just spins (see quickstart). This may be an IE issue, but if there's a Wicket/Javascript work-around, I would appreciate some research/assistance.
> Quick start attached.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (WICKET-3432) Windows XP/IE 8 Ajax File Upload Response Redirect Issue

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045464#comment-13045464 ] 

Martin Grigorov commented on WICKET-3432:
-----------------------------------------

I just tried it on WinXP SP3 with IE8.0.6001.18702.
First I tried with several ~10Mb files - all is OK, then I tried with ~300Mb - again OK,then I tried with 2.6Gb and here IE said JS error "Access denied for wicket-ajax.js" - whatever this means, but the file didn't upload at all.
Now you said up to 2Gb so I tried with 700Mb and again it passed OK.

> Windows XP/IE 8 Ajax File Upload Response Redirect Issue
> --------------------------------------------------------
>
>                 Key: WICKET-3432
>                 URL: https://issues.apache.org/jira/browse/WICKET-3432
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.12
>         Environment: Windows XP Pro SP3, IE 8.0.6001.18702
>            Reporter: John Owen
>            Assignee: Igor Vaynberg
>              Labels: ajax
>         Attachments: ajax-upload-quickstart.zip
>
>
> When using MultiFileUploadField to upload a large file (400mb in my case, other tests may occur at lower/higher values), IE 8.0.6001.18702 on Win XP SP3 will not process the redirect generated by setResponsePage(...). Other OS/browser combos seem to work, including Win 7/IE 8, Win 7/FF, Win XP/IE 7, et al.
> I can see via Wireshark that the response is sent back to IE, but the browser never redirects and the ajax indicator just spins (see quickstart). This may be an IE issue, but if there's a Wicket/Javascript work-around, I would appreciate some research/assistance.
> Quick start attached.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (WICKET-3432) Windows XP/IE 8 Ajax File Upload Response Redirect Issue

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045481#comment-13045481 ] 

Martin Grigorov commented on WICKET-3432:
-----------------------------------------

I'd recommend to use another ajax based upload JS library if this one makes you troubles.
I personally wont debug uploads of ~gygabyte files. There is no fun in that :-)

> Windows XP/IE 8 Ajax File Upload Response Redirect Issue
> --------------------------------------------------------
>
>                 Key: WICKET-3432
>                 URL: https://issues.apache.org/jira/browse/WICKET-3432
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.12
>         Environment: Windows XP Pro SP3, IE 8.0.6001.18702
>            Reporter: John Owen
>            Assignee: Igor Vaynberg
>              Labels: ajax
>         Attachments: ajax-upload-quickstart.zip
>
>
> When using MultiFileUploadField to upload a large file (400mb in my case, other tests may occur at lower/higher values), IE 8.0.6001.18702 on Win XP SP3 will not process the redirect generated by setResponsePage(...). Other OS/browser combos seem to work, including Win 7/IE 8, Win 7/FF, Win XP/IE 7, et al.
> I can see via Wireshark that the response is sent back to IE, but the browser never redirects and the ajax indicator just spins (see quickstart). This may be an IE issue, but if there's a Wicket/Javascript work-around, I would appreciate some research/assistance.
> Quick start attached.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira