Skip to content

Commit 672e8ef

Browse files
author
Martin Martinez Rivera
committed
Add more test error pages
1 parent c575c1a commit 672e8ef

5 files changed

Lines changed: 25 additions & 0 deletions

File tree

test/resources/errorPages/401.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<html>
2+
<body>
3+
401 Error Page
4+
</body>
5+
</html>

test/resources/errorPages/403.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<html>
2+
<body>
3+
403 Error Page
4+
</body>
5+
</html>

test/resources/errorPages/405.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<html>
2+
<body>
3+
405 Error Page
4+
</body>
5+
</html>

test/resources/errorPages/415.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<html>
2+
<body>
3+
415 Error Page
4+
</body>
5+
</html>

test/resources/errorPages/500.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<html>
2+
<body>
3+
500 Error Page
4+
</body>
5+
</html>

0 commit comments

Comments
 (0)