You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/06/25 07:10:33 UTC

[tomcat] branch main updated: Revert "Remove unused file"

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 03e237b  Revert "Remove unused file"
03e237b is described below

commit 03e237b1a7ce58d547b36a0f09b61a826d46c9c8
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Jun 25 08:10:13 2021 +0100

    Revert "Remove unused file"
    
    This reverts commit 0dee371b82bf2ed18a7316430db8c25bdb3644e3.
---
 test/webapp/bug6nnnn/bug64872b-timeunit.jsp | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/test/webapp/bug6nnnn/bug64872b-timeunit.jsp b/test/webapp/bug6nnnn/bug64872b-timeunit.jsp
new file mode 100644
index 0000000..679925f
--- /dev/null
+++ b/test/webapp/bug6nnnn/bug64872b-timeunit.jsp
@@ -0,0 +1,29 @@
+<%--
+ 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 uri="http://tomcat.apache.org/tag-setters" prefix="ts" %>
+<html>
+  <head><title>Bug 64872b TimeUnit test case</title></head>
+  <body>
+  <%
+  for (int i=0; i < 100000; i++) {
+  %>
+    <p>01 The value of foo is [<ts:tagTimeUnit foo="SECONDS" />]</p>
+  <%
+  }
+  %>
+  </body>
+</html>
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org