RFR 8114860: Behavior of java.net.URLPermission.getActions() contradicts spec

2016-06-10 Thread vyom
Hi All, Please review the below fix. Bug : JDK-8114860 Behavior of java.net.URLPermission.getActions() contradicts spec Webrev : http://cr.openjdk.java.net/~vtewari/8114860/webrev0.0/index.html

RFR 8071660 :URLPermission not handling empty method lists correctly

2016-06-10 Thread vyom
Hi All, Please review the below fix. Bug : JDK-8071660 URLPermission not handling empty method lists correctly Webrev : http://cr.openjdk.java.net/~vtewari/8071660/webrev0.0/index.html Thanks, Vyom

Re: RFR JDK-8157273: Simplify outgoing messages queueing policy in WebSocket API

2016-06-10 Thread Pavel Rappo
> On 10 Jun 2016, at 11:09, Simone Bordet wrote: > > Hi, > > On Thu, Jun 9, 2016 at 3:20 PM, Pavel Rappo wrote: >> Yes, you are correct. Here are some reasons behind this decision: >> >> 1. This is more friendly. One doesn't *have to*

Re: RFR JDK-8157273: Simplify outgoing messages queueing policy in WebSocket API

2016-06-10 Thread Simone Bordet
Hi, On Thu, Jun 9, 2016 at 3:20 PM, Pavel Rappo wrote: > Yes, you are correct. Here are some reasons behind this decision: > > 1. This is more friendly. One doesn't *have to* carefully build a tree of CS > dependencies. This is a bit weak. On the other hand is less

Re: RFR JDK-8157273: Simplify outgoing messages queueing policy in WebSocket API

2016-06-10 Thread Chris Hegarty
Looks fine. -Chris. On 09/06/16 11:54, Pavel Rappo wrote: Hi, Could you please review the following change for JDK-8157273? http://cr.openjdk.java.net/~prappo/8157273/webrev.01/ This change addresses some WebSocket API refinements and enhancements from [1]. Currently WebSocket API allows