standardize license header blocks
This commit is contained in:
parent
8dc7a7b1d7
commit
00ed549898
|
@ -1,16 +1,20 @@
|
||||||
// ========================================================================
|
//
|
||||||
// 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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -1,15 +1,20 @@
|
||||||
// ========================================================================
|
//
|
||||||
// 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;
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,20 @@
|
||||||
// ========================================================================
|
//
|
||||||
// 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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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.embedded;
|
package org.eclipse.jetty.embedded;
|
||||||
|
|
||||||
|
|
|
@ -12,4 +12,4 @@
|
||||||
http://www.opensource.org/licenses/apache2.0.php
|
http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
|
||||||
You may elect to redistribute this code under either of these licenses.
|
You may elect to redistribute this code under either of these licenses.
|
||||||
========================================================================
|
========================================================================
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
@ -24,8 +30,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"})
|
||||||
@RunAs("admin")
|
@RunAs("admin")
|
||||||
public class ServletC extends HttpServlet
|
public class ServletC extends HttpServlet
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,20 @@
|
||||||
/*
|
//
|
||||||
* 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.client;
|
package org.eclipse.jetty.client;
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,20 @@
|
||||||
/*
|
//
|
||||||
* 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.client;
|
package org.eclipse.jetty.client;
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,20 @@
|
||||||
/*
|
//
|
||||||
* 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.client;
|
package org.eclipse.jetty.client;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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.client;
|
package org.eclipse.jetty.client;
|
||||||
|
|
||||||
|
|
|
@ -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.client;
|
package org.eclipse.jetty.client;
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,20 @@
|
||||||
/*
|
//
|
||||||
* 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.client;
|
package org.eclipse.jetty.client;
|
||||||
|
|
||||||
|
|
|
@ -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.client;
|
package org.eclipse.jetty.client;
|
||||||
//========================================================================
|
|
||||||
//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 static org.junit.Assert.assertEquals;
|
import static org.junit.Assert.assertEquals;
|
||||||
|
|
||||||
|
|
|
@ -1,15 +1,20 @@
|
||||||
// ========================================================================
|
//
|
||||||
// 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.client;
|
package org.eclipse.jetty.client;
|
||||||
|
|
||||||
|
|
|
@ -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.client;
|
package org.eclipse.jetty.client;
|
||||||
//========================================================================
|
|
||||||
//Copyright 2011-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.io.IOException;
|
import java.io.IOException;
|
||||||
import java.util.concurrent.CountDownLatch;
|
import java.util.concurrent.CountDownLatch;
|
||||||
|
|
|
@ -1,15 +1,20 @@
|
||||||
// ========================================================================
|
//
|
||||||
// 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.client;
|
package org.eclipse.jetty.client;
|
||||||
|
|
||||||
|
|
|
@ -1,15 +1,20 @@
|
||||||
// ========================================================================
|
//
|
||||||
// Copyright 2012-2012 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;
|
||||||
|
|
||||||
|
|
|
@ -1,17 +1,22 @@
|
||||||
package org.eclipse.jetty.client;
|
//
|
||||||
|
// ========================================================================
|
||||||
|
// 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.client;
|
||||||
// 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.
|
|
||||||
// ========================================================================
|
|
||||||
|
|
||||||
import static org.junit.Assert.assertTrue;
|
import static org.junit.Assert.assertTrue;
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue