Home / examples / authz / servlet-authz / src / main / webapp / accessDenied.jsp
<html> <body> <h2 style="color: red">You can not access this resource.</h2> <%@include file="logout-include.jsp"%> </body> </html>