This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new 216f8ca Remove unused file 216f8ca is described below commit 216f8ca46cff92ec909ff530d32f41642e8fd640 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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org