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;

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;

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;

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;

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;

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 =

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