Mladen,
On 7/8/2011 11:44 PM, Mladen Turk wrote:
> On 07/09/2011 04:14 AM, Christopher Schultz wrote:
>> All,
>>
>> I've been working in AprLifecycleListener to add FIPS support. I need to
>> make an additional native method call in initializeSSL and I'm wondering
>> why all of the native methods
On 07/09/2011 04:14 AM, Christopher Schultz wrote:
All,
I've been working in AprLifecycleListener to add FIPS support. I need to
make an additional native method call in initializeSSL and I'm wondering
why all of the native methods are called using reflection instead of
direct method calls.
T
All,
I've been working in AprLifecycleListener to add FIPS support. I need to
make an additional native method call in initializeSSL and I'm wondering
why all of the native methods are called using reflection instead of
direct method calls.
The SSL class, for instance, and the AprLifecycleListene