Correct props.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 24 Oct 2006 03:14:34 +0000 (03:14 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 24 Oct 2006 03:14:34 +0000 (03:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@467217 13f79535-47bb-0310-9956-ffa450edef68

26 files changed:
webapps/examples/WEB-INF/classes/CookieExample.java
webapps/examples/WEB-INF/classes/HelloWorldExample.java
webapps/examples/WEB-INF/classes/LocalStrings.properties
webapps/examples/WEB-INF/classes/LocalStrings_en.properties
webapps/examples/WEB-INF/classes/LocalStrings_es.properties
webapps/examples/WEB-INF/classes/LocalStrings_fr.properties
webapps/examples/WEB-INF/classes/LocalStrings_pt.properties
webapps/examples/WEB-INF/classes/RequestHeaderExample.java
webapps/examples/WEB-INF/classes/RequestInfoExample.java
webapps/examples/WEB-INF/classes/RequestParamExample.java
webapps/examples/WEB-INF/classes/SessionExample.java
webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.java
webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.java
webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.java
webapps/examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.java
webapps/examples/WEB-INF/classes/filters/ExampleFilter.java
webapps/examples/WEB-INF/classes/filters/RequestDumperFilter.java
webapps/examples/WEB-INF/classes/filters/SetCharacterEncodingFilter.java
webapps/examples/WEB-INF/classes/listeners/ContextListener.java
webapps/examples/WEB-INF/classes/listeners/SessionListener.java
webapps/examples/WEB-INF/classes/util/HTMLFilter.java
webapps/examples/WEB-INF/classes/validators/DebugValidator.java
webapps/examples/WEB-INF/tags/displayProducts.tag
webapps/examples/WEB-INF/tags/helloWorld.tag
webapps/examples/WEB-INF/tags/panel.tag
webapps/examples/WEB-INF/tags/xhtmlbasic.tag

index 5a6d6e1..04b3925 100644 (file)
@@ -14,7 +14,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-/* $Id: CookieExample.java 267129 2004-03-18 16:40:35Z jfarcand $
+/* $Id$
  *
  */
 
index d977198..44f24e3 100644 (file)
@@ -14,7 +14,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-/* $Id: HelloWorldExample.java 267129 2004-03-18 16:40:35Z jfarcand $
+/* $Id$
  *
  */
 
index 5e37546..ff95cd1 100644 (file)
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# $Id: LocalStrings.properties 267129 2004-03-18 16:40:35Z jfarcand $
+# $Id$
 
 # Default localized resources for example servlets
 # This locale is en_US
index 97c4c0e..ff95cd1 100644 (file)
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# $Id: LocalStrings_en.properties 267129 2004-03-18 16:40:35Z jfarcand $
+# $Id$
 
 # Default localized resources for example servlets
 # This locale is en_US
index aeec1bf..2d62518 100644 (file)
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# $Id: LocalStrings_es.properties 267129 2004-03-18 16:40:35Z jfarcand $
+# $Id$
 #
 # Default localized string information
 # Localized para Locale es_ES
index e7b297d..f7c0031 100644 (file)
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# $Id: LocalStrings_fr.properties 267129 2004-03-18 16:40:35Z jfarcand $
+# $Id$
 
 # Default localized resources for example servlets
 # This locale is fr_FR
index 2745243..647e917 100644 (file)
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# $Id: LocalStrings_pt.properties 267143 2004-08-24 18:38:35Z jfarcand $
+# $Id$
 
 # Default localized resources for example servlets
 # This locale is pt_PT
index 7fa03fc..43e8b0a 100644 (file)
@@ -14,7 +14,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-/* $Id: RequestHeaderExample.java 267129 2004-03-18 16:40:35Z jfarcand $
+/* $Id$
  *
  */
 
index 1eee91a..4c768b6 100644 (file)
@@ -14,7 +14,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-/* $Id: RequestInfoExample.java 267129 2004-03-18 16:40:35Z jfarcand $
+/* $Id$
  *
  */
 
index 9993a35..6ed3c3b 100644 (file)
@@ -14,7 +14,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-/* $Id: RequestParamExample.java 267129 2004-03-18 16:40:35Z jfarcand $
+/* $Id$
  *
  */
 
index 803a7d5..d04c94e 100644 (file)
@@ -14,7 +14,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-/* $Id: SessionExample.java 267129 2004-03-18 16:40:35Z jfarcand $
+/* $Id$
  *
  */
 
index 159d30a..a77487a 100644 (file)
@@ -35,7 +35,7 @@ import javax.servlet.http.HttpServletResponse;
  *
  * @author Amy Roh
  * @author Dmitri Valdin
- * @version $Revision: 267129 $, $Date: 2004-03-18 17:40:35 +0100 (jeu., 18 mars 2004) $
+ * @version $Revision$, $Date$
  */
 
 public class CompressionFilter implements Filter{
index b14f83d..a4152b8 100644 (file)
@@ -26,7 +26,7 @@ import javax.servlet.http.*;
 /**
  * Very Simple test servlet to test compression filter
  * @author Amy Roh
- * @version $Revision: 267129 $, $Date: 2004-03-18 17:40:35 +0100 (jeu., 18 mars 2004) $
+ * @version $Revision$, $Date$
  */
 
 public class CompressionFilterTestServlet extends HttpServlet {
index d0250e2..ec2ecfb 100644 (file)
@@ -29,7 +29,7 @@ import javax.servlet.http.HttpServletResponse;
  *
  * @author Amy Roh
  * @author Dmitri Valdin
- * @version $Revision: 267129 $, $Date: 2004-03-18 17:40:35 +0100 (jeu., 18 mars 2004) $
+ * @version $Revision$, $Date$
  */
 
 public class CompressionResponseStream
index 26ccf27..23dd9fc 100644 (file)
@@ -36,7 +36,7 @@ import javax.servlet.http.HttpServletResponseWrapper;
  *
  * @author Amy Roh
  * @author Dmitri Valdin
- * @version $Revision: 267129 $, $Date: 2004-03-18 17:40:35 +0100 (jeu., 18 mars 2004) $
+ * @version $Revision$, $Date$
  */
 
 public class CompressionServletResponseWrapper extends HttpServletResponseWrapper {
index 7fc4e3f..64aa4ec 100644 (file)
@@ -42,7 +42,7 @@ import javax.servlet.ServletResponse;
  * </ul>
  *
  * @author Craig McClanahan
- * @version $Revision: 267129 $ $Date: 2004-03-18 17:40:35 +0100 (jeu., 18 mars 2004) $
+ * @version $Revision$ $Date$
  */
 
 public final class ExampleFilter implements Filter {
index 1c8d519..c8df244 100644 (file)
@@ -43,7 +43,7 @@ import javax.servlet.http.HttpServletRequest;
  * to assist in debugging problems.
  *
  * @author Craig McClanahan
- * @version $Revision: 267129 $ $Date: 2004-03-18 17:40:35 +0100 (jeu., 18 mars 2004) $
+ * @version $Revision$ $Date$
  */
 
 public final class RequestDumperFilter implements Filter {
index 028552e..5cbbecd 100644 (file)
@@ -54,7 +54,7 @@ import javax.servlet.UnavailableException;
  * user's session.</p>
  *
  * @author Craig McClanahan
- * @version $Revision: 267129 $ $Date: 2004-03-18 17:40:35 +0100 (jeu., 18 mars 2004) $
+ * @version $Revision$ $Date$
  */
 
 public class SetCharacterEncodingFilter implements Filter {
index 257cb47..74aaf20 100644 (file)
@@ -32,7 +32,7 @@ import javax.servlet.ServletContextListener;
  * associated with our servlet context.
  *
  * @author Craig R. McClanahan
- * @version $Revision: 267129 $ $Date: 2004-03-18 17:40:35 +0100 (jeu., 18 mars 2004) $
+ * @version $Revision$ $Date$
  */
 
 public final class ContextListener
index 4534dfc..b9142d6 100644 (file)
@@ -34,7 +34,7 @@ import javax.servlet.http.HttpSessionListener;
  * associated with our servlet context.
  *
  * @author Craig R. McClanahan
- * @version $Revision: 267129 $ $Date: 2004-03-18 17:40:35 +0100 (jeu., 18 mars 2004) $
+ * @version $Revision$ $Date$
  */
 
 public final class SessionListener
index c6231bf..3510add 100644 (file)
@@ -21,7 +21,7 @@ package util;
  *
  * @author Craig R. McClanahan
  * @author Tim Tye
- * @version $Revision: 267129 $ $Date: 2004-03-18 17:40:35 +0100 (jeu., 18 mars 2004) $
+ * @version $Revision$ $Date$
  */
 
 public final class HTMLFilter {
index c251910..8357c68 100644 (file)
@@ -34,7 +34,7 @@ import javax.servlet.jsp.tagext.ValidationMessage;
  * of your JSP page.
  *
  * @author Craig McClanahan
- * @version $Revision: 267129 $ $Date: 2004-03-18 17:40:35 +0100 (jeu., 18 mars 2004) $
+ * @version $Revision$ $Date$
  */
 
 public class DebugValidator extends TagLibraryValidator {
index 508852e..10ad9f7 100644 (file)
@@ -1,55 +1,55 @@
-<!--\r
- Licensed to the Apache Software Foundation (ASF) under one or more\r
-  contributor license agreements.  See the NOTICE file distributed with\r
-  this work for additional information regarding copyright ownership.\r
-  The ASF licenses this file to You under the Apache License, Version 2.0\r
-  (the "License"); you may not use this file except in compliance with\r
-  the License.  You may obtain a copy of the License at\r
-\r
-      http://www.apache.org/licenses/LICENSE-2.0\r
-\r
-  Unless required by applicable law or agreed to in writing, software\r
-  distributed under the License is distributed on an "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-  See the License for the specific language governing permissions and\r
-  limitations under the License.\r
--->\r
-<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>\r
-<%@ attribute name="normalPrice" fragment="true" %>\r
-<%@ attribute name="onSale" fragment="true" %>\r
-<%@ variable name-given="name" %>\r
-<%@ variable name-given="price" %>\r
-<%@ variable name-given="origPrice" %>\r
-<%@ variable name-given="salePrice" %>\r
-\r
-<table border="1">\r
-  <tr>\r
-    <td> \r
-      <c:set var="name" value="Hand-held Color PDA"/>\r
-      <c:set var="price" value="$298.86"/>\r
-      <jsp:invoke fragment="normalPrice"/>\r
-    </td>\r
-    <td> \r
-      <c:set var="name" value="4-Pack 150 Watt Light Bulbs"/>\r
-      <c:set var="origPrice" value="$2.98"/>\r
-      <c:set var="salePrice" value="$2.32"/>\r
-      <jsp:invoke fragment="onSale"/>\r
-    </td>\r
-    <td> \r
-      <c:set var="name" value="Digital Cellular Phone"/>\r
-      <c:set var="price" value="$68.74"/>\r
-      <jsp:invoke fragment="normalPrice"/>\r
-    </td>\r
-    <td> \r
-      <c:set var="name" value="Baby Grand Piano"/>\r
-      <c:set var="price" value="$10,800.00"/>\r
-      <jsp:invoke fragment="normalPrice"/>\r
-    </td>\r
-    <td> \r
-      <c:set var="name" value="Luxury Car w/ Leather Seats"/>\r
-      <c:set var="origPrice" value="$23,980.00"/>\r
-      <c:set var="salePrice" value="$21,070.00"/>\r
-      <jsp:invoke fragment="onSale"/>\r
-    </td>\r
-  </tr>\r
-</table>\r
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
+<%@ attribute name="normalPrice" fragment="true" %>
+<%@ attribute name="onSale" fragment="true" %>
+<%@ variable name-given="name" %>
+<%@ variable name-given="price" %>
+<%@ variable name-given="origPrice" %>
+<%@ variable name-given="salePrice" %>
+
+<table border="1">
+  <tr>
+    <td> 
+      <c:set var="name" value="Hand-held Color PDA"/>
+      <c:set var="price" value="$298.86"/>
+      <jsp:invoke fragment="normalPrice"/>
+    </td>
+    <td> 
+      <c:set var="name" value="4-Pack 150 Watt Light Bulbs"/>
+      <c:set var="origPrice" value="$2.98"/>
+      <c:set var="salePrice" value="$2.32"/>
+      <jsp:invoke fragment="onSale"/>
+    </td>
+    <td> 
+      <c:set var="name" value="Digital Cellular Phone"/>
+      <c:set var="price" value="$68.74"/>
+      <jsp:invoke fragment="normalPrice"/>
+    </td>
+    <td> 
+      <c:set var="name" value="Baby Grand Piano"/>
+      <c:set var="price" value="$10,800.00"/>
+      <jsp:invoke fragment="normalPrice"/>
+    </td>
+    <td> 
+      <c:set var="name" value="Luxury Car w/ Leather Seats"/>
+      <c:set var="origPrice" value="$23,980.00"/>
+      <c:set var="salePrice" value="$21,070.00"/>
+      <jsp:invoke fragment="onSale"/>
+    </td>
+  </tr>
+</table>
index f52e823..192bf53 100644 (file)
@@ -1,17 +1,17 @@
-<!--\r
- Licensed to the Apache Software Foundation (ASF) under one or more\r
-  contributor license agreements.  See the NOTICE file distributed with\r
-  this work for additional information regarding copyright ownership.\r
-  The ASF licenses this file to You under the Apache License, Version 2.0\r
-  (the "License"); you may not use this file except in compliance with\r
-  the License.  You may obtain a copy of the License at\r
-\r
-      http://www.apache.org/licenses/LICENSE-2.0\r
-\r
-  Unless required by applicable law or agreed to in writing, software\r
-  distributed under the License is distributed on an "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-  See the License for the specific language governing permissions and\r
-  limitations under the License.\r
--->\r
-Hello, world!\r
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+Hello, world!
index 90aaf91..f4f30d0 100644 (file)
@@ -1,29 +1,29 @@
-<!--\r
- Licensed to the Apache Software Foundation (ASF) under one or more\r
-  contributor license agreements.  See the NOTICE file distributed with\r
-  this work for additional information regarding copyright ownership.\r
-  The ASF licenses this file to You under the Apache License, Version 2.0\r
-  (the "License"); you may not use this file except in compliance with\r
-  the License.  You may obtain a copy of the License at\r
-\r
-      http://www.apache.org/licenses/LICENSE-2.0\r
-\r
-  Unless required by applicable law or agreed to in writing, software\r
-  distributed under the License is distributed on an "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-  See the License for the specific language governing permissions and\r
-  limitations under the License.\r
--->\r
-<%@ attribute name="color" %>\r
-<%@ attribute name="bgcolor" %>\r
-<%@ attribute name="title" %>\r
-<table border="1" bgcolor="${color}">\r
-  <tr>\r
-    <td><b>${title}</b></td>\r
-  </tr>\r
-  <tr>\r
-    <td bgcolor="${bgcolor}">\r
-      <jsp:doBody/>\r
-    </td>\r
-  </tr>\r
-</table>\r
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<%@ attribute name="color" %>
+<%@ attribute name="bgcolor" %>
+<%@ attribute name="title" %>
+<table border="1" bgcolor="${color}">
+  <tr>
+    <td><b>${title}</b></td>
+  </tr>
+  <tr>
+    <td bgcolor="${bgcolor}">
+      <jsp:doBody/>
+    </td>
+  </tr>
+</table>
index d8af5e5..170a9bc 100644 (file)
@@ -1,21 +1,21 @@
-<!--\r
- Licensed to the Apache Software Foundation (ASF) under one or more\r
-  contributor license agreements.  See the NOTICE file distributed with\r
-  this work for additional information regarding copyright ownership.\r
-  The ASF licenses this file to You under the Apache License, Version 2.0\r
-  (the "License"); you may not use this file except in compliance with\r
-  the License.  You may obtain a copy of the License at\r
-\r
-      http://www.apache.org/licenses/LICENSE-2.0\r
-\r
-  Unless required by applicable law or agreed to in writing, software\r
-  distributed under the License is distributed on an "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-  See the License for the specific language governing permissions and\r
-  limitations under the License.\r
--->\r
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"\r
-"http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">\r
-<html xmlns="http://www.w3.org/1999/xhtml">\r
-<jsp:doBody/>\r
-</html>\r
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"
+"http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<jsp:doBody/>
+</html>