|
|
@@ -167,7 +167,7 @@ public class SSOInterceptor extends AbstractSSOInterceptor {
|
|
|
*/
|
|
|
private void accessDecision(HttpServletRequest request, User user, HttpServletResponse response) throws IOException {
|
|
|
Collection<ConfigAttribute> configAttributes = getAttributes(request);
|
|
|
- if (null == configAttributes || configAttributes.size() == 0 || user.isSys()) {
|
|
|
+ if (null == configAttributes || configAttributes.size() == 0 || user.isSys() || user.getUserUU() < 0) {
|
|
|
return;
|
|
|
}
|
|
|
// if (null == authorities || !authorities.containsKey(user.getUserUU())) {
|