Re: RFR: 8012261: update policytool to support java.net.HttpURLPermission

2013-05-17 Thread Weijun Wang
Hi Christophe No regression test. If there is an existing manual test checking all permissions supported, I'll be glad to update the description to cover this new type. Thanks Max On 5/18/13 5:01 AM, Christophe Ravel wrote: Hi Max, What is your plan for regression tests for this change ?

Re: RFR: 8012261: update policytool to support java.net.HttpURLPermission

2013-05-17 Thread Sean Mullan
Looks fine to me. --Sean On 05/16/2013 10:17 PM, Weijun Wang wrote: Hi All Please take a look at http://cr.openjdk.java.net/~weijun/8012261/webrev.00/ which supports the new HttpURLPermission type introduced in 8010464: Evolve java networking same origin policy http://hg.open

Re: 8010464 (was Re: RFR: 8012261: update policytool to support java.net.HttpURLPermission)

2013-05-17 Thread Chris Hegarty
On 17/05/2013 11:07, Weijun Wang wrote: On 5/17/13 5:50 PM, Tom Hawtin wrote: On 17/05/2013 03:17, Weijun Wang wrote: which supports the new HttpURLPermission type introduced in 8010464: Evolve java networking same origin policy http://hg.openjdk.java.net/jdk8/tl/jdk/rev/93a268759ec3 Not

8010464 (was Re: RFR: 8012261: update policytool to support java.net.HttpURLPermission)

2013-05-17 Thread Weijun Wang
On 5/17/13 5:50 PM, Tom Hawtin wrote: On 17/05/2013 03:17, Weijun Wang wrote: which supports the new HttpURLPermission type introduced in 8010464: Evolve java networking same origin policy http://hg.openjdk.java.net/jdk8/tl/jdk/rev/93a268759ec3 Not looked through it thoroughly, b

Re: RFR: 8012261: update policytool to support java.net.HttpURLPermission

2013-05-17 Thread Tom Hawtin
On 17/05/2013 03:17, Weijun Wang wrote: which supports the new HttpURLPermission type introduced in 8010464: Evolve java networking same origin policy http://hg.openjdk.java.net/jdk8/tl/jdk/rev/93a268759ec3 Not looked through it thoroughly, but are we sure we want url.toString()? T

RFR: 8012261: update policytool to support java.net.HttpURLPermission

2013-05-16 Thread Weijun Wang
Hi All Please take a look at http://cr.openjdk.java.net/~weijun/8012261/webrev.00/ which supports the new HttpURLPermission type introduced in 8010464: Evolve java networking same origin policy http://hg.openjdk.java.net/jdk8/tl/jdk/rev/93a268759ec3 Noreg-trivial. Thanks Max