Quantcast
Channel: developerWorks Lotus: Notes/Domino Fix List
Viewing all articles
Browse latest Browse all 9171

SODY7VJGJ8 - In previous releases, an UnsupportedOperationException will be thrown when you run...

$
0
0
SPR# SODY7VJGJ8 - In previous releases, an UnsupportedOperationException will be thrown when you run the following code snippet in XPD: SocketAddress proxyaddress = new InetSocketAddress("myproxyserver.com", 8080); Proxy myProxy = new Proxy(Proxy.Type.HTTP, proxyaddress ); URLConnection myConnection = myURL.openConnection(myProxy ); Caused by: java.lang.UnsupportedOperationException at org.eclipse.osgi.framework.internal.protocol.URLStreamHandlerFactoryProxyFor15. openConnection(URLStreamHandlerFactoryProxyFor15.java:37) at java.net.URL.openConnection(URL.java:992) This problem has been indirectly fixed in this release.

Viewing all articles
Browse latest Browse all 9171

Trending Articles