Hi, I was working on this as part of resolving the bugzilla items in this and related areas. I have 80% of this ready to commit (and for JDBCRealm as well). Once I commit this, are you in a position to test it? The plan is that if it works I will back-port the patch to TC4 and TC5.0.x (if 5.5.x isn't stable by then). I should be in a position to commit something in the next day or so.
Mark > -----Original Message----- > From: Shinobu Kawai [mailto:[EMAIL PROTECTED] > Sent: Monday, October 18, 2004 2:59 AM > To: [EMAIL PROTECTED] > Subject: DataSourceRealm + DIGEST authentication > > > Hi all, > > I'm making a DataSourceRealm that works with DIGEST > authentication. I'm > planning to achieve this by extending DataSourceRealm and implementing > getPassword() and getPrincipal(). I would like to reuse the > credentials(Connection, String) and roles(Connection, String) methods, > but they are private. Is is possible to make these methods protected? > Or, is there a better way to achieve this? > > Relative bugzilla issues: > http://issues.apache.org/bugzilla/show_bug.cgi?id=19767 > http://issues.apache.org/bugzilla/show_bug.cgi?id=29048 > > TIA. > > Best regards, > -- Shinobu Kawai > > -- > Shinobu Kawai <[EMAIL PROTECTED]> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
