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

        

Reply via email to