https://issues.apache.org/bugzilla/show_bug.cgi?id=49075
Felix Schumacher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #25246|0 |1 is obsolete| | --- Comment #1 from Felix Schumacher <[email protected]> 2010-04-08 18:36:06 UTC --- Created an attachment (id=25247) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25247) null-pointer guard for User and make unmodifiable list modifiable Since User#roles is unmodifiable, a UnsupportedOperationException will be thrown in JNDIRealm#getRoles(DirContext, User). A second patch will create a new ArrayList from User#roles to allow getRoles to modify it. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
