Task #2517
Bug #2516: cn.getLogRecords() errors vs. cn-dev
refactor IdentityManager's CNIdentityLDAPImpl.getSubjectInfo() to throw NotFound
Status:
Rejected
Priority:
Normal
Assignee:
Category:
d1_identity_manager
Target version:
Start date:
2012-03-22
Due date:
% Done:
0%
Milestone:
CCI-1.0.0
Product Version:
*
Story Points:
Sprint:
Description
caution: the added unhandled exception will likely cause other dependent packages to fail.
History
#1 Updated by Rob Nahf over 12 years ago
- Subject changed from refactor identityManager.getSubjectInfo to throw NotFound to refactor IdentityManager's CNIdentityLDAPImpl.getSubjectInfo() to throw NotFound
#2 Updated by Rob Nahf over 12 years ago
- Status changed from New to Rejected
there's not a clean way to produce a NotFound from the LDAP exception, (would have to do a string match on the exception message), and can work around in the SessionAuthorizationFilter with much lower impact to other applications that use the IdentityManager.