<AWT Dev> [9] Review request for 8081787: [macosx] MalformedURLException is thrown during reading data for application/x-java-url; class=java.net.URL flavor

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Thu Jul 2 19:00:51 UTC 2015


Hi, Mikhail.
The test will be useful, at least for verification. On my osx for 
example the test from the bug description fails with 
UnsupportedFlavorException: application/x-java-url

On 01.07.15 14:27, mikhail cherkasov wrote:
> Hi there,
>
> Could you please review a fix for:
> 8081787 [macosx] MalformedURLException is thrown during reading data 
> for application/x-java-url;class=java.net.URL flavor
> https://bugs.openjdk.java.net/browse/JDK-8081787
>
> http://cr.openjdk.java.net/~mcherkas/8081787.8/webrev.01/src/macosx/classes/sun/lwawt/macosx/CDataTransferer.java.udiff.html 
>
>
> Mac Os X pasteboard returns a property list that consists of one URL, 
> but our code supposes to get pure URL. I added extracting URL before 
> passing
> text to URL ctor.
>
> I'm not sure how to implement a test for the fix, to test it properly 
> we need a particular content in pasteboard, I don't know how to get this
> without manual coping it.
>
> Thanks,
> Mikhail.
>


-- 
Best regards, Sergey.



More information about the awt-dev mailing list