From: fhanik Date: Fri, 9 Oct 2009 20:54:01 +0000 (+0000) Subject: Add license X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c3c3fd9d5ed8bf83ed8bb48e59ce29da457d5e89;p=tomcat7.0 Add license git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@823683 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/examples/jsp/async/async1.jsp b/webapps/examples/jsp/async/async1.jsp index 5028f3a04..1a0e907c0 100644 --- a/webapps/examples/jsp/async/async1.jsp +++ b/webapps/examples/jsp/async/async1.jsp @@ -1,3 +1,19 @@ + <%@page session="false"%> Output from async1.jsp Type is <%=request.getDispatcherType()%> diff --git a/webapps/examples/jsp/async/async3.jsp b/webapps/examples/jsp/async/async3.jsp index 089a034ae..c7caf2d78 100644 --- a/webapps/examples/jsp/async/async3.jsp +++ b/webapps/examples/jsp/async/async3.jsp @@ -1,3 +1,19 @@ + <%@page session="false"%> Output from async3.jsp Type is <%=request.getDispatcherType()%> diff --git a/webapps/examples/jsp/async/index.jsp b/webapps/examples/jsp/async/index.jsp index b75c8513f..cb784b5ad 100644 --- a/webapps/examples/jsp/async/index.jsp +++ b/webapps/examples/jsp/async/index.jsp @@ -1,3 +1,19 @@ + <%@page session="false"%>