Re: RFR: 8185898: setRequestProperty(key, null) results in HTTP header without colon in request

2019-08-09 Thread Julia Boes
/jboes/8185898/webrev.4/ Regards, Julia On 06/08/2019 11:03, Julia Boes wrote: Hi Michael and Daniel, Thanks for your comments. I made the following changes to B8185898: - Added checks for URLConnection::getRequestProperties, ::getHeaderField(0), ::getHeaderFieldKey(0) - Included a test of

Re: RFR: 8185898: setRequestProperty(key, null) results in HTTP header without colon in request

2019-08-06 Thread Julia Boes
, -- daniel On 31/07/2019 11:56, Julia Boes wrote: Hi, Please find below a patch for: 8185898: setRequestProperty(key, null) results in HTTP header without colon in request https://bugs.openjdk.java.net/browse/JDK-8185898 According to RFC 2616 <https://tools.ietf.org/html/rfc2616#secti

RFR: 8185898: setRequestProperty(key, null) results in HTTP header without colon in request

2019-07-31 Thread Julia Boes
Hi, Please find below a patch for: 8185898: setRequestProperty(key, null) results in HTTP header without colon in request https://bugs.openjdk.java.net/browse/JDK-8185898 According to RFC 2616 , message headers of a HTTP message must adhere to

Re: [teststabilization] RFR: 8226825: Replace wildcard address with loopback or local host in tests - part 19

2019-06-27 Thread Julia Boes
Hi, Thanks Brian and Chris for your comments! I incorporated the changes. Here's the updated webrev: http://cr.openjdk.java.net/~dfuchs/jboes/webrev_8226825/webrev.01/ Cheers, Julia On 26/06/2019 21:32, Chris Hegarty wrote: Julia, On 26 Jun 2019, at 18:33, Julia Boes wrote

[teststabilization] RFR: 8226825: Replace wildcard address with loopback or local host in tests - part 19

2019-06-26 Thread Julia Boes
Hi, Please find below a patch for: 8226825: Replace wildcard address with loopback or local host in tests - part 19 https://bugs.openjdk.java.net/browse/JDK-8226825 webrev: http://cr.openjdk.java.net/~dfuchs/jboes/webrev_8226825/webrev/ - Replaced wildcard address with loopback or localho

<    1   2   3