bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/24091] New: HttpURLConnection sends too much data on POST


From: daney at gcc dot gnu dot org
Subject: [Bug classpath/24091] New: HttpURLConnection sends too much data on POST
Date: 27 Sep 2005 20:08:26 -0000

>From the GCC Head of yesterday.
$ gcj --version
gcj (GCC) 4.1.0 20050926 (experimental)

When doing a HTTP POST (using HttpURLConnection) the runtime sends two more
bytes of body data than are reported in the Content-Length header.  This can
(and does) cause errors in some HTTP servers.

The server I am testing aginst is a Windows Media Connect UPnP server (running
on XP).  My test case is not very portable but I will post it for anybody
interested.

FWIW the server responds with the following Server header:

SERVER: WINDOWS, UPnP/1.0, Intel MicroStack/1.0.1423

-- 
           Summary: HttpURLConnection sends too much data on POST
           Product: classpath
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: classpath
        AssignedTo: daney at gcc dot gnu dot org
        ReportedBy: daney at gcc dot gnu dot org
                CC: bug-classpath at gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24091




reply via email to

[Prev in Thread] Current Thread [Next in Thread]