提交 b8cf1495 编写于 作者: W Wadeck Follonier

[JENKINS-60180] Disable HTTP TRACE

上级 fd932fef
......@@ -188,6 +188,16 @@ THE SOFTWARE.
</auth-constraint>
</security-constraint>
<!-- Disable TRACE method with security constraint (copied from jetty/webdefaults.xml) -->
<security-constraint>
<web-resource-collection>
<web-resource-name>Disable TRACE</web-resource-name>
<url-pattern>/*</url-pattern>
<http-method>TRACE</http-method>
</web-resource-collection>
<auth-constraint />
</security-constraint>
<security-constraint>
<web-resource-collection>
<web-resource-name>other</web-resource-name>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册