Repository: wicket Updated Branches: refs/heads/master 611296b71 -> 1b9470baa
WICKET-6305 Remove atmosphere.xml from examples Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/1b9470ba Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/1b9470ba Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/1b9470ba Branch: refs/heads/master Commit: 1b9470baada89481940fcbd626c363ea2fe291dd Parents: 611296b Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Tue Jan 31 20:58:21 2017 +0100 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Tue Jan 31 20:58:21 2017 +0100 ---------------------------------------------------------------------- .../src/main/webapp/META-INF/atmosphere.xml | 23 -------------------- 1 file changed, 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/1b9470ba/wicket-examples/src/main/webapp/META-INF/atmosphere.xml ---------------------------------------------------------------------- diff --git a/wicket-examples/src/main/webapp/META-INF/atmosphere.xml b/wicket-examples/src/main/webapp/META-INF/atmosphere.xml deleted file mode 100644 index 02b04d6..0000000 --- a/wicket-examples/src/main/webapp/META-INF/atmosphere.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - 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. ---> -<atmosphere-handlers> - <atmosphere-handler context-root="/*" - class-name="org.atmosphere.handler.ReflectorServletProcessor"> - <property name="filterClassName" value="org.apache.wicket.protocol.http.WicketFilter" /> - </atmosphere-handler> -</atmosphere-handlers>
