From c3c3fd9d5ed8bf83ed8bb48e59ce29da457d5e89 Mon Sep 17 00:00:00 2001 From: fhanik Date: Fri, 9 Oct 2009 20:54:01 +0000 Subject: [PATCH] Add license git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@823683 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/examples/jsp/async/async1.jsp | 16 ++++++++++++++++ webapps/examples/jsp/async/async3.jsp | 16 ++++++++++++++++ webapps/examples/jsp/async/index.jsp | 16 ++++++++++++++++ 3 files changed, 48 insertions(+) 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"%>
-- 
2.11.0