You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by cs...@apache.org on 2012/04/03 17:12:45 UTC

svn commit: r1308974 - in /karaf/trunk/http/core/src: main/java/org/apache/karaf/http/core/ServletInfo.java main/java/org/apache/karaf/http/core/internal/ServletServiceImpl.java test/java/org/apache/karaf/http/core/internal/HttpTest.java

Author: cschneider
Date: Tue Apr  3 15:12:44 2012
New Revision: 1308974

URL: http://svn.apache.org/viewvc?rev=1308974&view=rev
Log:
KARAF-1307 Refactor http commands and mbeans

Modified:
    karaf/trunk/http/core/src/main/java/org/apache/karaf/http/core/ServletInfo.java
    karaf/trunk/http/core/src/main/java/org/apache/karaf/http/core/internal/ServletServiceImpl.java
    karaf/trunk/http/core/src/test/java/org/apache/karaf/http/core/internal/HttpTest.java

Modified: karaf/trunk/http/core/src/main/java/org/apache/karaf/http/core/ServletInfo.java
URL: http://svn.apache.org/viewvc/karaf/trunk/http/core/src/main/java/org/apache/karaf/http/core/ServletInfo.java?rev=1308974&r1=1308973&r2=1308974&view=diff
==============================================================================
--- karaf/trunk/http/core/src/main/java/org/apache/karaf/http/core/ServletInfo.java (original)
+++ karaf/trunk/http/core/src/main/java/org/apache/karaf/http/core/ServletInfo.java Tue Apr  3 15:12:44 2012
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 package org.apache.karaf.http.core;
 
 import org.ops4j.pax.web.service.spi.WebEvent;

Modified: karaf/trunk/http/core/src/main/java/org/apache/karaf/http/core/internal/ServletServiceImpl.java
URL: http://svn.apache.org/viewvc/karaf/trunk/http/core/src/main/java/org/apache/karaf/http/core/internal/ServletServiceImpl.java?rev=1308974&r1=1308973&r2=1308974&view=diff
==============================================================================
--- karaf/trunk/http/core/src/main/java/org/apache/karaf/http/core/internal/ServletServiceImpl.java (original)
+++ karaf/trunk/http/core/src/main/java/org/apache/karaf/http/core/internal/ServletServiceImpl.java Tue Apr  3 15:12:44 2012
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 package org.apache.karaf.http.core.internal;
 
 import java.util.ArrayList;

Modified: karaf/trunk/http/core/src/test/java/org/apache/karaf/http/core/internal/HttpTest.java
URL: http://svn.apache.org/viewvc/karaf/trunk/http/core/src/test/java/org/apache/karaf/http/core/internal/HttpTest.java?rev=1308974&r1=1308973&r2=1308974&view=diff
==============================================================================
--- karaf/trunk/http/core/src/test/java/org/apache/karaf/http/core/internal/HttpTest.java (original)
+++ karaf/trunk/http/core/src/test/java/org/apache/karaf/http/core/internal/HttpTest.java Tue Apr  3 15:12:44 2012
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 package org.apache.karaf.http.core.internal;
 
 import java.lang.management.ManagementFactory;