summaryrefslogtreecommitdiffstats
path: root/base/server/upgrade/10.0.6
Commit message (Collapse)AuthorAgeFilesLines
* Replaced auth.properties with acl.properties.Endi S. Dewata2013-11-201-0/+4
The ACL mapping files have been renamed from auth.properties to acl.properties to match the actual content and moved into the subsystem conf folder. The authentication method mapping files have been extracted from the interceptor into actual files. The ACLInterceptor and AuthMethodInterceptors have been modified to read the default mapping first, then overwrite it with custom mapping if it exists in the subsystem folder. The UpdateAuthzProperties upgrade script has been replaced with RemoveAuthProperties that will remove the old auth.properties.