[Bug 58590] org.apache.catalina.realm.MemoryRealm can use backgroundProcess() to reload tomcat-users.xml when it changes

2018-11-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58590 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[Bug 58590] org.apache.catalina.realm.MemoryRealm can use backgroundProcess() to reload tomcat-users.xml when it changes

2018-11-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58590 recrute changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 58590] org.apache.catalina.realm.MemoryRealm can use backgroundProcess() to reload tomcat-users.xml when it changes

2018-09-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58590 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 58590] org.apache.catalina.realm.MemoryRealm can use backgroundProcess() to reload tomcat-users.xml when it changes

2015-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58590 --- Comment #3 from Christopher Schultz --- Two things: 1. If possible, look at the UserDatabase class to see if you can get that to reload instead of the Realm. If you think about e.g. DatsSourceRealm, it makes more sense to "reload" the data

[Bug 58590] org.apache.catalina.realm.MemoryRealm can use backgroundProcess() to reload tomcat-users.xml when it changes

2015-11-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58590 --- Comment #2 from Aidan --- (In reply to Konstantin Kolinko from comment #1) Hi Konstantin, > 1. Code conventions: > http://tomcat.apache.org/getinvolved.html > > Actually Sun's conventions but with spaces instead of tabs. Ok, I can edit

[Bug 58590] org.apache.catalina.realm.MemoryRealm can use backgroundProcess() to reload tomcat-users.xml when it changes

2015-11-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58590 --- Comment #1 from Konstantin Kolinko --- 1. Code conventions: http://tomcat.apache.org/getinvolved.html Actually Sun's conventions but with spaces instead of tabs. 2. backgroundProcess() runs frequently. I see no need to perform this work o