Re: Customizing SSL with jdbc

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Customizing SSL with jdbc
Дата
Msg-id Pine.BSO.4.56.0409151722100.5001@leary.csoft.net
обсуждение исходный текст
Ответ на Re: Customizing SSL with jdbc  (Oliver Jowett <oliver@opencloud.com>)
Ответы Re: Customizing SSL with jdbc
Список pgsql-jdbc

On Thu, 16 Sep 2004, Oliver Jowett wrote:

> I'm not sure how that extra level of indirection gives you anything.
> Haven't you just gone from "how do I configure my new SSLSocketFactory
> instance without context?" to "how do I configure my new
> SSLSocketFactoryFactory instance without context?" ?

The class itself is the context. That is, if you need to say have a number
of keystore locations each one gets its own wrapper factory class.  Its
definitely ugly, but so is programmatically setting things on the
org.postgresql.Driver class.  That approach also requires you getting in
there to touch the Driver class before a connection is established, which
is unclear to me how to accomplish in an application server environment
where a pool is setup for you.

Kris Jurka

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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: Problem with dollar-quoted CREATE OR REPLACE FUNCTION
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: Customizing SSL with jdbc