|
Current implementation of ApacheDS core doesn't work well if a user tries to create another initial context with differend PROVIDER_URL (root DN); it just returns previous context with previous root DN, and it becomes a problem if user tried to call 'new InitialContext()' with different PROVIDER_URL.
|