On Mon, 22 Oct 2012, Kris Jurka wrote:
> On 10/22/2012 7:56 PM, Scott Harrington wrote:
>> Hi everyone, please look over this patch.
>>
>> By introducing a simple org.postgresql.util.HostSpec to contain the
>> orignal caller-provided host and port, we never even need to call
>> InetSocketAddress.getHostName() or getHostString().
>
> I think this is exactly what we want. Attached is a slightly modified
> version that includes fixes to the MakeSSL classes.
Thanks Kris, not sure how I missed those.