Skip to content

Commit

Permalink
fix: finish test site
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Aug 2, 2024
1 parent 6061b4c commit b0296ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jakarta-test/src/main/webapp/WEB-INF/jsp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
<title>OWASP Java Encoder Jakarta JSP Test</title>
</head>
<body>
<h1>Hello World!</h1>
You are likely looking for the test page located <a href="/jakarta-test/item/viewItems">here</a>.
</body>
</html>

0 comments on commit b0296ab

Please sign in to comment.