提交 63afbdee 编写于 作者: K Kohsuke Kawaguchi

chain the root cause.

This allows HudsonAuthenticationEntryPoint to access which permission was needed
上级 951b9a08
......@@ -170,7 +170,7 @@ public class ExceptionTranslationFilter implements Filter, InitializingBean {
}
sendStartAuthentication(request, response, chain, new InsufficientAuthenticationException(
"Full authentication is required to access this resource"));
"Full authentication is required to access this resource",exception));
}
else {
if (logger.isDebugEnabled()) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册