<AWT Dev> [9] Review request for 8081787: [macosx] MalformedURLException is thrown during reading data for application/x-java-url; class=java.net.URL flavor
mikhail cherkasov
mikhail.cherkasov at oracle.com
Wed Jul 1 11:27:24 UTC 2015
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.
More information about the awt-dev
mailing list