Merge pull request #1461 from freeman0432:master

* pr/1461:
  Fix a missing line of xml fragment
This commit is contained in:
Stephane Nicoll
2017-06-17 10:33:28 +02:00

View File

@@ -2578,6 +2578,7 @@ For applications configured with a `web.xml` be sure to update to version 3.0:
----
<web-app xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
version="3.0">