You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2016/03/25 09:16:12 UTC

wicket git commit: Update the Servlet version of wicket-examples' web.xml to 3.1

Repository: wicket
Updated Branches:
  refs/heads/master 8e6591de4 -> 224159fb9


Update the Servlet version of wicket-examples' web.xml to 3.1


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/224159fb
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/224159fb
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/224159fb

Branch: refs/heads/master
Commit: 224159fb92a20dd535754bf713bf3e08cb8f2b46
Parents: 8e6591d
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Fri Mar 25 09:15:39 2016 +0100
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Fri Mar 25 09:15:39 2016 +0100

----------------------------------------------------------------------
 wicket-examples/src/main/webapp/WEB-INF/web.xml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/224159fb/wicket-examples/src/main/webapp/WEB-INF/web.xml
----------------------------------------------------------------------
diff --git a/wicket-examples/src/main/webapp/WEB-INF/web.xml b/wicket-examples/src/main/webapp/WEB-INF/web.xml
index fb326f9..baf91fd 100644
--- a/wicket-examples/src/main/webapp/WEB-INF/web.xml
+++ b/wicket-examples/src/main/webapp/WEB-INF/web.xml
@@ -15,14 +15,15 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<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">
+<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
+		 http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
+         version="3.1" metadata-complete="false">
 
 	<display-name>Wicket Examples</display-name>
 
-	<!-- only available with servlet spec. 2.4 
+	<!-- only available with servlet spec. 2.4+
 	<locale-encoding-mapping-list>
 		<locale-encoding-mapping>
 			<locale>de</locale>