解决Jenkins登录302重定向导致无法登录

jenkins登录页面一直登录不进不去,保证用户名密码正确的前提下。

Google出来官方解释:https://issues.jenkins-ci.org/browse/JENKINS-17105

文档:http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Common_Attributes

解决: 

升级tomcat8正式版本上


或者在tomcat的配置目录的content.xml文件的Context节点后面加属性sessionCookiePathUsesTrailingSlash为false即

<Context sessionCookiePathUsesTrailingSlash=“false”>



猜你喜欢

转载自blog.csdn.net/tengxing007/article/details/78791287
今日推荐