Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4399527

HttpUrlConnection should not buffer POST data into memory if Content-Length set

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 1.3.0
    • core-libs
    • generic
    • generic



      Name: krC82822 Date: 12/19/2000


      18 Dec 2000, eval1127@eng -- see also 4333920.
      -------------------
      bash-2.04$ java -version
      java version "1.3.0"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
      Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)

      The HttpUrlConnection should not buffer POST data into memory if
      Content-Length [has been] set, as this makes the class unusable when attempting
      to post large files via a multipart/form-data post. Right now post
      data is buffered into a ByteArrayOutputStream so that the Content-Length
      can be calculated. If the Content-Length has been set the post
      output stream should just be a pass through stream to the http server.
      (Review ID: 113706)
      ======================================================================

            alanb Alan Bateman
            kryansunw Kevin Ryan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: