https://bz.apache.org/bugzilla/show_bug.cgi?id=65351
--- Comment #3 from cklein05 <c.kl...@datagis.com> --- That way it should work again :) Nor sure whether I can help much with that decision. The UserDatabaseRealm is the default one and MemoryRealm's Realm states it's not intended for production use. Changing this will be a lot of work and could only be done for the HEAD version (otherwise we'll use the live update feature for existing setups - same as with my initial PR). Since I'm interested in porting back my enhancement (which now honors live updates of the UserDatabase with the UserDatabaseRealm as well), I favor a solution that works for all versions of Tomcat. Also, for my mind, MemoryRealm has some more drawbacks so, I don't recommend making it the new standard Realm: - Unfortunate realm name: People know what a UserDatabase is. Although they might as well know what Memory is, due to the realm's name it's not so obvious, that this Realm is feed by the tomcat-users.xml file. - Location of the XML file must/could explicitly be specified by the (real) path through the 'pathname' configuration attribute. It's no JNDI resource. If you really want to remove UserDatabaseRealm, could this probably be done AFTER my enhancement is in place (hopefully) and ported back to the other versions? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org