1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-06-08 03:10:52 +00:00

Session creation avoided

This commit is contained in:
Maxime Sinclair 2011-03-18 16:29:22 +01:00
parent 4eb0dfc879
commit b924e99360

View File

@ -1,4 +1,4 @@
<%@ page isErrorPage="true" contentType="text/html; charset=utf-8" pageEncoding="utf-8" %>
<%@ page isErrorPage="true" contentType="text/html; charset=utf-8" pageEncoding="utf-8" session="false" %>
<%
String contextRoot = request.getContextPath();
%>