Merge branch 'jetty-9-aggregation' into jetty-9-spdy-http

This commit is contained in:
Simone Bordet 2012-08-24 11:52:29 +02:00
commit 06b2de17d5
1387 changed files with 37224 additions and 28093 deletions

View File

@ -1,16 +1,20 @@
//======================================================================== //
//Copyright 2004-2008 Mort Bay Consulting Pty. Ltd. // ========================================================================
//------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
//Licensed under the Apache License, Version 2.0 (the "License"); // ------------------------------------------------------------------------
//you may not use this file except in compliance with the License. // All rights reserved. This program and the accompanying materials
//You may obtain a copy of the License at // are made available under the terms of the Eclipse Public License v1.0
//http://www.apache.org/licenses/LICENSE-2.0 // and Apache License v2.0 which accompanies this distribution.
//Unless required by applicable law or agreed to in writing, software //
//distributed under the License is distributed on an "AS IS" BASIS, // The Eclipse Public License is available at
//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // http://www.eclipse.org/legal/epl-v10.html
//See the License for the specific language governing permissions and //
//limitations under the License. // The Apache License v2.0 is available at
//======================================================================== // http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.example.asyncrest; package org.eclipse.jetty.example.asyncrest;

View File

@ -1,16 +1,20 @@
//======================================================================== //
//Copyright 2004-2008 Mort Bay Consulting Pty. Ltd. // ========================================================================
//------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
//Licensed under the Apache License, Version 2.0 (the "License"); // ------------------------------------------------------------------------
//you may not use this file except in compliance with the License. // All rights reserved. This program and the accompanying materials
//You may obtain a copy of the License at // are made available under the terms of the Eclipse Public License v1.0
//http://www.apache.org/licenses/LICENSE-2.0 // and Apache License v2.0 which accompanies this distribution.
//Unless required by applicable law or agreed to in writing, software //
//distributed under the License is distributed on an "AS IS" BASIS, // The Eclipse Public License is available at
//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // http://www.eclipse.org/legal/epl-v10.html
//See the License for the specific language governing permissions and //
//limitations under the License. // The Apache License v2.0 is available at
//======================================================================== // http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.example.asyncrest; package org.eclipse.jetty.example.asyncrest;

View File

@ -1,16 +1,20 @@
//======================================================================== //
//Copyright 2004-2008 Mort Bay Consulting Pty. Ltd. // ========================================================================
//------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
//Licensed under the Apache License, Version 2.0 (the "License"); // ------------------------------------------------------------------------
//you may not use this file except in compliance with the License. // All rights reserved. This program and the accompanying materials
//You may obtain a copy of the License at // are made available under the terms of the Eclipse Public License v1.0
//http://www.apache.org/licenses/LICENSE-2.0 // and Apache License v2.0 which accompanies this distribution.
//Unless required by applicable law or agreed to in writing, software //
//distributed under the License is distributed on an "AS IS" BASIS, // The Eclipse Public License is available at
//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // http://www.eclipse.org/legal/epl-v10.html
//See the License for the specific language governing permissions and //
//limitations under the License. // The Apache License v2.0 is available at
//======================================================================== // http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.example.asyncrest; package org.eclipse.jetty.example.asyncrest;

View File

@ -1,3 +1,21 @@
//
// ========================================================================
// Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------
// All rights reserved. This program and the accompanying materials
// are made available under the terms of the Eclipse Public License v1.0
// and Apache License v2.0 which accompanies this distribution.
//
// The Eclipse Public License is available at
// http://www.eclipse.org/legal/epl-v10.html
//
// The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.example.asyncrest; package org.eclipse.jetty.example.asyncrest;
import org.eclipse.jetty.server.Connector; import org.eclipse.jetty.server.Connector;

View File

@ -1,21 +1,24 @@
// ======================================================================== //
// Copyright (c) 2009-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.embedded; package org.eclipse.jetty.embedded;
import java.io.IOException; import java.io.IOException;
import javax.servlet.ServletException; import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
@ -41,4 +44,4 @@ public class DumpServlet extends HttpServlet
response.getWriter().println("session=" + request.getSession(true).getId()); response.getWriter().println("session=" + request.getSession(true).getId());
response.getWriter().println("</pre>"); response.getWriter().println("</pre>");
} }
} }

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.embedded; package org.eclipse.jetty.embedded;

View File

@ -1,16 +1,22 @@
//
// ========================================================================
// Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------
// All rights reserved. This program and the accompanying materials
// are made available under the terms of the Eclipse Public License v1.0
// and Apache License v2.0 which accompanies this distribution.
//
// The Eclipse Public License is available at
// http://www.eclipse.org/legal/epl-v10.html
//
// The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.embedded; package org.eclipse.jetty.embedded;
//========================================================================
//Copyright (c) 2006-2012 Mort Bay Consulting Pty. Ltd.
//------------------------------------------------------------------------
//All rights reserved. This program and the accompanying materials
//are made available under the terms of the Eclipse Public License v1.0
//and Apache License v2.0 which accompanies this distribution.
//The Eclipse Public License is available at
//http://www.eclipse.org/legal/epl-v10.html
//The Apache License v2.0 is available at
//http://www.opensource.org/licenses/apache2.0.php
//You may elect to redistribute this code under either of these licenses.
//========================================================================
import org.eclipse.jetty.server.Server; import org.eclipse.jetty.server.Server;
import org.eclipse.jetty.util.resource.Resource; import org.eclipse.jetty.util.resource.Resource;

View File

@ -1,20 +1,24 @@
// ======================================================================== //
// Copyright (c) 2009-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.embedded; package org.eclipse.jetty.embedded;
import java.io.IOException; import java.io.IOException;
import javax.servlet.ServletException; import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpServletResponse;
@ -26,33 +30,33 @@ public class HelloHandler extends AbstractHandler
{ {
final String _greeting; final String _greeting;
final String _body; final String _body;
public HelloHandler() public HelloHandler()
{ {
_greeting="Hello World"; _greeting="Hello World";
_body=null; _body=null;
} }
public HelloHandler(String greeting) public HelloHandler(String greeting)
{ {
_greeting=greeting; _greeting=greeting;
_body=null; _body=null;
} }
public HelloHandler(String greeting,String body) public HelloHandler(String greeting,String body)
{ {
_greeting=greeting; _greeting=greeting;
_body=body; _body=body;
} }
public void handle(String target, Request baseRequest, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException public void handle(String target, Request baseRequest, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException
{ {
response.setContentType("text/html;charset=utf-8"); response.setContentType("text/html;charset=utf-8");
response.setStatus(HttpServletResponse.SC_OK); response.setStatus(HttpServletResponse.SC_OK);
baseRequest.setHandled(true); baseRequest.setHandled(true);
response.getWriter().println("<h1>"+_greeting+"</h1>"); response.getWriter().println("<h1>"+_greeting+"</h1>");
if (_body!=null) if (_body!=null)
response.getWriter().println(_body); response.getWriter().println(_body);
} }
} }

View File

@ -1,21 +1,24 @@
// ======================================================================== //
// Copyright (c) 2009-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.embedded; package org.eclipse.jetty.embedded;
import java.io.IOException; import java.io.IOException;
import javax.servlet.ServletException; import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
@ -42,4 +45,4 @@ public class HelloServlet extends HttpServlet
response.setStatus(HttpServletResponse.SC_OK); response.setStatus(HttpServletResponse.SC_OK);
response.getWriter().println("<h1>" + greeting + " from HelloServlet</h1>"); response.getWriter().println("<h1>" + greeting + " from HelloServlet</h1>");
} }
} }

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.embedded; package org.eclipse.jetty.embedded;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.embedded; package org.eclipse.jetty.embedded;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.embedded; package org.eclipse.jetty.embedded;

View File

@ -1,22 +1,26 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.embedded; package org.eclipse.jetty.embedded;
import java.io.File; import java.io.File;
import java.io.IOException; import java.io.IOException;
import java.util.Map; import java.util.Map;
import javax.servlet.ServletException; import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpServletResponse;
@ -44,7 +48,7 @@ import org.eclipse.jetty.util.ajax.JSON;
* <li>select another handler to pass the request to. * <li>select another handler to pass the request to.
* <li>use business logic to decide to do one of the above. * <li>use business logic to decide to do one of the above.
* </ul> * </ul>
* *
* Multiple handlers may be combined with: * Multiple handlers may be combined with:
* <ul> * <ul>
* <li>{@link HandlerWrapper} which will nest one handler inside another. In * <li>{@link HandlerWrapper} which will nest one handler inside another. In

View File

@ -1,25 +1,26 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.embedded; package org.eclipse.jetty.embedded;
import java.lang.management.ManagementFactory; import java.lang.management.ManagementFactory;
import org.eclipse.jetty.deploy.DeploymentManager;
import org.eclipse.jetty.deploy.providers.ContextProvider;
import org.eclipse.jetty.deploy.providers.WebAppProvider;
import org.eclipse.jetty.jmx.MBeanContainer; import org.eclipse.jetty.jmx.MBeanContainer;
import org.eclipse.jetty.server.Server; import org.eclipse.jetty.server.Server;
import org.eclipse.jetty.server.handler.ContextHandlerCollection; import org.eclipse.jetty.server.handler.ContextHandlerCollection;
@ -38,7 +39,7 @@ public class ManyServletContexts
mbContainer.start(); mbContainer.start();
server.getContainer().addEventListener(mbContainer); server.getContainer().addEventListener(mbContainer);
server.addBean(mbContainer,true); server.addBean(mbContainer,true);
ContextHandlerCollection contexts = new ContextHandlerCollection(); ContextHandlerCollection contexts = new ContextHandlerCollection();
server.setHandler(contexts); server.setHandler(contexts);

View File

@ -1,20 +1,24 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.embedded; package org.eclipse.jetty.embedded;
import java.io.IOException; import java.io.IOException;
import javax.servlet.ServletException; import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.embedded; package org.eclipse.jetty.embedded;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.embedded; package org.eclipse.jetty.embedded;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.embedded; package org.eclipse.jetty.embedded;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.embedded; package org.eclipse.jetty.embedded;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.embedded; package org.eclipse.jetty.embedded;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.embedded; package org.eclipse.jetty.embedded;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.embedded; package org.eclipse.jetty.embedded;

View File

@ -1,28 +1,29 @@
// ======================================================================== //
// Copyright (c) 2004-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.embedded; package org.eclipse.jetty.embedded;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import java.io.ByteArrayInputStream; import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream; import java.io.ByteArrayOutputStream;
import java.io.IOException; import java.io.IOException;
import java.io.InputStream; import java.io.InputStream;
import java.io.PrintWriter; import java.io.PrintWriter;
import java.util.zip.GZIPInputStream; import java.util.zip.GZIPInputStream;
import javax.servlet.ServletException; import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpServletResponse;
@ -39,6 +40,9 @@ import org.junit.After;
import org.junit.Before; import org.junit.Before;
import org.junit.Test; import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
public class GzipHandlerTest public class GzipHandlerTest
{ {
private static String __content = private static String __content =
@ -77,7 +81,7 @@ public class GzipHandlerTest
baseRequest.setHandled(true); baseRequest.setHandled(true);
} }
}; };
GzipHandler gzipHandler = new GzipHandler(); GzipHandler gzipHandler = new GzipHandler();
gzipHandler.setHandler(testHandler); gzipHandler.setHandler(testHandler);
@ -104,16 +108,16 @@ public class GzipHandlerTest
request.setHeader("Host","tester"); request.setHeader("Host","tester");
request.setHeader("accept-encoding","gzip"); request.setHeader("accept-encoding","gzip");
request.setURI("/"); request.setURI("/");
response = HttpTester.parseResponse(_connector.getResponses(request.generate())); response = HttpTester.parseResponse(_connector.getResponses(request.generate()));
assertTrue(response.get("Content-Encoding").equalsIgnoreCase("gzip")); assertTrue(response.get("Content-Encoding").equalsIgnoreCase("gzip"));
assertEquals(HttpServletResponse.SC_OK,response.getStatus()); assertEquals(HttpServletResponse.SC_OK,response.getStatus());
InputStream testIn = new GZIPInputStream(new ByteArrayInputStream(response.getContentBytes())); InputStream testIn = new GZIPInputStream(new ByteArrayInputStream(response.getContentBytes()));
ByteArrayOutputStream testOut = new ByteArrayOutputStream(); ByteArrayOutputStream testOut = new ByteArrayOutputStream();
IO.copy(testIn,testOut); IO.copy(testIn,testOut);
assertEquals(__content, testOut.toString("UTF8")); assertEquals(__content, testOut.toString("UTF8"));
} }

15
header-template.txt Normal file
View File

@ -0,0 +1,15 @@
========================================================================
Copyright (c) ${copyright-range} Mort Bay Consulting Pty. Ltd.
------------------------------------------------------------------------
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
and Apache License v2.0 which accompanies this distribution.
The Eclipse Public License is available at
http://www.eclipse.org/legal/epl-v10.html
The Apache License v2.0 is available at
http://www.opensource.org/licenses/apache2.0.php
You may elect to redistribute this code under either of these licenses.
========================================================================

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.ajp; package org.eclipse.jetty.ajp;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.ajp; package org.eclipse.jetty.ajp;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.ajp; package org.eclipse.jetty.ajp;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.ajp; package org.eclipse.jetty.ajp;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.ajp; package org.eclipse.jetty.ajp;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2004-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.ajp; package org.eclipse.jetty.ajp;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.ajp; package org.eclipse.jetty.ajp;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.ajp; package org.eclipse.jetty.ajp;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.ajp; package org.eclipse.jetty.ajp;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.ajp; package org.eclipse.jetty.ajp;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2008-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.ajp; package org.eclipse.jetty.ajp;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2004-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.ajp; package org.eclipse.jetty.ajp;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;

View File

@ -1,15 +1,21 @@
// ======================================================================== //
// Copyright (c) 2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;
import java.io.IOException; import java.io.IOException;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2004-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2010 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;

View File

@ -1,3 +1,21 @@
//
// ========================================================================
// Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------
// All rights reserved. This program and the accompanying materials
// are made available under the terms of the Eclipse Public License v1.0
// and Apache License v2.0 which accompanies this distribution.
//
// The Eclipse Public License is available at
// http://www.eclipse.org/legal/epl-v10.html
//
// The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;
import java.util.HashSet; import java.util.HashSet;
@ -12,19 +30,6 @@ import org.eclipse.jetty.plus.annotation.ContainerInitializer;
import org.eclipse.jetty.util.MultiMap; import org.eclipse.jetty.util.MultiMap;
import org.eclipse.jetty.webapp.WebAppContext; import org.eclipse.jetty.webapp.WebAppContext;
// ========================================================================
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------
// All rights reserved. This program and the accompanying materials
// are made available under the terms of the Eclipse Public License v1.0
// and Apache License v2.0 which accompanies this distribution.
// The Eclipse Public License is available at
// http://www.eclipse.org/legal/epl-v10.html
// The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
/** /**
* ServletContainerInitializerListener * ServletContainerInitializerListener
* *

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2010 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2009-2010 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;

View File

@ -1,15 +1,21 @@
// ======================================================================== //
// Copyright (c) 2009-2010 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;
import java.util.List; import java.util.List;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2010 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;

View File

@ -1,15 +1,21 @@
//
// ======================================================================== // ========================================================================
// Copyright (c) 2008-2009 Mort Bay Consulting Pty. Ltd. // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------ // ------------------------------------------------------------------------
// All rights reserved. This program and the accompanying materials // All rights reserved. This program and the accompanying materials
// are made available under the terms of the Eclipse Public License v1.0 // are made available under the terms of the Eclipse Public License v1.0
// and Apache License v2.0 which accompanies this distribution. // and Apache License v2.0 which accompanies this distribution.
// The Eclipse Public License is available at //
// http://www.eclipse.org/legal/epl-v10.html // The Eclipse Public License is available at
// The Apache License v2.0 is available at // http://www.eclipse.org/legal/epl-v10.html
// http://www.opensource.org/licenses/apache2.0.php //
// You may elect to redistribute this code under either of these licenses. // The Apache License v2.0 is available at
// ======================================================================== // http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;
import java.io.IOException; import java.io.IOException;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;

View File

@ -1,15 +1,21 @@
// ======================================================================== //
// Copyright (c) 2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;
import javax.servlet.ServletContextEvent; import javax.servlet.ServletContextEvent;

View File

@ -1,16 +1,22 @@
//
// ========================================================================
// Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------
// All rights reserved. This program and the accompanying materials
// are made available under the terms of the Eclipse Public License v1.0
// and Apache License v2.0 which accompanies this distribution.
//
// The Eclipse Public License is available at
// http://www.eclipse.org/legal/epl-v10.html
//
// The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;
//========================================================================
//Copyright (c) 2006-2012 Mort Bay Consulting Pty. Ltd.
//------------------------------------------------------------------------
//All rights reserved. This program and the accompanying materials
//are made available under the terms of the Eclipse Public License v1.0
//and Apache License v2.0 which accompanies this distribution.
//The Eclipse Public License is available at
//http://www.eclipse.org/legal/epl-v10.html
//The Apache License v2.0 is available at
//http://www.opensource.org/licenses/apache2.0.php
//You may elect to redistribute this code under either of these licenses.
//========================================================================
import java.lang.annotation.ElementType; import java.lang.annotation.ElementType;
import java.lang.annotation.Retention; import java.lang.annotation.Retention;

View File

@ -1,15 +1,21 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;
import java.lang.annotation.ElementType; import java.lang.annotation.ElementType;

View File

@ -1,15 +1,21 @@
//
// ======================================================================== // ========================================================================
// Copyright (c) 2008-2010 Mort Bay Consulting Pty. Ltd. // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------ // ------------------------------------------------------------------------
// All rights reserved. This program and the accompanying materials // All rights reserved. This program and the accompanying materials
// are made available under the terms of the Eclipse Public License v1.0 // are made available under the terms of the Eclipse Public License v1.0
// and Apache License v2.0 which accompanies this distribution. // and Apache License v2.0 which accompanies this distribution.
// The Eclipse Public License is available at //
// http://www.eclipse.org/legal/epl-v10.html // The Eclipse Public License is available at
// The Apache License v2.0 is available at // http://www.eclipse.org/legal/epl-v10.html
// http://www.opensource.org/licenses/apache2.0.php //
// You may elect to redistribute this code under either of these licenses. // The Apache License v2.0 is available at
// ======================================================================== // http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;
import java.io.IOException; import java.io.IOException;
@ -30,8 +36,6 @@ import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpServletResponse;
@DeclareRoles({"alice"}) @DeclareRoles({"alice"})
@WebServlet(urlPatterns = { "/foo/*", "/bah/*" }, name="CServlet", initParams={@WebInitParam(name="x", value="y")}, loadOnStartup=2, asyncSupported=false) @WebServlet(urlPatterns = { "/foo/*", "/bah/*" }, name="CServlet", initParams={@WebInitParam(name="x", value="y")}, loadOnStartup=2, asyncSupported=false)
@MultipartConfig(fileSizeThreshold=1000, maxFileSize=2000, maxRequestSize=3000) @MultipartConfig(fileSizeThreshold=1000, maxFileSize=2000, maxRequestSize=3000)

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;

View File

@ -1,15 +1,21 @@
// ======================================================================== //
// Copyright (c) 2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;
import java.util.Arrays; import java.util.Arrays;

View File

@ -1,15 +1,21 @@
// ======================================================================== //
// Copyright (c) 2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;
import java.util.ArrayList; import java.util.ArrayList;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations; package org.eclipse.jetty.annotations;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations.resources; package org.eclipse.jetty.annotations.resources;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations.resources; package org.eclipse.jetty.annotations.resources;
import javax.annotation.Resource; import javax.annotation.Resource;

View File

@ -1,16 +1,22 @@
//
// ========================================================================
// Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------
// All rights reserved. This program and the accompanying materials
// are made available under the terms of the Eclipse Public License v1.0
// and Apache License v2.0 which accompanies this distribution.
//
// The Eclipse Public License is available at
// http://www.eclipse.org/legal/epl-v10.html
//
// The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.annotations.resources; package org.eclipse.jetty.annotations.resources;
//========================================================================
//Copyright (c) 2006-2012 Mort Bay Consulting Pty. Ltd.
//------------------------------------------------------------------------
//All rights reserved. This program and the accompanying materials
//are made available under the terms of the Eclipse Public License v1.0
//and Apache License v2.0 which accompanies this distribution.
//The Eclipse Public License is available at
//http://www.eclipse.org/legal/epl-v10.html
//The Apache License v2.0 is available at
//http://www.opensource.org/licenses/apache2.0.php
//You may elect to redistribute this code under either of these licenses.
//========================================================================
import java.lang.reflect.Field; import java.lang.reflect.Field;
import java.util.List; import java.util.List;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2011 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.client; package org.eclipse.jetty.client;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2008-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.client; package org.eclipse.jetty.client;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2011 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.client; package org.eclipse.jetty.client;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2011 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.client; package org.eclipse.jetty.client;

View File

@ -1,15 +1,21 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.client; package org.eclipse.jetty.client;
import java.io.IOException; import java.io.IOException;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.client; package org.eclipse.jetty.client;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.client; package org.eclipse.jetty.client;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.client; package org.eclipse.jetty.client;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.client; package org.eclipse.jetty.client;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2008-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.client; package org.eclipse.jetty.client;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.client; package org.eclipse.jetty.client;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2008-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.client; package org.eclipse.jetty.client;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.client; package org.eclipse.jetty.client;

View File

@ -1,15 +1,21 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.client; package org.eclipse.jetty.client;
import java.io.IOException; import java.io.IOException;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2008-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.client.security; package org.eclipse.jetty.client.security;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.client.security; package org.eclipse.jetty.client.security;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.client.security; package org.eclipse.jetty.client.security;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.client.security; package org.eclipse.jetty.client.security;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.client.security; package org.eclipse.jetty.client.security;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.client.security; package org.eclipse.jetty.client.security;

View File

@ -1,15 +1,21 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.client.security; package org.eclipse.jetty.client.security;
import java.io.IOException; import java.io.IOException;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2008-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.client.security; package org.eclipse.jetty.client.security;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.client.security; package org.eclipse.jetty.client.security;

View File

@ -1,15 +1,20 @@
// ======================================================================== //
// Copyright (c) 2008-2009 Mort Bay Consulting Pty. Ltd. // ========================================================================
// ------------------------------------------------------------------------ // Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// All rights reserved. This program and the accompanying materials // ------------------------------------------------------------------------
// are made available under the terms of the Eclipse Public License v1.0 // All rights reserved. This program and the accompanying materials
// and Apache License v2.0 which accompanies this distribution. // are made available under the terms of the Eclipse Public License v1.0
// The Eclipse Public License is available at // and Apache License v2.0 which accompanies this distribution.
// http://www.eclipse.org/legal/epl-v10.html //
// The Apache License v2.0 is available at // The Eclipse Public License is available at
// http://www.opensource.org/licenses/apache2.0.php // http://www.eclipse.org/legal/epl-v10.html
// You may elect to redistribute this code under either of these licenses. //
// ======================================================================== // The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
package org.eclipse.jetty.client.webdav; package org.eclipse.jetty.client.webdav;

Some files were not shown because too many files have changed in this diff Show More