|
|
@@ -197,7 +197,7 @@ public class SSOInterceptor extends AbstractSSOInterceptor {
|
|
|
List<ResourceItem> resources = resourceItemDao.findAll();
|
|
|
for (ResourceItem resource : resources) {
|
|
|
Collection<ConfigAttribute> configAttributes = new ArrayList<ConfigAttribute>();
|
|
|
- ConfigAttribute configAttribute = new SecurityConfig(resource.getName());
|
|
|
+ ConfigAttribute configAttribute = new SecurityConfig(resource.getDesc());
|
|
|
configAttributes.add(configAttribute);
|
|
|
resourceMap.put(resource.getMethod() + ":" + resource.getUrl(), configAttributes);
|
|
|
}
|