You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Kent Tong (JIRA)" <ji...@apache.org> on 2010/04/18 06:59:25 UTC

[jira] Created: (WICKET-2839) ajax not working due to bugs in resource handling

ajax not working due to bugs in resource handling
-------------------------------------------------

                 Key: WICKET-2839
                 URL: https://issues.apache.org/jira/browse/WICKET-2839
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.5-M1
            Reporter: Kent Tong


A couple of bugs were found that were preventing .js resources to be returned to the client correctly. One bug was returning the jar file size as the content length of the resource if it is in a jar file. The other was copying past a source buffer into the response.

After fixing these bugs, the ajax functions in the trunk seems to be working.

A patch is provided. Test cases included.

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

        

[jira] Resolved: (WICKET-2839) ajax not working due to bugs in resource handling

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

Igor Vaynberg resolved WICKET-2839.
-----------------------------------

         Assignee: Igor Vaynberg
    Fix Version/s: 1.5-M1
       Resolution: Fixed

> ajax not working due to bugs in resource handling
> -------------------------------------------------
>
>                 Key: WICKET-2839
>                 URL: https://issues.apache.org/jira/browse/WICKET-2839
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M1
>            Reporter: Kent Tong
>            Assignee: Igor Vaynberg
>             Fix For: 1.5-M1
>
>         Attachments: patch.txt
>
>
> A couple of bugs were found that were preventing .js resources to be returned to the client correctly. One bug was returning the jar file size as the content length of the resource if it is in a jar file. The other was copying past a source buffer into the response.
> After fixing these bugs, the ajax functions in the trunk seems to be working.
> A patch is provided. Test cases included.

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


[jira] Updated: (WICKET-2839) ajax not working due to bugs in resource handling

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

Kent Tong updated WICKET-2839:
------------------------------

    Attachment: patch.txt

a better patch: test case improved.

> ajax not working due to bugs in resource handling
> -------------------------------------------------
>
>                 Key: WICKET-2839
>                 URL: https://issues.apache.org/jira/browse/WICKET-2839
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M1
>            Reporter: Kent Tong
>         Attachments: patch.txt
>
>
> A couple of bugs were found that were preventing .js resources to be returned to the client correctly. One bug was returning the jar file size as the content length of the resource if it is in a jar file. The other was copying past a source buffer into the response.
> After fixing these bugs, the ajax functions in the trunk seems to be working.
> A patch is provided. Test cases included.

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

        

[jira] Updated: (WICKET-2839) ajax not working due to bugs in resource handling

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

Kent Tong updated WICKET-2839:
------------------------------

    Attachment: patch.txt

patch including test cases

> ajax not working due to bugs in resource handling
> -------------------------------------------------
>
>                 Key: WICKET-2839
>                 URL: https://issues.apache.org/jira/browse/WICKET-2839
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M1
>            Reporter: Kent Tong
>         Attachments: patch.txt
>
>
> A couple of bugs were found that were preventing .js resources to be returned to the client correctly. One bug was returning the jar file size as the content length of the resource if it is in a jar file. The other was copying past a source buffer into the response.
> After fixing these bugs, the ajax functions in the trunk seems to be working.
> A patch is provided. Test cases included.

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

        

[jira] Updated: (WICKET-2839) ajax not working due to bugs in resource handling

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

Kent Tong updated WICKET-2839:
------------------------------

    Attachment:     (was: patch.txt)

> ajax not working due to bugs in resource handling
> -------------------------------------------------
>
>                 Key: WICKET-2839
>                 URL: https://issues.apache.org/jira/browse/WICKET-2839
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M1
>            Reporter: Kent Tong
>         Attachments: patch.txt
>
>
> A couple of bugs were found that were preventing .js resources to be returned to the client correctly. One bug was returning the jar file size as the content length of the resource if it is in a jar file. The other was copying past a source buffer into the response.
> After fixing these bugs, the ajax functions in the trunk seems to be working.
> A patch is provided. Test cases included.

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