DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29048>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29048 Request changes to java permissions in DataSourceRealm ------- Additional Comments From [EMAIL PROTECTED] 2004-05-18 08:04 ------- You can achieve it the other (simpler, imho) way round. Provided that you have the table containing user data (username, password) as well as its status (say locked), All you have to do is to create a view selecting only unlocked account table rows and make your DataSourceRealm use this view instead of the table. I see no point in bloating DSR with user-specific/app-specific functionality. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]