~ubuntu-branches/ubuntu/wily/tomcat8/wily

« back to all changes in this revision

Viewing changes to test/webapp/WEB-INF/tags/bug58178.tag

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2015-08-24 00:30:40 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20150824003040-47on0kmc9e42dml2
Tags: 8.0.26-1
* Team upload.
* New upstream release
  - Refreshed the patches
* Changed the authbind configuration to allow IPv6 connections (LP: #1443041)
* Fixed an upgrade error when /etc/tomcat8/tomcat-users.xml is removed
  (LP: #1010791)
* Fixed a minor HTML error in the default index.html file (LP: #1236132)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<%--
 
2
 Licensed to the Apache Software Foundation (ASF) under one or more
 
3
  contributor license agreements.  See the NOTICE file distributed with
 
4
  this work for additional information regarding copyright ownership.
 
5
  The ASF licenses this file to You under the Apache License, Version 2.0
 
6
  (the "License"); you may not use this file except in compliance with
 
7
  the License.  You may obtain a copy of the License at
 
8
 
 
9
      http://www.apache.org/licenses/LICENSE-2.0
 
10
 
 
11
  Unless required by applicable law or agreed to in writing, software
 
12
  distributed under the License is distributed on an "AS IS" BASIS,
 
13
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
14
  See the License for the specific language governing permissions and
 
15
  limitations under the License.
 
16
--%>
 
17
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 
18
 
 
19
<c:catch var="error">
 
20
  <jsp:doBody/>
 
21
</c:catch>
 
22
 
 
23
<c:if test="${error != null}">
 
24
  <p>PASS<br/>
 
25
  Error detected<br/>
 
26
  The exception is : ${error} <br />
 
27
  The message is: ${error.message}</p>
 
28
</c:if>
 
29
<c:if test="${error == null}">
 
30
  <p>FAIL<br/>
 
31
  Error not detected</p>
 
32
</c:if>
 
 
b'\\ No newline at end of file'