You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Nino Martinez (JIRA)" <ji...@apache.org> on 2010/10/08 11:30:30 UTC

[jira] Created: (WICKET-3101) No exceptionpage on exceptions during ajax

No exceptionpage on exceptions during ajax
------------------------------------------

                 Key: WICKET-3101
                 URL: https://issues.apache.org/jira/browse/WICKET-3101
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.5-M2.1
            Reporter: Nino Martinez


start the quickstart and wait to see error occuring in console, ajax just stops in browser (nothing is indicating the error)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-3101) No exceptionpage on exceptions during ajax

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

Martin Grigorov resolved WICKET-3101.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M3

Fixed with r1022239

> No exceptionpage on exceptions during ajax
> ------------------------------------------
>
>                 Key: WICKET-3101
>                 URL: https://issues.apache.org/jira/browse/WICKET-3101
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M2.1
>            Reporter: Nino Martinez
>            Assignee: Martin Grigorov
>             Fix For: 1.5-M3
>
>         Attachments: ajaxbug.zip, WICKET-3101.patch
>
>
> start the quickstart and wait to see error occuring in console, ajax just stops in browser (nothing is indicating the error)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WICKET-3101) No exceptionpage on exceptions during ajax

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

Martin Grigorov reassigned WICKET-3101:
---------------------------------------

    Assignee: Martin Grigorov

> No exceptionpage on exceptions during ajax
> ------------------------------------------
>
>                 Key: WICKET-3101
>                 URL: https://issues.apache.org/jira/browse/WICKET-3101
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M2.1
>            Reporter: Nino Martinez
>            Assignee: Martin Grigorov
>         Attachments: ajaxbug.zip, WICKET-3101.patch
>
>
> start the quickstart and wait to see error occuring in console, ajax just stops in browser (nothing is indicating the error)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-3101) No exceptionpage on exceptions during ajax

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

Martin Grigorov updated WICKET-3101:
------------------------------------

    Attachment: WICKET-3101.patch

@Devs: please review this patch.
The quickstart works with this patch. All tests pass but I don't feel comfortable to commit it without review.

> No exceptionpage on exceptions during ajax
> ------------------------------------------
>
>                 Key: WICKET-3101
>                 URL: https://issues.apache.org/jira/browse/WICKET-3101
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M2.1
>            Reporter: Nino Martinez
>         Attachments: ajaxbug.zip, WICKET-3101.patch
>
>
> start the quickstart and wait to see error occuring in console, ajax just stops in browser (nothing is indicating the error)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-3101) No exceptionpage on exceptions during ajax

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

Nino Martinez updated WICKET-3101:
----------------------------------

    Attachment: ajaxbug.zip

> No exceptionpage on exceptions during ajax
> ------------------------------------------
>
>                 Key: WICKET-3101
>                 URL: https://issues.apache.org/jira/browse/WICKET-3101
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M2.1
>            Reporter: Nino Martinez
>         Attachments: ajaxbug.zip
>
>
> start the quickstart and wait to see error occuring in console, ajax just stops in browser (nothing is indicating the error)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-3101) No exceptionpage on exceptions during ajax

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

Hudson commented on WICKET-3101:
--------------------------------

Integrated in Apache Wicket 1.5.x #393 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/393/])
    WICKET-3101 No exceptionpage on exceptions during ajax

Allow HeaderBufferingWebResponse#reset() to actually reset the undelying buffer ignoring whether there is something already in or not.
This way now it is possible to call #sendRedirect() after writing some bytes in the buffer.

reviewed-by: ivaynberg


> No exceptionpage on exceptions during ajax
> ------------------------------------------
>
>                 Key: WICKET-3101
>                 URL: https://issues.apache.org/jira/browse/WICKET-3101
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M2.1
>            Reporter: Nino Martinez
>            Assignee: Martin Grigorov
>             Fix For: 1.5-M3
>
>         Attachments: ajaxbug.zip, WICKET-3101.patch
>
>
> start the quickstart and wait to see error occuring in console, ajax just stops in browser (nothing is indicating the error)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.