I haven't tried it myself, but I did get a bug report from someone trying to do that. The bug was fixed, so I think it is working now.
SecurityFilter doesn't come with any realm implementations(*), but you can use the CatalinaRealmAdapter to wrap a realm from Tomcat that will do password encryption for you. -Max (*) It does come with a trivial realm for the example app, a SimpleRealmBase class that can be extended if you want to write your own simple realm and not have to deal with Principal objects, and it comes with the CatalinaRealmAdapter, which allows you to use any of the realm implementations that come with Tomcat. On Wed, 2003-11-05 at 23:12, Mike Duffy wrote: > Does anyone know if SecurityFilter supports encrypted passwords for a DB realm, or > must passwords > be stored in plain text? > > http://securityfilter.sourceforge.net/ > > Thanks! > > Mike > > __________________________________ > Do you Yahoo!? > Protect your identity with Yahoo! Mail AddressGuard > http://antispam.yahoo.com/whatsnewfree > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Max Cooper <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

