Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-2613

Content-Length Issue with 1.4.4

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.4.4
    • 1.4.5
    • wicket
    • None
    • OSX/JDK6

    Description

      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.

      Attachments

        1. root-final-fix.java
          0.8 kB
          Victor Igumnov

        Issue Links

          Activity

            People

              jcompagner Johan Compagner
              victori Victor Igumnov
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: