%@ page isErrorPage="true" contentType="text/html; charset=utf-8" pageEncoding="utf-8" session="false" %>
<%
String contextRoot = request.getContextPath();
%>
PlantUMLServer Error
Sorry, but things didn't work out as planned.
- <%=now.toString() %>
- Request that failed: <%=pageContext.getErrorData().getRequestURI() %>
- Status code: <%=pageContext.getErrorData().getStatusCode() %>
- Exception: <%=pageContext.getErrorData().getThrowable() %>