RFR: 8014723: sun/misc/URLClassPath/ClassnameCharTest.java failing
Chris Hegarty
chris.hegarty at oracle.com
Fri May 31 01:02:59 PDT 2013
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.
-Chris.
On 05/30/2013 06:04 PM, Michael McMahon wrote:
> 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.txt Tue May 28 15:22:30 2013 +0200
> +++ b/test/ProblemList.txt Thu May 30 18:04:17 2013 +0100
> @@ -199,12 +199,6 @@
> # 7143960
> java/net/DatagramSocket/SendDatagramToBadAddress.java macosx-all
>
> -# 8014720
> -java/net/ResponseCache/B6181108.java generic-all
> -
> -# 8014723
> -sun/misc/URLClassPath/ClassnameCharTest.java generic-all
> -
> # 8014719
> sun/net/www/http/HttpClient/ProxyTest.java generic-all
>
>
>
> On 30/05/13 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.
>>
>> Thanks
>> Michael
>>
>>
>
More information about the net-dev
mailing list