Schema is no longer served
--------------------------
Key: DIRSERVER-694
URL: http://issues.apache.org/jira/browse/DIRSERVER-694
Project: Directory ApacheDS
Issue Type: Bug
Affects Versions: pre-1.0
Reporter: Jörg Henne
Due to two problems, the schema was no longer returned from a search in 1.0-trunks:
- the LdapDN is normalized once it hits the SchemaService and therefore no longer matched
- the ExceptionService essentially had the same problem.
As I considered the hard-coded subschemaSubentry DN in the ExceptionService bad design anyway,
I got rid of the check and let the SchemaService properly handle the hasEntry() call.
Patch follows.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|