Statische Test-Datei (eine CSS-Datei) zu den Test-Beispielen hinzugefĆ¼gt
[percentcodec] / cachecontrol-example-jsp / src / main / webapp / page-with-include.jsp
index 5c3af3e..ba581a4 100644 (file)
@@ -1,4 +1,4 @@
-<%@page contentType="text/html" pageEncoding="UTF-8" session="false"%>
+<%@page contentType="text/html" pageEncoding="UTF-8" session="false" buffer="1kb" %>
 <%@taglib uri="/WEB-INF/c.tld" prefix="c"%>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 
@@ -6,6 +6,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     <title>Page with include</title>
+    <link rel="stylesheet" type="text/css" media="all" href="/default.css">
   </head>
   <body>
     <h1>Hello World!</h1>