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/24 16:43:49 UTC

[tomcat] branch 8.5.x updated: Remove unused file

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

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


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 36e1976  Remove unused file
36e1976 is described below

commit 36e19763b65e59c4f3cb45544f732aefcecaf1d0
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Jun 24 17:43:00 2021 +0100

    Remove unused file
---
 test/webapp/bug6nnnn/bug64872b-timeunit.jsp | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/test/webapp/bug6nnnn/bug64872b-timeunit.jsp b/test/webapp/bug6nnnn/bug64872b-timeunit.jsp
deleted file mode 100644
index 679925f..0000000
--- a/test/webapp/bug6nnnn/bug64872b-timeunit.jsp
+++ /dev/null
@@ -1,29 +0,0 @@
-<%--
- 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