Merge from jetty-8 to jetty-9 (license header standarization)
This commit is contained in:
commit
3d1d76d214
|
@ -1,16 +1,20 @@
|
||||||
//========================================================================
|
//
|
||||||
//Copyright 2004-2008 Mort Bay Consulting Pty. Ltd.
|
// ========================================================================
|
||||||
//------------------------------------------------------------------------
|
// Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
|
||||||
//Licensed under the Apache License, Version 2.0 (the "License");
|
// ------------------------------------------------------------------------
|
||||||
//you may not use this file except in compliance with the License.
|
// All rights reserved. This program and the accompanying materials
|
||||||
//You may obtain a copy of the License at
|
// are made available under the terms of the Eclipse Public License v1.0
|
||||||
//http://www.apache.org/licenses/LICENSE-2.0
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
//Unless required by applicable law or agreed to in writing, software
|
//
|
||||||
//distributed under the License is distributed on an "AS IS" BASIS,
|
// The Eclipse Public License is available at
|
||||||
//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
//See the License for the specific language governing permissions and
|
//
|
||||||
//limitations under the License.
|
// The Apache License v2.0 is available at
|
||||||
//========================================================================
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.example.asyncrest;
|
package org.eclipse.jetty.example.asyncrest;
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,20 @@
|
||||||
//========================================================================
|
//
|
||||||
//Copyright 2004-2008 Mort Bay Consulting Pty. Ltd.
|
// ========================================================================
|
||||||
//------------------------------------------------------------------------
|
// Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
|
||||||
//Licensed under the Apache License, Version 2.0 (the "License");
|
// ------------------------------------------------------------------------
|
||||||
//you may not use this file except in compliance with the License.
|
// All rights reserved. This program and the accompanying materials
|
||||||
//You may obtain a copy of the License at
|
// are made available under the terms of the Eclipse Public License v1.0
|
||||||
//http://www.apache.org/licenses/LICENSE-2.0
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
//Unless required by applicable law or agreed to in writing, software
|
//
|
||||||
//distributed under the License is distributed on an "AS IS" BASIS,
|
// The Eclipse Public License is available at
|
||||||
//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
//See the License for the specific language governing permissions and
|
//
|
||||||
//limitations under the License.
|
// The Apache License v2.0 is available at
|
||||||
//========================================================================
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.example.asyncrest;
|
package org.eclipse.jetty.example.asyncrest;
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,20 @@
|
||||||
//========================================================================
|
//
|
||||||
//Copyright 2004-2008 Mort Bay Consulting Pty. Ltd.
|
// ========================================================================
|
||||||
//------------------------------------------------------------------------
|
// Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
|
||||||
//Licensed under the Apache License, Version 2.0 (the "License");
|
// ------------------------------------------------------------------------
|
||||||
//you may not use this file except in compliance with the License.
|
// All rights reserved. This program and the accompanying materials
|
||||||
//You may obtain a copy of the License at
|
// are made available under the terms of the Eclipse Public License v1.0
|
||||||
//http://www.apache.org/licenses/LICENSE-2.0
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
//Unless required by applicable law or agreed to in writing, software
|
//
|
||||||
//distributed under the License is distributed on an "AS IS" BASIS,
|
// The Eclipse Public License is available at
|
||||||
//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
//See the License for the specific language governing permissions and
|
//
|
||||||
//limitations under the License.
|
// The Apache License v2.0 is available at
|
||||||
//========================================================================
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.example.asyncrest;
|
package org.eclipse.jetty.example.asyncrest;
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,21 @@
|
||||||
|
//
|
||||||
|
// ========================================================================
|
||||||
|
// Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
|
||||||
|
// ------------------------------------------------------------------------
|
||||||
|
// All rights reserved. This program and the accompanying materials
|
||||||
|
// are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
|
//
|
||||||
|
// The Eclipse Public License is available at
|
||||||
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
//
|
||||||
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.example.asyncrest;
|
package org.eclipse.jetty.example.asyncrest;
|
||||||
|
|
||||||
import org.eclipse.jetty.server.Connector;
|
import org.eclipse.jetty.server.Connector;
|
||||||
|
|
|
@ -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) 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-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) 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) 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,3 +1,21 @@
|
||||||
|
//
|
||||||
|
// ========================================================================
|
||||||
|
// Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
|
||||||
|
// ------------------------------------------------------------------------
|
||||||
|
// All rights reserved. This program and the accompanying materials
|
||||||
|
// are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
|
//
|
||||||
|
// The Eclipse Public License is available at
|
||||||
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
//
|
||||||
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.annotations;
|
package org.eclipse.jetty.annotations;
|
||||||
|
|
||||||
import java.util.HashSet;
|
import java.util.HashSet;
|
||||||
|
@ -12,19 +30,6 @@ import org.eclipse.jetty.plus.annotation.ContainerInitializer;
|
||||||
import org.eclipse.jetty.util.MultiMap;
|
import org.eclipse.jetty.util.MultiMap;
|
||||||
import org.eclipse.jetty.webapp.WebAppContext;
|
import org.eclipse.jetty.webapp.WebAppContext;
|
||||||
|
|
||||||
// ========================================================================
|
|
||||||
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd.
|
|
||||||
// ------------------------------------------------------------------------
|
|
||||||
// All rights reserved. This program and the accompanying materials
|
|
||||||
// are made available under the terms of the Eclipse Public License v1.0
|
|
||||||
// and Apache License v2.0 which accompanies this distribution.
|
|
||||||
// The Eclipse Public License is available at
|
|
||||||
// http://www.eclipse.org/legal/epl-v10.html
|
|
||||||
// The Apache License v2.0 is available at
|
|
||||||
// http://www.opensource.org/licenses/apache2.0.php
|
|
||||||
// You may elect to redistribute this code under either of these licenses.
|
|
||||||
// ========================================================================
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ServletContainerInitializerListener
|
* ServletContainerInitializerListener
|
||||||
*
|
*
|
||||||
|
|
|
@ -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) 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-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) 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-2010 Mort Bay Consulting Pty. Ltd.
|
// ========================================================================
|
||||||
// ------------------------------------------------------------------------
|
// Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
|
||||||
// All rights reserved. This program and the accompanying materials
|
// ------------------------------------------------------------------------
|
||||||
// are made available under the terms of the Eclipse Public License v1.0
|
// All rights reserved. This program and the accompanying materials
|
||||||
// and Apache License v2.0 which accompanies this distribution.
|
// are made available under the terms of the Eclipse Public License v1.0
|
||||||
// The Eclipse Public License is available at
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
// http://www.eclipse.org/legal/epl-v10.html
|
//
|
||||||
// The Apache License v2.0 is available at
|
// The Eclipse Public License is available at
|
||||||
// http://www.opensource.org/licenses/apache2.0.php
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
// You may elect to redistribute this code under either of these licenses.
|
//
|
||||||
// ========================================================================
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.annotations;
|
package org.eclipse.jetty.annotations;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
|
@ -1,15 +1,20 @@
|
||||||
// ========================================================================
|
//
|
||||||
// Copyright (c) 2010 Mort Bay Consulting Pty. Ltd.
|
// ========================================================================
|
||||||
// ------------------------------------------------------------------------
|
// Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
|
||||||
// All rights reserved. This program and the accompanying materials
|
// ------------------------------------------------------------------------
|
||||||
// are made available under the terms of the Eclipse Public License v1.0
|
// All rights reserved. This program and the accompanying materials
|
||||||
// and Apache License v2.0 which accompanies this distribution.
|
// are made available under the terms of the Eclipse Public License v1.0
|
||||||
// The Eclipse Public License is available at
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
// http://www.eclipse.org/legal/epl-v10.html
|
//
|
||||||
// The Apache License v2.0 is available at
|
// The Eclipse Public License is available at
|
||||||
// http://www.opensource.org/licenses/apache2.0.php
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
// You may elect to redistribute this code under either of these licenses.
|
//
|
||||||
// ========================================================================
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.annotations;
|
package org.eclipse.jetty.annotations;
|
||||||
|
|
||||||
|
|
|
@ -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,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;
|
||||||
|
@ -30,8 +36,6 @@ import javax.servlet.http.HttpServlet;
|
||||||
import javax.servlet.http.HttpServletRequest;
|
import javax.servlet.http.HttpServletRequest;
|
||||||
import javax.servlet.http.HttpServletResponse;
|
import javax.servlet.http.HttpServletResponse;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@DeclareRoles({"alice"})
|
@DeclareRoles({"alice"})
|
||||||
@WebServlet(urlPatterns = { "/foo/*", "/bah/*" }, name="CServlet", initParams={@WebInitParam(name="x", value="y")}, loadOnStartup=2, asyncSupported=false)
|
@WebServlet(urlPatterns = { "/foo/*", "/bah/*" }, name="CServlet", initParams={@WebInitParam(name="x", value="y")}, loadOnStartup=2, asyncSupported=false)
|
||||||
@MultipartConfig(fileSizeThreshold=1000, maxFileSize=2000, maxRequestSize=3000)
|
@MultipartConfig(fileSizeThreshold=1000, maxFileSize=2000, maxRequestSize=3000)
|
||||||
|
|
|
@ -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.util.Arrays;
|
import java.util.Arrays;
|
||||||
|
|
|
@ -1,15 +1,21 @@
|
||||||
// ========================================================================
|
//
|
||||||
// Copyright (c) 2009 Mort Bay Consulting Pty. Ltd.
|
// ========================================================================
|
||||||
// ------------------------------------------------------------------------
|
// Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
|
||||||
// All rights reserved. This program and the accompanying materials
|
// ------------------------------------------------------------------------
|
||||||
// are made available under the terms of the Eclipse Public License v1.0
|
// All rights reserved. This program and the accompanying materials
|
||||||
// and Apache License v2.0 which accompanies this distribution.
|
// are made available under the terms of the Eclipse Public License v1.0
|
||||||
// The Eclipse Public License is available at
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
// http://www.eclipse.org/legal/epl-v10.html
|
//
|
||||||
// The Apache License v2.0 is available at
|
// The Eclipse Public License is available at
|
||||||
// http://www.opensource.org/licenses/apache2.0.php
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
// You may elect to redistribute this code under either of these licenses.
|
//
|
||||||
// ========================================================================
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.annotations;
|
package org.eclipse.jetty.annotations;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue