Re: A solution to the SSL customizing problem

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: A solution to the SSL customizing problem
Дата
Msg-id 416F5FE2.1040402@opencloud.com
обсуждение исходный текст
Ответ на Re: A solution to the SSL customizing problem  (Ulrich Meis <kenobi@halifax.rwth-aachen.de>)
Ответы Re: A solution to the SSL customizing problem
Re: A solution to the SSL customizing problem
Список pgsql-jdbc
Ulrich Meis wrote:
> On Friday 15 October 2004 05:35, Oliver Jowett wrote:
>>This doesn't look right, what is '&urlServer&'?
>>
>>>+         Object[] args = { info.getProperty("&urlServer&"),
>>>info.getProperty("sslfactoryargs") };
>
> In parseURL I added a line to set that property to the connection url string
> without parameters. It's the easiest way I am aware of to get the exact url
> down to makeSSL. Since parseURL simply splits parameters upon & and doesn't
> convert escaped &s, I used the &s to make absolutely sure that this property
> never clashes with a real url parameter - also that wouldn't actually matter.
> If nothing else, it makes it obvious that this is internal.

Ouch, that's a bit nasty.

Why exactly would a SSLSocketFactory implementation need to know the
original URL?

-O

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Ulrich Meis
Дата:
Сообщение: Re: A solution to the SSL customizing problem
Следующее
От: Markus Schaber
Дата:
Сообщение: Re: A solution to the SSL customizing problem