Upgrade to Tomcat 8.5.11

This commit is contained in:
Brian Clozel
2017-01-20 09:55:33 +01:00
parent 78a23be9bc
commit 35b67a54d2
930 changed files with 32832 additions and 1 deletions

View File

@@ -0,0 +1 @@
Spring Framework test resource content.

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.w3.org/2005/Atom http://www.kbcafe.com/rss/atom.xsd.xml">
<title>title</title>
<subtitle>subtitle</subtitle>
<entry>
<id>id1</id>
<title>title1</title>
</entry>
<entry>
<id>id2</id>
<title>title2</title>
</entry>
</feed>

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>title</title>
<link>http://example.com</link>
<description>description</description>
<item>
<title>title1</title>
</item>
<item>
<title>title2</title>
</item>
</channel>
</rss>

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 951 B