We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765b734 commit 7682358Copy full SHA for 7682358
servlet/servlet-security/src/main/webapp/WEB-INF/web.xml
@@ -45,7 +45,7 @@
45
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
46
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
47
version="3.1">
48
- <deny-uncovered-http-methods/>
+ <!--<deny-uncovered-http-methods/>-->
49
<security-constraint>
50
<web-resource-collection>
51
<web-resource-name>SecureServlet</web-resource-name>
0 commit comments