Re: RFR JDK-8087113: Websocket API and implementation

2016-05-03 Thread Pavel Rappo
Hello, Here's an updated webrev with the latest implementation: http://cr.openjdk.java.net/~prappo/8087113/webrev.04/ If you're going to review it, please be advised that there is a number of known API and implementation issues yet to be resolved [1]. More API tests will be provided in the n

Re: RFR: 8155928: Remove hardcoded port numbers from httpclient/Security.java test

2016-05-03 Thread Roger Riggs
Hi Michael, test/java/net/httpclient/security/15.policy: line 15: - Should this policy file include the substitution for the ${port.number}? Otherwise, it still looks like it has a fixed port #. Roger On 5/3/2016 7:44 AM, Michael McMahon wrote: Some tests with hardcoded port numbers were

RFR: 8155928: Remove hardcoded port numbers from httpclient/Security.java test

2016-05-03 Thread Michael McMahon
Some tests with hardcoded port numbers were included in the initial http tests. The fix uses a driver to allocate a free port and pass it into the existing security test through a system property. http://cr.openjdk.java.net/~michaelm/8155928/webrev.1/index.html Thanks, Michael