Re: RFR: 8014723: sun/misc/URLClassPath/ClassnameCharTest.java failing

2013-05-31 Thread Alan Bateman
On 30/05/2013 17:49, Michael McMahon wrote: http://cr.openjdk.java.net/~michaelm/8014723/webrev.1/ regression caused by the HttpURLPermission implemenation not using the raw URI accessor methods. Some other changes are coming to this class, but I just want to fix this problem separately. Thank

Re: RFR: 8014723: sun/misc/URLClassPath/ClassnameCharTest.java failing

2013-05-31 Thread Chris Hegarty
Thanks for the additional update to the ProblemList Michael. The source change looks fine to me. I assume that all encoding, as with URL, needs to be done at the application level. Since you are effectively using the single arg URI constructor, then all accessors should use the raw form. -Ch

Re: RFR: 8014723: sun/misc/URLClassPath/ClassnameCharTest.java failing

2013-05-30 Thread Michael McMahon
This also fixes 8014720. So, I should have included the removal of the relevant test from ProblemList.txt diff -r b4742d038100 test/ProblemList.txt --- a/test/ProblemList.txtTue May 28 15:22:30 2013 +0200 +++ b/test/ProblemList.txtThu May 30 18:04:17 2013 +0100 @@ -199,12 +199,6 @@ # 714