Permission error on user profile page after adding SSH key
症状
After adding SSH key on user profile page, the page load with permission error.
The following appears in the atlassian-stash.log
with debug logging:
2013-03-25 11:50:20,318 DEBUG [http-bio-7990-exec-737] 0123 710x9052x1 199drao 43.9.31.202,43.2.136.66 "GET /admin/users/more-members HTTP/1.1" c.a.s.r.e.ServiceExceptionMapper Mapping ServiceException to REST response 401
com.atlassian.stash.exception.AuthorisationException: You are not permitted to access this resource
at com.atlassian.stash.internal.aop.ExceptionRewriteAdvice.afterThrowing(ExceptionRewriteAdvice.java:35) ~[stash-platform-2.0.3.jar:na]
at sun.reflect.GeneratedMethodAccessor1326.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_15]
at java.lang.reflect.Method.invoke(Method.java:601) ~[na:1.7.0_15]
at org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor.invokeHandlerMethod(ThrowsAdviceInterceptor.java:144) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
原因
This is a bug in Stash when the username is a numeric starting with zero: - STASH-3285Getting issue details... STATUS
ソリューション
Upgrade to Stash 2.3.1+
Last modified on Mar 30, 2016
Powered by Confluence and Scroll Viewport.