mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-18 07:06:13 +03:00
13 lines
294 B
Plaintext
13 lines
294 B
Plaintext
<%@page contentType="text/html" pageEncoding="UTF-8"%>
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>JSP Page</title>
|
|
</head>
|
|
<body>
|
|
<p><%= request.getParameter( "data" ) %></p>
|
|
</body>
|
|
</html>
|