X-Git-Url: https://juplo.de/gitweb/?p=percentcodec;a=blobdiff_plain;f=examples%2Fspring%2Fsrc%2Fmain%2Fwebapp%2FWEB-INF%2Fviews%2Ffaulty-page.jsp;fp=examples%2Fspring%2Fsrc%2Fmain%2Fwebapp%2FWEB-INF%2Fviews%2Ffaulty-page.jsp;h=8718f54f78bb5c9d2785cd79cfd8ae5f249f2807;hp=0000000000000000000000000000000000000000;hb=5d90578261abb35e4c85162f411b6d63df043f6d;hpb=ddbf3839908b469d688cab195a370bdc613a41e5 diff --git a/examples/spring/src/main/webapp/WEB-INF/views/faulty-page.jsp b/examples/spring/src/main/webapp/WEB-INF/views/faulty-page.jsp new file mode 100644 index 00000000..8718f54f --- /dev/null +++ b/examples/spring/src/main/webapp/WEB-INF/views/faulty-page.jsp @@ -0,0 +1,17 @@ +<%@page contentType="text/html" pageEncoding="UTF-8" session="false" buffer="1kb" %> + + + + + + Simple Page + + +

Faulty Page

+

This page will raise an error!

+

+ Ecactly, NOW: + <% if (true) throw new RuntimeException("Oh no!"); %> +

+ +