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=0000000000000000000000000000000000000000;hp=8718f54f78bb5c9d2785cd79cfd8ae5f249f2807;hb=a6e0e65cce68acb20abc6ca935471611a740c342;hpb=1d395c6002486d485bde0d5dc713886d70bd3f8a 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 deleted file mode 100644 index 8718f54f..00000000 --- a/examples/spring/src/main/webapp/WEB-INF/views/faulty-page.jsp +++ /dev/null @@ -1,17 +0,0 @@ -<%@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!"); %> -

- -