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 59b8518 commit 8732533Copy full SHA for 8732533
web/WEB-INF/web.xml
@@ -40,6 +40,18 @@
40
<welcome-file-list>
41
<welcome-file>faces/potage.xhtml</welcome-file>
42
</welcome-file-list>
43
+ <!-- <security-constraint>
44
+ <web-resource-collection>
45
+ <web-resource-name>potage</web-resource-name>
46
+ <url-pattern>/*</url-pattern>
47
+ </web-resource-collection>
48
+ <auth-constraint>
49
+ <role-name>potage</role-name>
50
+ </auth-constraint>
51
+ </security-constraint>
52
+ <login-config>
53
+ <auth-method>BASIC</auth-method>
54
+ </login-config>-->
55
<error-page>
56
<exception-type>javax.faces.application.ViewExpiredException</exception-type>
57
<location>/expired.xhtml</location>
0 commit comments