Re: UrlEncodedQueryString CCC request

2007-10-11 Thread Richard Kennard
Michael (Paul? Marc?), Looking at the JSR311 URIBuilder, and with respect to Mark (Reinhold)'s concerns, I actually don't think there is much of an overlap between them. Specifically: 1) javax.ws.rs.core.UriBuilder seems primarily concerned with building URIs by leveraging UriTemplates 2) ja

Strange problem w/ RMI HTTP to CGI socket factory

2007-10-11 Thread Sarel Botha
Hi All, This problem seems strange to me and I don't know where to look to resolve it. The RMIHttpToCGISocketFactory class is working well for me. I call RMISocketFactory.setSocketFactory(new RMIHttpToCGISocketFactory ()), then Naming.lookup() and all is well. However, I need to customize th

Re: [Fwd: PlainSocketImpl.socketGetOption1() ?]

2007-10-11 Thread Roman Kennke
Hi again, > May I propose the attached patch to fix? For some reason, the original patch contained a typo (don't ask. Stupid IDEs). Here's the corrected one. /Roman -- Dipl.-Inform. (FH) Roman Kennke, Software Engineer, http://kennke.org aicas Allerton Interworks Computer Automated Systems Gm

Re: [Fwd: PlainSocketImpl.socketGetOption1() ?]

2007-10-11 Thread Roman Kennke
Hi Christopher, > This method was added as part of the changes for 4868820: "IPv6 support > for Windows XP and 2003 server", back in 1.5. But I cannot see anywhere > that it is called, or as you said even implemented, even when it was > originally added. I suspect that it was left over from som