This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/14012] HttpURLConnection.setRequestProperty() is not case insensitive
- From: "k dot allan-gcc at au dot darkbluesea dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Feb 2004 06:22:20 -0000
- Subject: [Bug libgcj/14012] HttpURLConnection.setRequestProperty() is not case insensitive
- References: <20040204061705.14012.k.allan-gcc@au.darkbluesea.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From k dot allan-gcc at au dot darkbluesea dot com 2004-02-04 06:22 -------
Created an attachment (id=5674)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5674&action=view)
Patch against gcc/libjava/gnu/java/net/protocol/http/Connection.java
This patch adds case insensitivity to HttpURLConnection requestProperties,
makes default headers output in the generally accepted proper case and
establishes some sanity to the order that common headers are sent in.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14012