On 1 November 2011 14:46, Philippe Mouawad <philippe.moua...@gmail.com> wrote:
> Sorry about top post, I don't know how to change it .

You did change for this reply ...

> On Tue, Nov 1, 2011 at 3:41 PM, sebb <seb...@gmail.com> wrote:
>
>> Please don't top post; it's easier to follow the thread if it is in order.
>>
>> On 1 November 2011 14:34, Philippe Mouawad <philippe.moua...@gmail.com>
>> wrote:
>> > I wanted to add a property called keystore_eager_load=false (by default).
>>
>> That seems reasonable.
>>
>> But would it make sense to only load the keystore if it was requested,
>> e.g. via another property?
>>
>
> What do you mean ?

Rather than always load the keystore, we would only load it of the
property was present.

The method SSLManager.getKeyStore() already reads the System property
javax.net.ssl.keyStore.
However, the code defaults to loading the file user.home/.keystore
which may well be present on a user system.
We could just drop the default, in which case the user would need to
specify the system property.

This would be an incompatible change, but would affect very few people.

>>
>> Seems to me that the keystore is very rarely needed, or am I missing
>> something?
>>
>
> Yes it's true.
>
>>
>> > On Tue, Nov 1, 2011 at 3:32 PM, sebb <seb...@gmail.com> wrote:
>> >
>> >> On 1 November 2011 14:25, Philippe Mouawad <philippe.moua...@gmail.com>
>> >> wrote:
>> >> > Hello Sebb,
>> >> > Do you think JsseSSLManager should implement TestListener or is there
>> a
>> >> > better way to achieve this:
>> >> >
>> >> >   - Make JmeterKeyStore load Keystore at startup (in my proposition it
>> >> >   will load it at Test startup)
>> >> >
>> >>
>> >> The problem is that the keystore is only needed for some tests.
>> >> Ideally it should only be loaded when necessary.
>> >>
>> >>
>> >> > Thank you
>> >> > Regards
>> >> > Philippe
>> >> >
>> >> > On Tue, Nov 1, 2011 at 3:18 PM, <bugzi...@apache.org> wrote:
>> >> >
>> >> >> https://issues.apache.org/bugzilla/show_bug.cgi?id=52033
>> >> >>
>> >> >> --- Comment #13 from Philippe Mouawad <p.moua...@ubik-ingenierie.com
>> >
>> >> >> 2011-11-01 14:18:19 UTC ---
>> >> >> Hello,
>> >> >> You can achieve the first by setting:
>> >> >> - HTTPClient 3.1 or 4 as implementation
>> >> >> - setting https.use.cached.ssl.context=false
>> >> >>
>> >> >>
>> >> >> For the second , we will make it an option.
>> >> >> Regards
>> >> >> Philippe
>> >> >>
>> >> >> --
>> >> >> Configure bugmail:
>> >> >> https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
>> >> >> ------- You are receiving this mail because: -------
>> >> >> You are the assignee for the bug.
>> >> >>
>> >> >> ---------------------------------------------------------------------
>> >> >> To unsubscribe, e-mail: notifications-unsubscr...@jakarta.apache.org
>> >> >> For additional commands, e-mail:
>> notifications-h...@jakarta.apache.org
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >> > --
>> >> > Cordialement.
>> >> > Philippe Mouawad.
>> >> >
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: dev-unsubscr...@jakarta.apache.org
>> >> For additional commands, e-mail: dev-h...@jakarta.apache.org
>> >>
>> >>
>> >
>> >
>> > --
>> > Cordialement.
>> > Philippe Mouawad.
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@jakarta.apache.org
>> For additional commands, e-mail: dev-h...@jakarta.apache.org
>>
>>
>
>
> --
> Cordialement.
> Philippe Mouawad.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: dev-h...@jakarta.apache.org

Reply via email to