This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Networking properties
- From: Tom Tromey <tromey at redhat dot com>
- To: Joerg Brunsmann <joerg_brunsmann at yahoo dot de>
- Cc: java-patches at gcc dot gnu dot org
- Date: 03 Jan 2003 10:45:29 -0700
- Subject: Re: Networking properties
- References: <20021220142556.52801.qmail@web20501.mail.yahoo.com>
- Reply-to: tromey at redhat dot com
>>>>> "Joerg" == Joerg Brunsmann <joerg_brunsmann@yahoo.de> writes:
Joerg> the attached patch uses two proxy properties listed at
Joerg> http://java.sun.com/j2se/1.4/docs/guide/net/properties.html
Joerg> in gnu.gcj.protocol.http.Connection. Can someone please
Joerg> review the patch and check it in. Thanks.
This looks fine to me.
I'm going to check it in on the trunk and the branch.
Note that new properties require a documentation change as well (I'm
writing it this time). Also please send a ChangeLog entry with a patch.
Tom