Details
Description
When deploying a project using shiro on Tomcat, users.properties file could be referenced as classpath files, with condition in PropertiesRealm.afterRoleCacheSet() at line 166, automatic file reloading is impossible.
if (this.resourcePath.startsWith(ResourceUtils.FILE_PREFIX) && scheduler != null) {
startReloadThread();
}