git: 72dd7b7013f5 - main - www/jetty8: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sat, 02 Dec 2023 13:31:49 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=72dd7b7013f56989ae7bf797b3a11b7510263178

commit 72dd7b7013f56989ae7bf797b3a11b7510263178
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2023-12-02 13:31:36 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2023-12-02 13:31:36 +0000

    www/jetty8: Remove expired port
    
    2023-11-30 www/jetty8: End of life in 2014, consider migrating to www/jetty10
---
 MOVED                                |    1 +
 www/Makefile                         |    1 -
 www/jetty8/Makefile                  |   73 --
 www/jetty8/distinfo                  |    2 -
 www/jetty8/files/jetty.in            |   40 -
 www/jetty8/files/jettyctl.in         |  175 ----
 www/jetty8/files/message-advanced.in |   23 -
 www/jetty8/files/message.in          |   36 -
 www/jetty8/files/pkg-deinstall.in    |   61 --
 www/jetty8/files/pkg-install.in      |   47 -
 www/jetty8/pkg-descr                 |   12 -
 www/jetty8/pkg-plist                 | 1917 ----------------------------------
 12 files changed, 1 insertion(+), 2387 deletions(-)

diff --git a/MOVED b/MOVED
index 29fd9e048174..a20a2fc266b9 100644
--- a/MOVED
+++ b/MOVED
@@ -8148,3 +8148,4 @@ devel/ptmalloc||2023-12-02|Has expired: Abandonware, last release in 2006 and th
 java/wildfly18||2023-12-02|Has expired: End of life upstream
 java/wildfly14||2023-12-02|Has expired: End of life upstream
 www/madsonic||2023-12-02|Has expired: Depends on www/jetty8 which has been listed as end of life since 2015
+www/jetty8||2023-12-02|Has expired: End of life in 2014, consider migrating to www/jetty10
diff --git a/www/Makefile b/www/Makefile
index 6897a2b27ba0..343c5e66f31b 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -275,7 +275,6 @@
     SUBDIR += jericho-html
     SUBDIR += jesred
     SUBDIR += jetty10
-    SUBDIR += jetty8
     SUBDIR += jetty9
     SUBDIR += jira-cli
     SUBDIR += jitsi-meet
diff --git a/www/jetty8/Makefile b/www/jetty8/Makefile
deleted file mode 100644
index e5ef288b447a..000000000000
--- a/www/jetty8/Makefile
+++ /dev/null
@@ -1,73 +0,0 @@
-PORTNAME=	jetty
-PORTVERSION=	8.1.15
-PORTREVISION=	1
-CATEGORIES=	www java
-MASTER_SITES=	ECLIPSE/jetty/${PORTVERSION}.${JDVDATE}/dist
-PKGNAMESUFFIX=	8
-DISTNAME=	jetty-distribution-${PORTVERSION}.${JDVDATE}
-
-MAINTAINER=	olgeni@FreeBSD.org
-COMMENT=	Full-featured web server implemented entirely in Java
-WWW=		https://www.eclipse.org/jetty/
-
-DEPRECATED=	End of life in 2014, consider migrating to www/jetty10
-EXPIRATION_DATE=2023-11-30
-
-LICENSE=	APACHE20 EPL
-LICENSE_COMB=	dual
-
-RUN_DEPENDS=	bash:shells/bash
-
-CONFLICTS=	jetty-9.*
-
-JDVDATE=	v20140411
-USE_RC_SUBR=	${PORTNAME}
-USE_JAVA=	yes
-USES=		cpe python
-CPE_VENDOR=	eclipse
-PKGMESSAGE=	${WRKDIR}/pkg-message
-PLIST_SUB+=	RUNASUSER=${RUNASUSER} GROUP=${GROUP}
-
-APP_NAME=	${PORTNAME}
-APP_HOME=	${PREFIX}/${PORTNAME}
-PID_FILE?=	${APP_HOME}/${APP_NAME}.pid
-RUNASUSER?=	www
-RUNASUID?=	80
-GROUP?=		www
-GID?=		80
-LOG_FILE?=	${APP_HOME}/${APP_NAME}.log
-
-NO_BUILD=	yes
-NO_ARCH=	yes
-
-SUB_LIST=	\
-		APP_HOME=${APP_HOME} \
-		APP_NAME=${APP_NAME} \
-		JAVA_HOME=${JAVA_HOME} \
-		JAVA=${JAVA} \
-		PID_FILE=${PID_FILE} \
-		RUNASUSER=${RUNASUSER} \
-		RUNASUID=${RUNASUID} \
-		GROUP=${GROUP} \
-		GID=${GID} \
-		LOG_FILE=${LOG_FILE} \
-		PYTHON_CMD=${PYTHON_CMD}
-
-SUB_FILES=	\
-		pkg-install \
-		pkg-deinstall \
-		${APP_NAME}ctl \
-		${APP_NAME} \
-		message \
-		message-advanced
-
-pre-install:
-	@${FMT} -w80 ${WRKDIR}/message > ${PKGMESSAGE}
-	@${CAT} ${WRKDIR}/message-advanced >> ${PKGMESSAGE}
-
-do-install:
-	@${MKDIR} ${STAGEDIR}${APP_HOME}
-	cd ${WRKSRC} && ${FIND} -H * | ${EGREP} -v "^(bin/|bin$$)" | ${CPIO} -pdmuL ${STAGEDIR}${APP_HOME}
-	${INSTALL_SCRIPT} ${WRKDIR}/${APP_NAME}ctl ${STAGEDIR}${PREFIX}/sbin
-
-.include <bsd.port.mk>
diff --git a/www/jetty8/distinfo b/www/jetty8/distinfo
deleted file mode 100644
index bd01121f1b27..000000000000
--- a/www/jetty8/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (jetty-distribution-8.1.15.v20140411.tar.gz) = 2015725c8d1525f6d57b24ab5b16c745945a7a278dbedd1fba62016be125fb84
-SIZE (jetty-distribution-8.1.15.v20140411.tar.gz) = 9053605
diff --git a/www/jetty8/files/jetty.in b/www/jetty8/files/jetty.in
deleted file mode 100644
index a2fc7c87bff2..000000000000
--- a/www/jetty8/files/jetty.in
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/bin/sh
-
-# PROVIDE: %%APP_NAME%%
-# REQUIRE: NETWORKING SERVERS
-# KEYWORD: shutdown
-
-#
-# Add the following line to /etc/rc.conf to enable %%APP_NAME%%:
-#
-# %%APP_NAME%%_enable="YES"
-#
-
-. /etc/rc.subr
-
-name=%%APP_NAME%%
-rcvar=%%APP_NAME%%_enable
-
-command="%%PREFIX%%/sbin/%%APP_NAME%%ctl"
-command_args="start"
-pidfile=%%PID_FILE%%
-
-# set defaults
-
-%%APP_NAME%%_enable=${%%APP_NAME%%_enable:-"NO"}
-%%APP_NAME%%_user=${%%APP_NAME%%_user:-"www"}
-%%APP_NAME%%_group=${%%APP_NAME%%_group:-"www"}
-
-load_rc_config ${name}
-
-if test -n "${%%APP_NAME%%_java_version}" ; then
-    JAVA_HOME=$(JAVA_VERSION="${%%APP_NAME%%_java_version}" JAVAVM_DRYRUN=1 %%LOCALBASE%%/bin/java | grep JAVA_HOME | cut -d= -f2)
-    procname=$(JAVA_VERSION="${%%APP_NAME%%_java_version}" JAVAVM_DRYRUN=1 %%LOCALBASE%%/bin/java | grep JAVAVM_PROG | cut -d= -f2)
-else
-    JAVA_HOME=$(JAVAVM_DRYRUN=1 %%LOCALBASE%%/bin/java | grep JAVA_HOME | cut -d= -f2)
-    procname=$(JAVAVM_DRYRUN=1 %%LOCALBASE%%/bin/java | grep JAVAVM_PROG | cut -d= -f2)
-fi
-
-export JAVA_HOME
-
-run_rc_command "$1"
diff --git a/www/jetty8/files/jettyctl.in b/www/jetty8/files/jettyctl.in
deleted file mode 100644
index 30b6dd5c8ebb..000000000000
--- a/www/jetty8/files/jettyctl.in
+++ /dev/null
@@ -1,175 +0,0 @@
-#! %%PYTHON_CMD%%
-
-################################################################################
-# Author:        Jean-Baptiste Quenot <jb.quenot@caraldi.com>
-# Purpose:       Manage resin pid file and log files
-# Date Created:  2005-01-21 15:43:19
-################################################################################
-# Copyright (c) 2004, Jean-Baptiste Quenot <jb.quenot@caraldi.com>
-# All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions are met:
-#
-# * Redistributions of source code must retain the above copyright notice, this
-#   list of conditions and the following disclaimer.
-# * Redistributions in binary form must reproduce the above copyright notice,
-#   this list of conditions and the following disclaimer in the documentation
-#   and/or other materials provided with the distribution.
-# * The name of the contributors may not be used to endorse or promote products
-#   derived from this software without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
-# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-################################################################################
-#
-# Files handled by this script (pid file, log files) must reside in a writable
-# directory, ie the directory must be owned by the user running the program.
-
-import sys, os, signal, time, stat, re
-
-#    -socketwait 12345
-#    -stdout $APP_HOME/log/stdout.log
-#    -stderr $APP_HOME/log/stderr.log
-
-def readProcessId():
-    f = open(PID_FILE, 'r')
-    pid = int(f.readline())
-    f.close()
-    return pid
-
-def isProgramRunning(pid):
-    # Send a dummy signal to the process.  If it died, an exception is
-    # thrown
-    try:
-        os.kill(pid, signal.SIGCONT)
-        return 1
-    except OSError:
-        return 0
-
-def usage():
-    print >> sys.stderr, "Usage: %s {start|stop|restart}" % sys.argv[0]
-
-def start():
-    cwd = os.getcwd()
-    if os.path.exists(PID_FILE):
-        # Read the process id
-        pid = readProcessId()
-
-        if isProgramRunning(pid):
-            print >> sys.stderr, '%s already started' % APP_NAME
-            sys.exit(3)
-
-    if not(os.path.exists(COMMAND)):
-        print >> sys.stderr, '%s cannot be found' % COMMAND
-        sys.exit(3)
-
-    # Append program output to a log file
-    l = open(LOG_FILE, 'a')
-    orig_stderr = os.dup(sys.stderr.fileno())
-    os.dup2(l.fileno(), sys.stdout.fileno())
-    os.dup2(l.fileno(), sys.stderr.fileno())
-
-    finfo = os.stat(COMMAND)[stat.ST_MODE]
-    executable = stat.S_IMODE(finfo) & 0111
-    if not(executable):
-        sys.stderr = os.fdopen(orig_stderr, 'w')
-        print >> sys.stderr, 'Cannot run %s, execute bit is missing' % COMMAND
-        sys.exit(5)
-
-    if APP_HOME:
-        # Change current directory to APP_HOME
-        os.chdir(APP_HOME)
-
-    # Start program in the background
-    pid = os.spawnv(os.P_NOWAIT, COMMAND, ARGS)
-
-    # Wait a little
-    time.sleep(.4)
-    (status_pid, status) = os.waitpid(pid, os.WNOHANG)
-
-    # Check program exit status, if available
-    if status_pid != 0 and os.WIFEXITED(status):
-        sys.stderr = os.fdopen(orig_stderr, 'w')
-        print >> sys.stderr, 'Could not start %s.  Check %s for errors.' % (APP_NAME, LOG_FILE)
-        sys.exit(2)
-
-    # It's alive, so write down the process id
-    os.chdir(cwd)
-    f = open(PID_FILE, 'w')
-    print >> f, pid
-    f.close()
-
-def warnNotRunning():
-    if sys.argv[1] == "stop":
-        print >> sys.stderr, '%s is not running' % APP_NAME
-    else:
-        print >> sys.stderr, 'Warning: %s was not running' % APP_NAME
-
-def cleanup():
-    os.unlink(PID_FILE)
-
-def stop():
-    if os.path.exists(PID_FILE):
-        # Read the process id
-        pid = readProcessId()
-    else:
-        warnNotRunning()
-        return
-
-    if not(isProgramRunning(pid)):
-        warnNotRunning()
-        cleanup()
-        return
-
-    # Terminate program
-    os.kill(pid, signal.SIGTERM)
-
-    while isProgramRunning(pid):
-        time.sleep(.1)
-
-    cleanup()
-
-if __name__ == '__main__':
-    LOG_FILE = "%%LOG_FILE%%"
-    APP_NAME = "%%APP_NAME%%"
-    APP_HOME = "%%APP_HOME%%"
-    PID_FILE = "%%PID_FILE%%"
-    COMMAND = "%%PREFIX%%/bin/java"
-    ARGS = [COMMAND]
-
-    ARGS += sys.argv[1:-1]
-
-    ARGS += [
-        "-Djetty.home=%%APP_HOME%%",
-        "-jar",
-        "%%APP_HOME%%/start.jar"
-        ]
-
-    os.environ['PATH'] = "%%LOCALBASE%%/bin:/usr/bin:/bin"
-
-    if len(sys.argv) < 2:
-        usage()
-        sys.exit(1)
-
-    if sys.argv[-1] == "start":
-        start()
-
-    elif sys.argv[-1] == "stop":
-        stop()
-
-    elif sys.argv[-1] == "restart":
-        stop()
-        start()
-
-    else:
-        usage()
-        sys.exit(1)
diff --git a/www/jetty8/files/message-advanced.in b/www/jetty8/files/message-advanced.in
deleted file mode 100644
index 60f676a9c59a..000000000000
--- a/www/jetty8/files/message-advanced.in
+++ /dev/null
@@ -1,23 +0,0 @@
-
---------------------------------------------------------------------------------
-ADVANCED USAGE
-
-If you need to pass special options to Java, please set the
-%%APP_NAME%%_flags option in /etc/rc.conf, see examples below:
-
-  # Prevent Java from opening an X11 display
-
-  %%APP_NAME%%_flags="-Djava.awt.headless=true"
-
-  # Increase memory limit of the Java virtual machine
-
-  %%APP_NAME%%_flags="-Xms32m -Xmx256m"
-
-  # Run Java with remote debugging turned on on port 8000
-
-  %%APP_NAME%%_flags="-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000"
-
-To specify the java version to use, please use %%APP_NAME%%_java_version:
-
-  %%APP_NAME%%_java_version="1.4"
-
diff --git a/www/jetty8/files/message.in b/www/jetty8/files/message.in
deleted file mode 100644
index 654685bdac1f..000000000000
--- a/www/jetty8/files/message.in
+++ /dev/null
@@ -1,36 +0,0 @@
-Jetty is now installed in %%APP_HOME%%
-
-You may want to activate it in /etc/rc.conf:
-
-  # echo %%APP_NAME%%_enable="YES" >> /etc/rc.conf
-
-Then copy the sample configuration file to the proper location:
-
-  # cp %%PREFIX%%/jetty/etc/jetty.xml %%PREFIX%%/etc/jetty.xml
-
-Now, start Jetty:
-
-env - %%PREFIX%%/etc/rc.d/%%APP_NAME%% start
-
-For this control script to run seamlessly, it is recommended to increase the
-maximum length of commands displayed by ps(1).  Please append the following
-setting to /etc/sysctl.conf:
-
-  # Do not truncate command line arguments in ps(1) listing
-  kern.ps_arg_cache_limit=10000
-
-This setting will take effect at next reboot, however it is possible to have
-immediate effect with the following command as root:
-
-  # sysctl kern.ps_arg_cache_limit=10000
-
-If you wish to skip this setting, please note that the `stop', `restart' and
-`status' will not function properly with %%APP_NAME%%.
-
-Once Jetty is started, point your web browser to the default home page at
-http://localhost:8080/ to read the documentation and test the samples.
-
-Jetty configuration is located at %%PREFIX%%/etc/%%APP_NAME%%.xml
-
-
-Enjoy!
diff --git a/www/jetty8/files/pkg-deinstall.in b/www/jetty8/files/pkg-deinstall.in
deleted file mode 100644
index a69cfd19902f..000000000000
--- a/www/jetty8/files/pkg-deinstall.in
+++ /dev/null
@@ -1,61 +0,0 @@
-#!/bin/sh
-#
-# This script does the following.
-#
-# * Checks if the PID file exists. If it does, it kills the
-#   process and removes the PID file.
-#
-# * Checks if the 'www' user exists. If it does, then it displays
-#   a message.
-#
-# Borrowed from the jakarta-tomcat port
-#
-
-set -e
-
-PID_FILE=%%PID_FILE%%
-RUNASUSER=%%RUNASUSER%%
-APP_NAME=%%APP_NAME%%
-LOG_FILE=%%LOG_FILE%%
-
-# Make sure we're in the right stage of the process
-if [ "$2" = "DEINSTALL" ]; then
-
-    # Kill the process if it is still running
-    if [ -s ${PID_FILE} ]; then
-        PID=`cat ${PID_FILE}`
-        echo -n ">> Killing ${APP_NAME} process (${PID})..."
-
-        if /bin/kill ${PID} > /dev/null 2> /dev/null ; then
-            echo " [ DONE ]"
-        else
-            echo " [ FAILED ]"
-        fi
-
-        echo -n ">> Removing PID file (${PID_FILE})..."
-
-        if rm ${PID_FILE} > /dev/null 2> /dev/null ; then
-            echo " [ DONE ]"
-        else
-            echo " [ FAILED ]"
-        fi
-    fi
-
-    if [ -e ${LOG_FILE} ] ; then
-        echo -n ">> Removing log file (${LOG_FILE})..."
-        if rm ${LOG_FILE} > /dev/null 2> /dev/null ; then
-            echo " [ DONE ]"
-        else
-            echo " [ FAILED ]"
-        fi
-    fi
-fi
-
-if [ "$2" = "POST-DEINSTALL" ]; then
-    # If the user exists, then display a message
-    if pw usershow "$RUNASUSER" 2>/dev/null 1>&2; then
-        echo "To delete the $RUNASUSER user permanently, use 'pw userdel $RUNASUSER'"
-    fi
-fi
-
-exit 0
diff --git a/www/jetty8/files/pkg-install.in b/www/jetty8/files/pkg-install.in
deleted file mode 100644
index 2a840db9f762..000000000000
--- a/www/jetty8/files/pkg-install.in
+++ /dev/null
@@ -1,47 +0,0 @@
-#!/bin/sh
-#
-# Checks if the requested user and group exist. If they don't, then
-# an attempt is made to create both.
-#
-# Borrowed from the jakarta-tomcat port
-#
-
-set -e
-
-RUNASUSER=%%RUNASUSER%%
-RUNASUID=%%RUNASUID%%
-GROUP=%%GROUP%%
-GID=%%GID%%
-APP_NAME=%%APP_NAME%%
-
-if [ "$2" = "POST-INSTALL" ]; then
-    # We're called after the 'make install' process
-    # See if the group already exists
-    if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then
-
-        # If not, try to create it
-        if pw groupadd ${GROUP} -g ${GID}; then
-            echo "Added group \"${GROUP}\"."
-        else
-            echo "Adding group \"${GROUP}\" failed..."
-            exit 1
-        fi
-    fi
-
-    # See if the user already exists
-    if ! pw usershow "${RUNASUSER}" 2>/dev/null 1>&2; then
-
-        # If not, try to create it
-        if pw useradd ${RUNASUSER} -u ${RUNASUID} -g ${GROUP} -h - \
-            -s "/sbin/nologin" -d "/nonexistent" \
-            -c "World Wide Web Owner"; \
-        then
-            echo "Added user \"${RUNASUSER}\"."
-        else
-            echo "Adding user \"${RUNASUSER}\" failed..."
-            exit 1
-        fi
-    fi
-fi
-
-exit 0
diff --git a/www/jetty8/pkg-descr b/www/jetty8/pkg-descr
deleted file mode 100644
index ce0abf0982be..000000000000
--- a/www/jetty8/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-The Jetty Web Server provides an HTTP server and Servlet container
-capable of serving static and dynamic content either from a standalone
-or embedded instantiations. From jetty-7, the jetty webserver and
-other core compoments are hosted by the eclipse foundation.
-
-The project provides:
-
-* Asynchronous HTTP Server
-* Standard based Servlet Container
-* Web Sockets server
-* Asynchronous HTTP Client
-* OSGi, JNDI, JMX, JASPI, AJP support
diff --git a/www/jetty8/pkg-plist b/www/jetty8/pkg-plist
deleted file mode 100644
index 4fb27a0f7a8e..000000000000
--- a/www/jetty8/pkg-plist
+++ /dev/null
@@ -1,1917 +0,0 @@
-sbin/jettyctl
-@owner %%RUNASUSER%%
-@group %%GROUP%%
-jetty/LICENSE-APACHE-2.0.txt
-jetty/LICENSE-ECLIPSE-1.0.html
-jetty/README.txt
-jetty/VERSION.txt
-jetty/about.html
-jetty/contexts-available/README.TXT
-jetty/contexts-available/move-context.xml
-jetty/contexts-available/resources.xml
-jetty/contexts/README.TXT
-jetty/contexts/javadoc.xml
-jetty/contexts/test.d/override-web.xml
-jetty/contexts/test.xml
-jetty/etc/README.spnego
-jetty/etc/jdbcRealm.properties
-jetty/etc/jetty-ajp.xml
-jetty/etc/jetty-annotations.xml
-jetty/etc/jetty-bio-ssl.xml
-jetty/etc/jetty-bio.xml
-jetty/etc/jetty-contexts.xml
-jetty/etc/jetty-debug.xml
-jetty/etc/jetty-deploy.xml
-jetty/etc/jetty-fileserver.xml
-jetty/etc/jetty-ipaccess.xml
-jetty/etc/jetty-jmx.xml
-jetty/etc/jetty-logging.xml
-jetty/etc/jetty-monitor.xml
-jetty/etc/jetty-overlay.xml
-jetty/etc/jetty-plus.xml
-jetty/etc/jetty-policy.xml
-jetty/etc/jetty-proxy.xml
-jetty/etc/jetty-requestlog.xml
-jetty/etc/jetty-rewrite.xml
-jetty/etc/jetty-spdy-proxy.xml
-jetty/etc/jetty-spdy.xml
-jetty/etc/jetty-ssl.xml
-jetty/etc/jetty-started.xml
-jetty/etc/jetty-stats.xml
-jetty/etc/jetty-testrealm.xml
-jetty/etc/jetty-webapps.xml
-jetty/etc/jetty-xinetd.xml
-jetty/etc/jetty.conf
-jetty/etc/jetty.xml
-jetty/etc/keystore
-jetty/etc/krb5.ini
-jetty/etc/realm.properties
-jetty/etc/spnego.conf
-jetty/etc/spnego.properties
-jetty/etc/webdefault.xml
-jetty/javadoc/about.html
-jetty/javadoc/allclasses-frame.html
-jetty/javadoc/allclasses-noframe.html
-jetty/javadoc/constant-values.html
-jetty/javadoc/deprecated-list.html
-jetty/javadoc/help-doc.html
-jetty/javadoc/index-all.html
-jetty/javadoc/index.html
-jetty/javadoc/org/eclipse/jetty/ajp/Ajp13Connection.html
-jetty/javadoc/org/eclipse/jetty/ajp/Ajp13Generator.html
-jetty/javadoc/org/eclipse/jetty/ajp/Ajp13Packet.html
-jetty/javadoc/org/eclipse/jetty/ajp/Ajp13PacketMethods.html
-jetty/javadoc/org/eclipse/jetty/ajp/Ajp13Parser.EventHandler.html
-jetty/javadoc/org/eclipse/jetty/ajp/Ajp13Parser.Input.html
-jetty/javadoc/org/eclipse/jetty/ajp/Ajp13Parser.html
-jetty/javadoc/org/eclipse/jetty/ajp/Ajp13Request.html
-jetty/javadoc/org/eclipse/jetty/ajp/Ajp13RequestHeaders.html
-jetty/javadoc/org/eclipse/jetty/ajp/Ajp13RequestPacket.html
-jetty/javadoc/org/eclipse/jetty/ajp/Ajp13ResponseHeaders.html
-jetty/javadoc/org/eclipse/jetty/ajp/Ajp13SocketConnector.html
-jetty/javadoc/org/eclipse/jetty/ajp/class-use/Ajp13Connection.html
-jetty/javadoc/org/eclipse/jetty/ajp/class-use/Ajp13Generator.html
-jetty/javadoc/org/eclipse/jetty/ajp/class-use/Ajp13Packet.html
-jetty/javadoc/org/eclipse/jetty/ajp/class-use/Ajp13PacketMethods.html
-jetty/javadoc/org/eclipse/jetty/ajp/class-use/Ajp13Parser.EventHandler.html
-jetty/javadoc/org/eclipse/jetty/ajp/class-use/Ajp13Parser.Input.html
-jetty/javadoc/org/eclipse/jetty/ajp/class-use/Ajp13Parser.html
-jetty/javadoc/org/eclipse/jetty/ajp/class-use/Ajp13Request.html
-jetty/javadoc/org/eclipse/jetty/ajp/class-use/Ajp13RequestHeaders.html
-jetty/javadoc/org/eclipse/jetty/ajp/class-use/Ajp13RequestPacket.html
-jetty/javadoc/org/eclipse/jetty/ajp/class-use/Ajp13ResponseHeaders.html
-jetty/javadoc/org/eclipse/jetty/ajp/class-use/Ajp13SocketConnector.html
-jetty/javadoc/org/eclipse/jetty/ajp/package-frame.html
-jetty/javadoc/org/eclipse/jetty/ajp/package-summary.html
-jetty/javadoc/org/eclipse/jetty/ajp/package-tree.html
-jetty/javadoc/org/eclipse/jetty/ajp/package-use.html
-jetty/javadoc/org/eclipse/jetty/annotations/AbstractDiscoverableAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/AnnotationConfiguration.html
-jetty/javadoc/org/eclipse/jetty/annotations/AnnotationDecorator.html
-jetty/javadoc/org/eclipse/jetty/annotations/AnnotationIntrospector.AbstractIntrospectableAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/AnnotationIntrospector.IntrospectableAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/AnnotationIntrospector.html
-jetty/javadoc/org/eclipse/jetty/annotations/AnnotationParser.ClassHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/AnnotationParser.DiscoverableAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/AnnotationParser.FieldHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/AnnotationParser.Handler.html
-jetty/javadoc/org/eclipse/jetty/annotations/AnnotationParser.ListValue.html
-jetty/javadoc/org/eclipse/jetty/annotations/AnnotationParser.MethodHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/AnnotationParser.MyAnnotationVisitor.html
-jetty/javadoc/org/eclipse/jetty/annotations/AnnotationParser.MyClassVisitor.html
-jetty/javadoc/org/eclipse/jetty/annotations/AnnotationParser.SimpleValue.html
-jetty/javadoc/org/eclipse/jetty/annotations/AnnotationParser.Value.html
-jetty/javadoc/org/eclipse/jetty/annotations/AnnotationParser.html
-jetty/javadoc/org/eclipse/jetty/annotations/ClassInheritanceHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/ClassNameResolver.html
-jetty/javadoc/org/eclipse/jetty/annotations/ContainerInitializerAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/DeclareRolesAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/MultiPartConfigAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/PostConstructAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/PreDestroyAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/ResourceAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/ResourcesAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/RunAsAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/ServletContainerInitializerListener.html
-jetty/javadoc/org/eclipse/jetty/annotations/ServletSecurityAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/Util.html
-jetty/javadoc/org/eclipse/jetty/annotations/WebFilterAnnotation.html
-jetty/javadoc/org/eclipse/jetty/annotations/WebFilterAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/WebListenerAnnotation.html
-jetty/javadoc/org/eclipse/jetty/annotations/WebListenerAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/WebServletAnnotation.html
-jetty/javadoc/org/eclipse/jetty/annotations/WebServletAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/AbstractDiscoverableAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/AnnotationConfiguration.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/AnnotationDecorator.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/AnnotationIntrospector.AbstractIntrospectableAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/AnnotationIntrospector.IntrospectableAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/AnnotationIntrospector.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/AnnotationParser.ClassHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/AnnotationParser.DiscoverableAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/AnnotationParser.FieldHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/AnnotationParser.Handler.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/AnnotationParser.ListValue.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/AnnotationParser.MethodHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/AnnotationParser.MyAnnotationVisitor.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/AnnotationParser.MyClassVisitor.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/AnnotationParser.SimpleValue.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/AnnotationParser.Value.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/AnnotationParser.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/ClassInheritanceHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/ClassNameResolver.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/ContainerInitializerAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/DeclareRolesAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/MultiPartConfigAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/PostConstructAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/PreDestroyAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/ResourceAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/ResourcesAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/RunAsAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/ServletContainerInitializerListener.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/ServletSecurityAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/Util.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/WebFilterAnnotation.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/WebFilterAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/WebListenerAnnotation.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/WebListenerAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/WebServletAnnotation.html
-jetty/javadoc/org/eclipse/jetty/annotations/class-use/WebServletAnnotationHandler.html
-jetty/javadoc/org/eclipse/jetty/annotations/package-frame.html
-jetty/javadoc/org/eclipse/jetty/annotations/package-summary.html
-jetty/javadoc/org/eclipse/jetty/annotations/package-tree.html
-jetty/javadoc/org/eclipse/jetty/annotations/package-use.html
-jetty/javadoc/org/eclipse/jetty/client/AbstractHttpConnection.html
-jetty/javadoc/org/eclipse/jetty/client/Address.html
-jetty/javadoc/org/eclipse/jetty/client/AsyncHttpConnection.html
-jetty/javadoc/org/eclipse/jetty/client/BlockingHttpConnection.html
-jetty/javadoc/org/eclipse/jetty/client/CachedExchange.html
-jetty/javadoc/org/eclipse/jetty/client/ContentExchange.html
-jetty/javadoc/org/eclipse/jetty/client/HttpClient.html
-jetty/javadoc/org/eclipse/jetty/client/HttpDestination.html
-jetty/javadoc/org/eclipse/jetty/client/HttpEventListener.html
-jetty/javadoc/org/eclipse/jetty/client/HttpEventListenerWrapper.html
-jetty/javadoc/org/eclipse/jetty/client/HttpExchange.CachedExchange.html
-jetty/javadoc/org/eclipse/jetty/client/HttpExchange.ContentExchange.html
-jetty/javadoc/org/eclipse/jetty/client/HttpExchange.html
-jetty/javadoc/org/eclipse/jetty/client/RedirectListener.html
-jetty/javadoc/org/eclipse/jetty/client/class-use/AbstractHttpConnection.html
-jetty/javadoc/org/eclipse/jetty/client/class-use/Address.html
-jetty/javadoc/org/eclipse/jetty/client/class-use/AsyncHttpConnection.html
-jetty/javadoc/org/eclipse/jetty/client/class-use/BlockingHttpConnection.html
-jetty/javadoc/org/eclipse/jetty/client/class-use/CachedExchange.html
-jetty/javadoc/org/eclipse/jetty/client/class-use/ContentExchange.html
-jetty/javadoc/org/eclipse/jetty/client/class-use/HttpClient.html
-jetty/javadoc/org/eclipse/jetty/client/class-use/HttpDestination.html
-jetty/javadoc/org/eclipse/jetty/client/class-use/HttpEventListener.html
-jetty/javadoc/org/eclipse/jetty/client/class-use/HttpEventListenerWrapper.html
-jetty/javadoc/org/eclipse/jetty/client/class-use/HttpExchange.CachedExchange.html
-jetty/javadoc/org/eclipse/jetty/client/class-use/HttpExchange.ContentExchange.html
-jetty/javadoc/org/eclipse/jetty/client/class-use/HttpExchange.html
-jetty/javadoc/org/eclipse/jetty/client/class-use/RedirectListener.html
-jetty/javadoc/org/eclipse/jetty/client/package-frame.html
-jetty/javadoc/org/eclipse/jetty/client/package-summary.html
-jetty/javadoc/org/eclipse/jetty/client/package-tree.html
-jetty/javadoc/org/eclipse/jetty/client/package-use.html
-jetty/javadoc/org/eclipse/jetty/client/security/Authentication.html
-jetty/javadoc/org/eclipse/jetty/client/security/BasicAuthentication.html
-jetty/javadoc/org/eclipse/jetty/client/security/DigestAuthentication.html
-jetty/javadoc/org/eclipse/jetty/client/security/HashRealmResolver.html
-jetty/javadoc/org/eclipse/jetty/client/security/ProxyAuthorization.html
-jetty/javadoc/org/eclipse/jetty/client/security/Realm.html
-jetty/javadoc/org/eclipse/jetty/client/security/RealmResolver.html
-jetty/javadoc/org/eclipse/jetty/client/security/SecurityListener.html
-jetty/javadoc/org/eclipse/jetty/client/security/SimpleRealmResolver.html
-jetty/javadoc/org/eclipse/jetty/client/security/class-use/Authentication.html
-jetty/javadoc/org/eclipse/jetty/client/security/class-use/BasicAuthentication.html
-jetty/javadoc/org/eclipse/jetty/client/security/class-use/DigestAuthentication.html
-jetty/javadoc/org/eclipse/jetty/client/security/class-use/HashRealmResolver.html
-jetty/javadoc/org/eclipse/jetty/client/security/class-use/ProxyAuthorization.html
-jetty/javadoc/org/eclipse/jetty/client/security/class-use/Realm.html
-jetty/javadoc/org/eclipse/jetty/client/security/class-use/RealmResolver.html
-jetty/javadoc/org/eclipse/jetty/client/security/class-use/SecurityListener.html
-jetty/javadoc/org/eclipse/jetty/client/security/class-use/SimpleRealmResolver.html
-jetty/javadoc/org/eclipse/jetty/client/security/package-frame.html
-jetty/javadoc/org/eclipse/jetty/client/security/package-summary.html
-jetty/javadoc/org/eclipse/jetty/client/security/package-tree.html
-jetty/javadoc/org/eclipse/jetty/client/security/package-use.html
-jetty/javadoc/org/eclipse/jetty/client/webdav/MkcolExchange.html
-jetty/javadoc/org/eclipse/jetty/client/webdav/PropfindExchange.html
-jetty/javadoc/org/eclipse/jetty/client/webdav/WebdavListener.html
-jetty/javadoc/org/eclipse/jetty/client/webdav/WebdavSupportedExchange.html
-jetty/javadoc/org/eclipse/jetty/client/webdav/class-use/MkcolExchange.html
-jetty/javadoc/org/eclipse/jetty/client/webdav/class-use/PropfindExchange.html
-jetty/javadoc/org/eclipse/jetty/client/webdav/class-use/WebdavListener.html
-jetty/javadoc/org/eclipse/jetty/client/webdav/class-use/WebdavSupportedExchange.html
-jetty/javadoc/org/eclipse/jetty/client/webdav/package-frame.html
-jetty/javadoc/org/eclipse/jetty/client/webdav/package-summary.html
-jetty/javadoc/org/eclipse/jetty/client/webdav/package-tree.html
-jetty/javadoc/org/eclipse/jetty/client/webdav/package-use.html
-jetty/javadoc/org/eclipse/jetty/continuation/Continuation.html
-jetty/javadoc/org/eclipse/jetty/continuation/ContinuationFilter.FilteredContinuation.html
-jetty/javadoc/org/eclipse/jetty/continuation/ContinuationFilter.html
-jetty/javadoc/org/eclipse/jetty/continuation/ContinuationListener.html
-jetty/javadoc/org/eclipse/jetty/continuation/ContinuationSupport.html
-jetty/javadoc/org/eclipse/jetty/continuation/ContinuationThrowable.html
-jetty/javadoc/org/eclipse/jetty/continuation/class-use/Continuation.html
-jetty/javadoc/org/eclipse/jetty/continuation/class-use/ContinuationFilter.FilteredContinuation.html
-jetty/javadoc/org/eclipse/jetty/continuation/class-use/ContinuationFilter.html
-jetty/javadoc/org/eclipse/jetty/continuation/class-use/ContinuationListener.html
-jetty/javadoc/org/eclipse/jetty/continuation/class-use/ContinuationSupport.html
-jetty/javadoc/org/eclipse/jetty/continuation/class-use/ContinuationThrowable.html
-jetty/javadoc/org/eclipse/jetty/continuation/package-frame.html
-jetty/javadoc/org/eclipse/jetty/continuation/package-summary.html
-jetty/javadoc/org/eclipse/jetty/continuation/package-tree.html
-jetty/javadoc/org/eclipse/jetty/continuation/package-use.html
-jetty/javadoc/org/eclipse/jetty/deploy/App.html
-jetty/javadoc/org/eclipse/jetty/deploy/AppLifeCycle.Binding.html
-jetty/javadoc/org/eclipse/jetty/deploy/AppLifeCycle.html
-jetty/javadoc/org/eclipse/jetty/deploy/AppProvider.html
-jetty/javadoc/org/eclipse/jetty/deploy/ConfigurationManager.html
-jetty/javadoc/org/eclipse/jetty/deploy/ContextDeployer.ScannerListener.html
-jetty/javadoc/org/eclipse/jetty/deploy/ContextDeployer.html
-jetty/javadoc/org/eclipse/jetty/deploy/DeploymentManager.AppEntry.html
-jetty/javadoc/org/eclipse/jetty/deploy/DeploymentManager.html
-jetty/javadoc/org/eclipse/jetty/deploy/FileConfigurationManager.html
-jetty/javadoc/org/eclipse/jetty/deploy/WebAppDeployer.html
-jetty/javadoc/org/eclipse/jetty/deploy/bindings/DebugBinding.html
-jetty/javadoc/org/eclipse/jetty/deploy/bindings/GlobalWebappConfigBinding.html
-jetty/javadoc/org/eclipse/jetty/deploy/bindings/OrderedGroupBinding.html
-jetty/javadoc/org/eclipse/jetty/deploy/bindings/StandardDeployer.html
-jetty/javadoc/org/eclipse/jetty/deploy/bindings/StandardStarter.html
-jetty/javadoc/org/eclipse/jetty/deploy/bindings/StandardStopper.html
-jetty/javadoc/org/eclipse/jetty/deploy/bindings/StandardUndeployer.html
-jetty/javadoc/org/eclipse/jetty/deploy/bindings/class-use/DebugBinding.html
-jetty/javadoc/org/eclipse/jetty/deploy/bindings/class-use/GlobalWebappConfigBinding.html
-jetty/javadoc/org/eclipse/jetty/deploy/bindings/class-use/OrderedGroupBinding.html
-jetty/javadoc/org/eclipse/jetty/deploy/bindings/class-use/StandardDeployer.html
-jetty/javadoc/org/eclipse/jetty/deploy/bindings/class-use/StandardStarter.html
-jetty/javadoc/org/eclipse/jetty/deploy/bindings/class-use/StandardStopper.html
-jetty/javadoc/org/eclipse/jetty/deploy/bindings/class-use/StandardUndeployer.html
-jetty/javadoc/org/eclipse/jetty/deploy/bindings/package-frame.html
-jetty/javadoc/org/eclipse/jetty/deploy/bindings/package-summary.html
-jetty/javadoc/org/eclipse/jetty/deploy/bindings/package-tree.html
-jetty/javadoc/org/eclipse/jetty/deploy/bindings/package-use.html
-jetty/javadoc/org/eclipse/jetty/deploy/class-use/App.html
-jetty/javadoc/org/eclipse/jetty/deploy/class-use/AppLifeCycle.Binding.html
-jetty/javadoc/org/eclipse/jetty/deploy/class-use/AppLifeCycle.html
-jetty/javadoc/org/eclipse/jetty/deploy/class-use/AppProvider.html
-jetty/javadoc/org/eclipse/jetty/deploy/class-use/ConfigurationManager.html
-jetty/javadoc/org/eclipse/jetty/deploy/class-use/ContextDeployer.ScannerListener.html
-jetty/javadoc/org/eclipse/jetty/deploy/class-use/ContextDeployer.html
-jetty/javadoc/org/eclipse/jetty/deploy/class-use/DeploymentManager.AppEntry.html
-jetty/javadoc/org/eclipse/jetty/deploy/class-use/DeploymentManager.html
-jetty/javadoc/org/eclipse/jetty/deploy/class-use/FileConfigurationManager.html
-jetty/javadoc/org/eclipse/jetty/deploy/class-use/WebAppDeployer.html
-jetty/javadoc/org/eclipse/jetty/deploy/graph/Edge.html
-jetty/javadoc/org/eclipse/jetty/deploy/graph/Graph.html
-jetty/javadoc/org/eclipse/jetty/deploy/graph/GraphOutputDot.html
-jetty/javadoc/org/eclipse/jetty/deploy/graph/Node.html
-jetty/javadoc/org/eclipse/jetty/deploy/graph/Path.html
-jetty/javadoc/org/eclipse/jetty/deploy/graph/class-use/Edge.html
-jetty/javadoc/org/eclipse/jetty/deploy/graph/class-use/Graph.html
-jetty/javadoc/org/eclipse/jetty/deploy/graph/class-use/GraphOutputDot.html
-jetty/javadoc/org/eclipse/jetty/deploy/graph/class-use/Node.html
-jetty/javadoc/org/eclipse/jetty/deploy/graph/class-use/Path.html
-jetty/javadoc/org/eclipse/jetty/deploy/graph/package-frame.html
-jetty/javadoc/org/eclipse/jetty/deploy/graph/package-summary.html
-jetty/javadoc/org/eclipse/jetty/deploy/graph/package-tree.html
-jetty/javadoc/org/eclipse/jetty/deploy/graph/package-use.html
-jetty/javadoc/org/eclipse/jetty/deploy/jmx/DeploymentManagerMBean.html
-jetty/javadoc/org/eclipse/jetty/deploy/jmx/class-use/DeploymentManagerMBean.html
-jetty/javadoc/org/eclipse/jetty/deploy/jmx/package-frame.html
-jetty/javadoc/org/eclipse/jetty/deploy/jmx/package-summary.html
-jetty/javadoc/org/eclipse/jetty/deploy/jmx/package-tree.html
-jetty/javadoc/org/eclipse/jetty/deploy/jmx/package-use.html
-jetty/javadoc/org/eclipse/jetty/deploy/package-frame.html
-jetty/javadoc/org/eclipse/jetty/deploy/package-summary.html
-jetty/javadoc/org/eclipse/jetty/deploy/package-tree.html
-jetty/javadoc/org/eclipse/jetty/deploy/package-use.html
-jetty/javadoc/org/eclipse/jetty/deploy/providers/ContextProvider.html
-jetty/javadoc/org/eclipse/jetty/deploy/providers/ScanningAppProvider.html
-jetty/javadoc/org/eclipse/jetty/deploy/providers/WebAppProvider.Filter.html
-jetty/javadoc/org/eclipse/jetty/deploy/providers/WebAppProvider.html
-jetty/javadoc/org/eclipse/jetty/deploy/providers/class-use/ContextProvider.html
-jetty/javadoc/org/eclipse/jetty/deploy/providers/class-use/ScanningAppProvider.html
-jetty/javadoc/org/eclipse/jetty/deploy/providers/class-use/WebAppProvider.Filter.html
-jetty/javadoc/org/eclipse/jetty/deploy/providers/class-use/WebAppProvider.html
-jetty/javadoc/org/eclipse/jetty/deploy/providers/package-frame.html
-jetty/javadoc/org/eclipse/jetty/deploy/providers/package-summary.html
-jetty/javadoc/org/eclipse/jetty/deploy/providers/package-tree.html
-jetty/javadoc/org/eclipse/jetty/deploy/providers/package-use.html
-jetty/javadoc/org/eclipse/jetty/deploy/util/FileID.html
-jetty/javadoc/org/eclipse/jetty/deploy/util/class-use/FileID.html
-jetty/javadoc/org/eclipse/jetty/deploy/util/package-frame.html
-jetty/javadoc/org/eclipse/jetty/deploy/util/package-summary.html
-jetty/javadoc/org/eclipse/jetty/deploy/util/package-tree.html
-jetty/javadoc/org/eclipse/jetty/deploy/util/package-use.html
-jetty/javadoc/org/eclipse/jetty/http/AbstractGenerator.html
-jetty/javadoc/org/eclipse/jetty/http/EncodedHttpURI.html
-jetty/javadoc/org/eclipse/jetty/http/Generator.html
-jetty/javadoc/org/eclipse/jetty/http/HttpBuffers.html
-jetty/javadoc/org/eclipse/jetty/http/HttpBuffersImpl.html
-jetty/javadoc/org/eclipse/jetty/http/HttpContent.ResourceAsHttpContent.html
-jetty/javadoc/org/eclipse/jetty/http/HttpContent.html
-jetty/javadoc/org/eclipse/jetty/http/HttpCookie.html
-jetty/javadoc/org/eclipse/jetty/http/HttpException.html
-jetty/javadoc/org/eclipse/jetty/http/HttpFields.Field.html
-jetty/javadoc/org/eclipse/jetty/http/HttpFields.html
-jetty/javadoc/org/eclipse/jetty/http/HttpGenerator.html
-jetty/javadoc/org/eclipse/jetty/http/HttpHeaderValues.html
-jetty/javadoc/org/eclipse/jetty/http/HttpHeaders.html
-jetty/javadoc/org/eclipse/jetty/http/HttpMethods.html
-jetty/javadoc/org/eclipse/jetty/http/HttpParser.EventHandler.html
-jetty/javadoc/org/eclipse/jetty/http/HttpParser.html
-jetty/javadoc/org/eclipse/jetty/http/HttpSchemes.html
-jetty/javadoc/org/eclipse/jetty/http/HttpStatus.Code.html
-jetty/javadoc/org/eclipse/jetty/http/HttpStatus.html
-jetty/javadoc/org/eclipse/jetty/http/HttpTokens.html
-jetty/javadoc/org/eclipse/jetty/http/HttpURI.html
-jetty/javadoc/org/eclipse/jetty/http/HttpVersions.html
-jetty/javadoc/org/eclipse/jetty/http/MimeTypes.html
-jetty/javadoc/org/eclipse/jetty/http/Parser.html
-jetty/javadoc/org/eclipse/jetty/http/PathMap.Entry.html
-jetty/javadoc/org/eclipse/jetty/http/PathMap.html
-jetty/javadoc/org/eclipse/jetty/http/class-use/AbstractGenerator.html
-jetty/javadoc/org/eclipse/jetty/http/class-use/EncodedHttpURI.html
-jetty/javadoc/org/eclipse/jetty/http/class-use/Generator.html
-jetty/javadoc/org/eclipse/jetty/http/class-use/HttpBuffers.html
-jetty/javadoc/org/eclipse/jetty/http/class-use/HttpBuffersImpl.html
-jetty/javadoc/org/eclipse/jetty/http/class-use/HttpContent.ResourceAsHttpContent.html
-jetty/javadoc/org/eclipse/jetty/http/class-use/HttpContent.html
-jetty/javadoc/org/eclipse/jetty/http/class-use/HttpCookie.html
-jetty/javadoc/org/eclipse/jetty/http/class-use/HttpException.html
-jetty/javadoc/org/eclipse/jetty/http/class-use/HttpFields.Field.html
-jetty/javadoc/org/eclipse/jetty/http/class-use/HttpFields.html
-jetty/javadoc/org/eclipse/jetty/http/class-use/HttpGenerator.html
-jetty/javadoc/org/eclipse/jetty/http/class-use/HttpHeaderValues.html
-jetty/javadoc/org/eclipse/jetty/http/class-use/HttpHeaders.html
-jetty/javadoc/org/eclipse/jetty/http/class-use/HttpMethods.html
-jetty/javadoc/org/eclipse/jetty/http/class-use/HttpParser.EventHandler.html
-jetty/javadoc/org/eclipse/jetty/http/class-use/HttpParser.html
-jetty/javadoc/org/eclipse/jetty/http/class-use/HttpSchemes.html
-jetty/javadoc/org/eclipse/jetty/http/class-use/HttpStatus.Code.html
-jetty/javadoc/org/eclipse/jetty/http/class-use/HttpStatus.html
-jetty/javadoc/org/eclipse/jetty/http/class-use/HttpTokens.html
-jetty/javadoc/org/eclipse/jetty/http/class-use/HttpURI.html
-jetty/javadoc/org/eclipse/jetty/http/class-use/HttpVersions.html
-jetty/javadoc/org/eclipse/jetty/http/class-use/MimeTypes.html
-jetty/javadoc/org/eclipse/jetty/http/class-use/Parser.html
-jetty/javadoc/org/eclipse/jetty/http/class-use/PathMap.Entry.html
-jetty/javadoc/org/eclipse/jetty/http/class-use/PathMap.html
-jetty/javadoc/org/eclipse/jetty/http/gzip/AbstractCompressedStream.html
-jetty/javadoc/org/eclipse/jetty/http/gzip/CompressedResponseWrapper.html
-jetty/javadoc/org/eclipse/jetty/http/gzip/class-use/AbstractCompressedStream.html
-jetty/javadoc/org/eclipse/jetty/http/gzip/class-use/CompressedResponseWrapper.html
-jetty/javadoc/org/eclipse/jetty/http/gzip/package-frame.html
-jetty/javadoc/org/eclipse/jetty/http/gzip/package-summary.html
-jetty/javadoc/org/eclipse/jetty/http/gzip/package-tree.html
-jetty/javadoc/org/eclipse/jetty/http/gzip/package-use.html
-jetty/javadoc/org/eclipse/jetty/http/package-frame.html
-jetty/javadoc/org/eclipse/jetty/http/package-summary.html
-jetty/javadoc/org/eclipse/jetty/http/package-tree.html
-jetty/javadoc/org/eclipse/jetty/http/package-use.html
-jetty/javadoc/org/eclipse/jetty/http/ssl/SslContextFactory.html
-jetty/javadoc/org/eclipse/jetty/http/ssl/class-use/SslContextFactory.html
-jetty/javadoc/org/eclipse/jetty/http/ssl/package-frame.html
-jetty/javadoc/org/eclipse/jetty/http/ssl/package-summary.html
-jetty/javadoc/org/eclipse/jetty/http/ssl/package-tree.html
-jetty/javadoc/org/eclipse/jetty/http/ssl/package-use.html
-jetty/javadoc/org/eclipse/jetty/io/AbstractBuffer.html
-jetty/javadoc/org/eclipse/jetty/io/AbstractBuffers.html
-jetty/javadoc/org/eclipse/jetty/io/AbstractConnection.html
-jetty/javadoc/org/eclipse/jetty/io/AsyncEndPoint.html
-jetty/javadoc/org/eclipse/jetty/io/Buffer.CaseInsensitve.html
-jetty/javadoc/org/eclipse/jetty/io/Buffer.html
-jetty/javadoc/org/eclipse/jetty/io/BufferCache.CachedBuffer.html
-jetty/javadoc/org/eclipse/jetty/io/BufferCache.html
-jetty/javadoc/org/eclipse/jetty/io/BufferDateCache.html
-jetty/javadoc/org/eclipse/jetty/io/BufferUtil.html
*** 1508 LINES SKIPPED ***