Description
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.