-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 2.3.0
-
Component/s: None
-
None
When a user attempts to log in that does not have access to Stash (unlicensed user), Stash writes a WARN message to the log.
2013-04-02 22:32:05,689 WARN [http-bio-9080-exec-408] 1352x156057x16 bfp2r6 101.99.42.194,172.16.1.187 "GET /login HTTP/1.1" c.a.s.i.web.auth.LoginController Authentication failed with an unexpected error type
org.springframework.security.authentication.DisabledException: You do not have permission to access Stash.
at com.atlassian.stash.internal.spring.security.PluginAuthenticationProvider.authenticate(PluginAuthenticationProvider.java:66) ~[PluginAuthenticationProvider.class:na]
at sun.reflect.GeneratedMethodAccessor359.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) ~[na:1.6.0_27]
at java.lang.reflect.Method.invoke(Method.java:597) ~[na:1.6.0_27]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317) ~[spring-aop-3.2.1.RELEASE.jar:3.2.1.RELEASE]