Skip to Content.
Sympa Menu

notify-dpml - r1465 - in trunk/main/planet/http/impl/src: main/net/dpml/http test/net/dpml/http

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1465 - in trunk/main/planet/http/impl/src: main/net/dpml/http test/net/dpml/http
  • Date: Sun, 28 May 2006 17:29:24 +0200

Author: mcconnell
Date: 2006-05-28 17:29:23 +0200 (Sun, 28 May 2006)
New Revision: 1465

Modified:

trunk/main/planet/http/impl/src/main/net/dpml/http/ContextHandlerCollection.java
trunk/main/planet/http/impl/src/main/net/dpml/http/Server.java

trunk/main/planet/http/impl/src/test/net/dpml/http/AbstractContextHandlerTestCase.java
Log:
housekeeping


Modified:
trunk/main/planet/http/impl/src/main/net/dpml/http/ContextHandlerCollection.java
===================================================================
---
trunk/main/planet/http/impl/src/main/net/dpml/http/ContextHandlerCollection.java
2006-05-28 15:17:18 UTC (rev 1464)
+++
trunk/main/planet/http/impl/src/main/net/dpml/http/ContextHandlerCollection.java
2006-05-28 15:29:23 UTC (rev 1465)
@@ -15,18 +15,12 @@
*/
package net.dpml.http;

-import java.net.URI;
-import java.net.URL;
-import java.util.ArrayList;
-
import net.dpml.logging.Logger;

import net.dpml.metro.PartsManager;
import net.dpml.metro.ComponentHandler;
import net.dpml.component.Provider;

-import org.mortbay.jetty.Handler;
-
/**
* HTTP server implementation.
* @author <a href="@PUBLISHER-URL@">@PUBLISHER-NAME@</a>

Modified: trunk/main/planet/http/impl/src/main/net/dpml/http/Server.java
===================================================================
--- trunk/main/planet/http/impl/src/main/net/dpml/http/Server.java
2006-05-28 15:17:18 UTC (rev 1464)
+++ trunk/main/planet/http/impl/src/main/net/dpml/http/Server.java
2006-05-28 15:29:23 UTC (rev 1465)
@@ -27,9 +27,7 @@

import org.mortbay.thread.ThreadPool;
import org.mortbay.jetty.Connector;
-import org.mortbay.jetty.Handler;
import org.mortbay.jetty.RequestLog;
-import org.mortbay.jetty.handler.HandlerCollection;
import org.mortbay.jetty.security.UserRealm;
import org.mortbay.xml.XmlConfiguration;


Modified:
trunk/main/planet/http/impl/src/test/net/dpml/http/AbstractContextHandlerTestCase.java
===================================================================
---
trunk/main/planet/http/impl/src/test/net/dpml/http/AbstractContextHandlerTestCase.java
2006-05-28 15:17:18 UTC (rev 1464)
+++
trunk/main/planet/http/impl/src/test/net/dpml/http/AbstractContextHandlerTestCase.java
2006-05-28 15:29:23 UTC (rev 1465)
@@ -41,10 +41,11 @@
private static final String DISPLAY_NAME = "testing";
private static final ErrorHandler ERROR_HANDLER = new ErrorHandler();

- /**
- * Setup the context map.
- * @throws Exception if an error occurs
- */
+ /**
+ * Setup the context map.
+ * @return the context map
+ * @throws Exception if an error occurs
+ */
protected Map createMap() throws Exception
{
Map map = new Hashtable();




  • r1465 - in trunk/main/planet/http/impl/src: main/net/dpml/http test/net/dpml/http, mcconnell at BerliOS, 05/28/2006

Archive powered by MHonArc 2.6.24.

Top of Page