RE: Proxies

2016-10-06 Thread Mark A. Claassen
Thanks for your reply. We used to use JWS, but have decided not move away from that technology. The proxy issue is my biggest problem right now. If the system would know that a proxy is involved, pick it, and use whatever native authentication mechanism it might need, I would be all set.

Re: Proxies

2016-10-06 Thread Bernd Eckenfels
Hello, Java HTTP clients (HTPURLConnection) can use a limited functionality of the system proxy. If you use Applet/JWS it is also configured on the cotnrol panel. http://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html You can also access system key and trust stores (with limited

Proxies

2016-10-06 Thread Mark A. Claassen
After asking some questions at JavaOne, I was told I could get more complete answers here. My question is about authentication mechanisms and support for native network configurations. Is the new client going to have access to the system proxy configuration settings? It would be nice if

RFR(L): 8167295: Contribute further changes from SAP to native parts of libnet/libnio

2016-10-06 Thread Langer, Christoph
Hi, I'm looking to contribute a few of our diffs in the network area to OpenJDK. This is the bug: https://bugs.openjdk.java.net/browse/JDK-8167295 This is the webrev: http://cr.openjdk.java.net/~clanger/webrevs/8167295.0/ Besides minor cleanups, initializations and fixes, the main thing that

Re: RFR 8163482: java.net.URLPermission.getActions() adds a trailing colon when header-names is empty

2016-10-06 Thread Chris Hegarty
> On 6 Oct 2016, at 08:31, Vyom Tewari wrote: > > Hi All, > > Please find the spec change for below issue. > > BugId : https://bugs.openjdk.java.net/browse/JDK-8163482 > > Webrev : http://cr.openjdk.java.net/~vtewari/8163482/webrev0.0/index.html >

Re: RFR 8163482: java.net.URLPermission.getActions() adds a trailing colon when header-names is empty

2016-10-06 Thread Vyom Tewari
On Thursday 06 October 2016 03:04 PM, Daniel Fuchs wrote: Hi Vyom, So if I understand well, the class level API documentation allowed for the colon to be either omitted or present: 121 * 122 * The colon separator need not be present if the request headers list is empty. but the

Re: RFR 8163482: java.net.URLPermission.getActions() adds a trailing colon when header-names is empty

2016-10-06 Thread Daniel Fuchs
Hi Vyom, So if I understand well, the class level API documentation allowed for the colon to be either omitted or present: 121 * 122 * The colon separator need not be present if the request headers list is empty. but the getActions() javadoc indicated that the colon would be omitted if

RFR 8163482: java.net.URLPermission.getActions() adds a trailing colon when header-names is empty

2016-10-06 Thread Vyom Tewari
Hi All, Please find the spec change for below issue. BugId : https://bugs.openjdk.java.net/browse/JDK-8163482 Webrev : http://cr.openjdk.java.net/~vtewari/8163482/webrev0.0/index.html The reason of this change is