You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

HTML_Comment_in_JSP.jsp 575 B

2 years ago
12345678910111213
  1. <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
  2. pageEncoding="ISO-8859-1"%>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  4. <html>
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  7. <title>HTTP Splitting</title>
  8. </head>
  9. <body>
  10. <% response.sendRedirect("https://aa.com/test.php"); %> <%-- // good HTML Comment in JSP file --%>
  11. <!-- this is an html comment.it will show up int the response. --> <%-- // bad HTML Comment in JSP file --%>
  12. </body>
  13. </html>

No Description

Contributors (1)