Issue Details (XML | Word | Printable)

Key: DIRSERVER-302
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Alex Karasulu
Reporter: Trustin Lee
Votes: 0
Watchers: 0
Operations

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

ExceptionService bypasses all interceptors in the chain.

Created: 11/Aug/05 02:10 PM   Updated: 10/Feb/06 12:34 PM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Resolution Date: 11/Aug/05 02:11 PM


 Description  « Hide
ExecptionService interceptor performs operation on nexus directly, and therefore other interceptors which are next to ExceptionService can't affect operations such as hasEntry, lookup, and search. ExceptionService should invoke the operations on the next interceptor.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #231400 Thu Aug 11 05:10:58 UTC 2005 trustin A fix for DIREVE-217
* Replaced direct calls to the nexus with calls to the nextInterceptor.
Files Changed
MODIFY /directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/exception/ExceptionService.java