Move all the AT initialization out of Interceptor Init methods
--------------------------------------------------------------
Key: DIRSERVER-1596
URL: https://issues.apache.org/jira/browse/DIRSERVER-1596
Project: Directory ApacheDS
Issue Type: Improvement
Affects Versions: 1.5.7
Reporter: Emmanuel Lecharny
Fix For: 2.0.0-RC1
Right now, in order to spare us the time it takes to lookup for an AT, we have
created many static variables containing AttributeType, and they are
initialized in many Interceptor.init() methods.
This is really inefficient, and inelegant.
We should rather initialize those variables in some shared place.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.