Issue Details (XML | Word | Printable)

Key: DIRSERVER-446
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Alex Karasulu
Reporter: Enrique Rodriguez
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Directory ApacheDS

Addition of ExprNode to environment props causing tight coupling of LDAP wire protocol to ApacheDS core

Created: 09/Sep/05 12:10 AM   Updated: 15/Feb/09 01:31 PM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Resolution Date: 23/Sep/05 03:34 PM


 Description  « Hide
SearchHandler.java:114 adds a filter created by the LDAP wire protocol to the context environment, for use by the JNDI provider. This causes an issue decoupling the LDAP protocol provider from the backing store. This issue arises with the OSGi container, resulting in a NoClassDefFoundError unless the filter package is shared between apacheds-core and ldap-protocol.

At this point in the code there is an old note discussing the need to improve this "Eve JNDI Provider Specific Hack."


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Alex Karasulu added a comment - 23/Sep/05 03:34 PM

Emmanuel Lecharny added a comment - 15/Feb/09 01:31 PM
closed