forbiddenpage.jsp.svn-base

来自「用于JAVA的Web的权限过滤器」· SVN-BASE 代码 · 共 12 行

SVN-BASE
12
字号
<%@page contentType="text/html; charset=GBK" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>SecurityFilter Example Application: Forbidden Secure Page</title>
</head>
<body>
<h1>SecurityFilter Example Application: Forbidden Secure Page</h1>
<%@include file="/menu.jsp" %>
Welcome <%=request.getRemoteUser()%>, you are viewing a secure page. But something went wrong because you aren't authorized to see it!</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?