This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libgcj/9645: url.openConnection() will request by default a http GET, while the jdk requests a POST


>Number:         9645
>Category:       libgcj
>Synopsis:       url.openConnection() will request by default a http GET, while the jdk requests a POST
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Feb 10 19:45:59 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     erik.poupaert@chello.be
>Release:        unknown-1.0
>Organization:
>Environment:
minGW
>Description:
While trying to compile org.apache.xmlrpc, the jdk test worked properly, while the gcj-compiled version did not. java.net.URL.openConnection() automatically defaults to a GET, while the jdk-version defaults to a POST. This is one of the reasons why an unpatched porg.apache.xmlrpc does not work natively.
>How-To-Repeat:
open a http connection with URL.openConnection()
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]