You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Victor Igumnov (JIRA)" <ji...@apache.org> on 2009/12/14 19:13:18 UTC

[jira] Issue Comment Edited: (WICKET-2613) Content-Length Issue with 1.4.4

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

Victor Igumnov edited comment on WICKET-2613 at 12/14/09 6:13 PM:
------------------------------------------------------------------

Daniel, 

I did not know I could delete uploaded files to JIRA. Here is a patched copy I have deployed in production if anyone needs it.

You can use the jar below or patch wicket your self, just trying to save people some time. 

http://victori.uploadbooth.com/patches/wicket-1.4.4.1.jar

      was (Author: victori):
    Daniel, 

I did not know I could delete uploaded files to JIRA. Here is a patched copy I have deployed in production if anyone needs it.

You can use the jar below or patch wicket your self, just saving people some time. 

http://victori.uploadbooth.com/patches/wicket-1.4.4.1.jar
  
> Content-Length Issue with 1.4.4
> -------------------------------
>
>                 Key: WICKET-2613
>                 URL: https://issues.apache.org/jira/browse/WICKET-2613
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.4.4
>         Environment: OSX/JDK6
>            Reporter: Victor Igumnov
>         Attachments: root-final-fix.java
>
>
> I have upgraded to wicket-1.4.4 from wicket-1.4.3. I have made sure to recompile all dependent libraries against 1.4.4. Since switching any component referenced from a JAR comes back with an incorrect content-length.
> I can resolve this issue by switching back to 1.4.3. 
> syris:~ victori$ curl -I http://lfab:8480/resources/wicket.contrib.IconElements/vcard.gif
> HTTP/1.1 200 OK
> Date: Sun, 13 Dec 2009 23:02:11 GMT
> Last-Modified: Sun, 13 Dec 2009 23:00:44 GMT
> Expires: Mon, 14 Dec 2009 00:02:11 GMT
> Cache-Control: max-age=3600
> Content-Type: image/gif
> Content-Length: 99925
> Server: Jetty(6.1.12)
> It should be 619 bytes.

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