Re: RFR: 8172253 SetIfModifiedSince.java test fails with http return code 404

2017-01-13 Thread Chris Hegarty
On 13/01/17 16:42, Daniel Fuchs wrote: On 13/01/17 16:37, Michael McMahon wrote: Could I get the following test change reviewed please? Macos test failure almost certainly caused by the use of a system proxy. Fix is to explicitly specify that proxy must not be used. http://cr.openjdk.java.ne

Re: RFR: 8172253 SetIfModifiedSince.java test fails with http return code 404

2017-01-13 Thread Daniel Fuchs
On 13/01/17 16:37, Michael McMahon wrote: Could I get the following test change reviewed please? Macos test failure almost certainly caused by the use of a system proxy. Fix is to explicitly specify that proxy must not be used. http://cr.openjdk.java.net/~michaelm/8172253/webrev.1/ Thanks, Mic

RFR: 8172253 SetIfModifiedSince.java test fails with http return code 404

2017-01-13 Thread Michael McMahon
Could I get the following test change reviewed please? Macos test failure almost certainly caused by the use of a system proxy. Fix is to explicitly specify that proxy must not be used. http://cr.openjdk.java.net/~michaelm/8172253/webrev.1/ Thanks, Michael