Skip to content

Commit 7682358

Browse files
committed
Disabling tight security, otherwise index.jsp is not accessible for WildFly
1 parent 765b734 commit 7682358

File tree

1 file changed

+1
-1
lines changed
  • servlet/servlet-security/src/main/webapp/WEB-INF

1 file changed

+1
-1
lines changed

servlet/servlet-security/src/main/webapp/WEB-INF/web.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4646
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
4747
version="3.1">
48-
<deny-uncovered-http-methods/>
48+
<!--<deny-uncovered-http-methods/>-->
4949
<security-constraint>
5050
<web-resource-collection>
5151
<web-resource-name>SecureServlet</web-resource-name>

0 commit comments

Comments
 (0)