提交 76c4c121 编写于 作者: K Kohsuke Kawaguchi

[JENKINS-23378] accept any user with any role

not just those who have one of the roles defined in this web.xml

The special role name $B!H(B*$B!I(B is a shorthand for all role names
defined in the deployment descriptor. The special role name $B!H(B**$B!I(B is a
shorthand for any authenticated user independent of role. When
the special role name $B!H(B**$B!I(B appears in an authorization constraint,
it indicates that any authenticated user, independent
of role, is authorized to perform the constrained requests.
上级 8713646a
......@@ -175,7 +175,7 @@ THE SOFTWARE.
<!--http-method>GET</http-method-->
</web-resource-collection>
<auth-constraint>
<role-name>*</role-name>
<role-name>**</role-name>
</auth-constraint>
</security-constraint>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册