svn commit: r403154 - in head: . www www/jetty www/jetty8 www/jetty8/files www/jetty9 www/jetty9/files
Jimmy Olgeni
olgeni at FreeBSD.org
Sun Dec 6 20:13:00 UTC 2015
Author: olgeni
Date: Sun Dec 6 20:12:58 2015
New Revision: 403154
URL: https://svnweb.freebsd.org/changeset/ports/403154
Log:
Add support for Jetty 9.
- Add www/jetty9 to track the latest branch of Jetty
- Move www/jetty to www/jetty8
- Add LICENSE and fix RUN_DEPENDS in www/jetty8
www/jetty8 is officially EOL'd upstream but still seems to be in use.
PR: 204190
Submitted by: David Harrigan
Added:
head/www/jetty8/
- copied from r403153, head/www/jetty/
head/www/jetty9/
- copied from r402867, head/www/jetty/
head/www/jetty9/files/jetty.sample.in (contents, props changed)
head/www/jetty9/files/patch-bin_jetty.sh (contents, props changed)
head/www/jetty9/files/pkg-message.in (contents, props changed)
Deleted:
head/www/jetty/
head/www/jetty9/files/jettyctl.in
head/www/jetty9/files/message-advanced.in
head/www/jetty9/files/message.in
head/www/jetty9/files/pkg-deinstall.in
head/www/jetty9/files/pkg-install.in
Modified:
head/MOVED
head/www/Makefile
head/www/jetty8/Makefile
head/www/jetty8/files/jetty.in
head/www/jetty9/Makefile
head/www/jetty9/distinfo (contents, props changed)
head/www/jetty9/files/jetty.in (contents, props changed)
head/www/jetty9/pkg-plist (contents, props changed)
Modified: head/MOVED
==============================================================================
--- head/MOVED Sun Dec 6 20:10:32 2015 (r403153)
+++ head/MOVED Sun Dec 6 20:12:58 2015 (r403154)
@@ -8043,3 +8043,4 @@ devel/fpc-fcl-process||2015-12-05|Elimin
devel/fpc-fpmkunit||2015-12-05|Eliminated during FPC upgrade to 3.0.0
multimedia/fpc-matroska||2015-12-05|Eliminated during FPC upgrade to 3.0.0
security/fpc-hash||2015-12-05|Eliminated during FPC upgrade to 3.0.0
+www/jetty|www/jetty8|2015-12-06|Rename to prepare for jetty9
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Sun Dec 6 20:10:32 2015 (r403153)
+++ head/www/Makefile Sun Dec 6 20:12:58 2015 (r403154)
@@ -353,7 +353,8 @@
SUBDIR += jdresolve
SUBDIR += jericho-html
SUBDIR += jesred
- SUBDIR += jetty
+ SUBDIR += jetty8
+ SUBDIR += jetty9
SUBDIR += jinzora
SUBDIR += jmeter
SUBDIR += joomla15
Modified: head/www/jetty8/Makefile
==============================================================================
--- head/www/jetty/Makefile Sun Dec 6 20:10:32 2015 (r403153)
+++ head/www/jetty8/Makefile Sun Dec 6 20:12:58 2015 (r403154)
@@ -3,7 +3,6 @@
PORTNAME= jetty
PORTVERSION= 8.1.15
-
CATEGORIES= www java
MASTER_SITES= ECLIPSE/jetty/${PORTVERSION}.${JDVDATE}/dist
DISTNAME= jetty-distribution-${PORTVERSION}.${JDVDATE}
@@ -11,6 +10,13 @@ DISTNAME= jetty-distribution-${PORTVERSI
MAINTAINER= olgeni at FreeBSD.org
COMMENT= Full-featured web server implemented entirely in Java
+LICENSE= APACHE20 EPL
+LICENSE_COMB= dual
+
+RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
+
+CONFLICTS= jetty-9.*
+
JDVDATE= v20140411
USE_RC_SUBR= ${PORTNAME}
USE_JAVA= yes
Modified: head/www/jetty8/files/jetty.in
==============================================================================
--- head/www/jetty/files/jetty.in Sun Dec 6 20:10:32 2015 (r403153)
+++ head/www/jetty8/files/jetty.in Sun Dec 6 20:12:58 2015 (r403154)
@@ -4,7 +4,7 @@
#
# PROVIDE: %%APP_NAME%%
-# REQUIRE: LOGIN
+# REQUIRE: NETWORKING SERVERS
# KEYWORD: shutdown
#
Modified: head/www/jetty9/Makefile
==============================================================================
--- head/www/jetty/Makefile Thu Dec 3 02:45:41 2015 (r402867)
+++ head/www/jetty9/Makefile Sun Dec 6 20:12:58 2015 (r403154)
@@ -1,63 +1,68 @@
-# Created by: Stephane Legrand <stephane at freebsd-fr.org>
# $FreeBSD$
PORTNAME= jetty
-PORTVERSION= 8.1.15
-
+PORTVERSION= 9.3.6
CATEGORIES= www java
MASTER_SITES= ECLIPSE/jetty/${PORTVERSION}.${JDVDATE}/dist
DISTNAME= jetty-distribution-${PORTVERSION}.${JDVDATE}
-MAINTAINER= olgeni at FreeBSD.org
+MAINTAINER= dharrigan at gmail.com
COMMENT= Full-featured web server implemented entirely in Java
-JDVDATE= v20140411
-USE_RC_SUBR= ${PORTNAME}
+LICENSE= APACHE20 EPL
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/license-eplv10-aslv20.html
+
+RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
+
+CONFLICTS= jetty-8.*
+
+JDVDATE= v20151106
USE_JAVA= yes
-JAVA_VERSION= 1.6+
-USES= python
-PKGMESSAGE= ${WRKDIR}/pkg-message
-PLIST_SUB+= RUNASUSER=${RUNASUSER} GROUP=${GROUP}
+NO_ARCH= yes
+USES= shebangfix
+SHEBANG_FILES= bin/jetty.sh
+NO_BUILD= yes
+JAVA_VERSION= 1.8+
+JAVA_VENDOR= openjdk
+ONLY_FOR_ARCHS= i386 amd64
+USE_RC_SUBR= ${PORTNAME}
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
+
+USERS= www
+GROUPS= www
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}
+ WWWDIR=${WWWDIR}
SUB_FILES= \
- pkg-install \
- pkg-deinstall \
- ${APP_NAME}ctl \
${APP_NAME} \
- message \
- message-advanced
-
-do-build:
+ pkg-message \
+ jetty.sample
-pre-install:
- @${FMT} -w80 ${WRKDIR}/message > ${PKGMESSAGE}
- @${CAT} ${WRKDIR}/message-advanced >> ${PKGMESSAGE}
+PLIST_SUB= \
+ APP_HOME=${APP_HOME} \
+ APP_NAME=${APP_NAME} \
+ WWWDIR=${WWWDIR}
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
+ ${MKDIR} ${STAGEDIR}${APP_HOME}
+ ${MKDIR} ${STAGEDIR}${WWWDIR}
+ ${RM} ${WRKSRC}/lib/setuid/libsetuid-linux.so
+ ${RM} ${WRKSRC}/lib/setuid/libsetuid-osx.so
+ (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${PORTNAME})
+ ${MV} ${STAGEDIR}${PREFIX}/${PORTNAME}/demo-base ${STAGEDIR}${WWWDIR}
+ ${MKDIR} ${STAGEDIR}${WWWDIR}/demo-base/logs
+ ${INSTALL_SCRIPT} ${STAGEDIR}${PREFIX}/${PORTNAME}/bin/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/sbin
+
+post-install:
+ ${MKDIR} ${STAGEDIR}${ETCDIR}
+ ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.sample ${STAGEDIR}${ETCDIR}/
.include <bsd.port.mk>
Modified: head/www/jetty9/distinfo
==============================================================================
--- head/www/jetty/distinfo Thu Dec 3 02:45:41 2015 (r402867)
+++ head/www/jetty9/distinfo Sun Dec 6 20:12:58 2015 (r403154)
@@ -1,2 +1,2 @@
-SHA256 (jetty-distribution-8.1.15.v20140411.tar.gz) = 2015725c8d1525f6d57b24ab5b16c745945a7a278dbedd1fba62016be125fb84
-SIZE (jetty-distribution-8.1.15.v20140411.tar.gz) = 9053605
+SHA256 (jetty-distribution-9.3.6.v20151106.tar.gz) = ad3086ca320843c99eb9e3dfc5aec784be44fb1339993e708112f871dc46248f
+SIZE (jetty-distribution-9.3.6.v20151106.tar.gz) = 11608511
Modified: head/www/jetty9/files/jetty.in
==============================================================================
--- head/www/jetty/files/jetty.in Thu Dec 3 02:45:41 2015 (r402867)
+++ head/www/jetty9/files/jetty.in Sun Dec 6 20:12:58 2015 (r403154)
@@ -1,10 +1,10 @@
#!/bin/sh
#
-# $FreeBSD$
+# $FreeBSD
#
-# PROVIDE: %%APP_NAME%%
-# REQUIRE: LOGIN
+# PROVIDE: jetty
+# REQUIRE: NETWORKING SERVERS
# KEYWORD: shutdown
#
@@ -18,9 +18,8 @@
name=%%APP_NAME%%
rcvar=%%APP_NAME%%_enable
-command="%%PREFIX%%/sbin/%%APP_NAME%%ctl"
+command="%%PREFIX%%/sbin/%%APP_NAME%%.sh"
command_args="start"
-pidfile=%%PID_FILE%%
# set defaults
Added: head/www/jetty9/files/jetty.sample.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/jetty9/files/jetty.sample.in Sun Dec 6 20:12:58 2015 (r403154)
@@ -0,0 +1,63 @@
+#
+# Sample Configuration File
+#
+# JAVA
+# Command to invoke Java. If not set, java (from the PATH) will be used.
+#
+
+# JAVA_OPTIONS
+# Extra options to pass to the JVM
+#
+
+# JETTY_HOME
+# Where Jetty is installed. If not set, the script will try go
+# guess it by looking at the invocation path for the script
+# The java system property "jetty.home" will be
+# set to this value for use by configure.xml files, f.e.:
+#
+# <Arg><Property name="jetty.home" default="."/>/webapps/jetty.war</Arg>
+#
+JETTY_HOME=%%PREFIX%%/%%APP_NAME%%
+
+#
+# JETTY_BASE
+# Where your Jetty base directory is. If not set, the value from
+# $JETTY_HOME will be used.
+#
+# IT IS STRONGLY RECOMMENDED THAT YOU MODIFY THIS VARIABLE TO POINT
+# TO THE INSTALLATION OF YOUR WEB APPLICATION, KEEPING YOUR WEB
+# APPLICATION SEPARATE FROM THE JETTY HOME LOCATION.
+#
+# MORE INFORMATION HERE:
+#
+# http://www.eclipse.org/jetty/documentation/current/startup-base-and-home.html
+#
+JETTY_BASE=%%WWWDIR%%/demo-base
+
+# JETTY_RUN
+# Where the $NAME.pid file should be stored. It defaults to the
+# first available of /var/run, /usr/var/run, JETTY_BASE and /tmp
+# if not set.
+#
+
+# JETTY_PID
+# The Jetty PID file, defaults to $JETTY_RUN/$NAME.pid
+#
+JETTY_PID=%%WWWDIR%%/demo-base/%%APP_NAME%%.pid
+
+# JETTY_ARGS
+# The default arguments to pass to jetty.
+# For example
+# JETTY_ARGS=jetty.http.port=8080 jetty.ssl.port=8443
+#
+JETTY_ARGS=jetty.logging.dir=%%WWWDIR%%/demo-base/logs
+
+# JETTY_USER
+# if set, then used as a username to run the server as
+#
+
+# JETTY_SHELL
+# If set, then used as the shell by su when starting the server. Will have
+# no effect if start-stop-daemon exists. Useful when JETTY_USER does not
+# have shell access, e.g. /bin/false
+#
Added: head/www/jetty9/files/patch-bin_jetty.sh
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/jetty9/files/patch-bin_jetty.sh Sun Dec 6 20:12:58 2015 (r403154)
@@ -0,0 +1,11 @@
+--- bin/jetty.sh.orig 2015-12-06 15:19:52 UTC
++++ bin/jetty.sh
+@@ -166,7 +166,7 @@ then
+ ETC=$HOME/etc
+ fi
+
+-for CONFIG in {/etc,~/etc}/default/${NAME}{,9} $HOME/.${NAME}rc; do
++for CONFIG in {/etc,~/etc}/default/${NAME}{,9} $HOME/.${NAME}rc /usr/local/etc/${NAME}/${NAME}{,9}; do
+ if [ -f "$CONFIG" ] ; then
+ readConfig "$CONFIG"
+ fi
Added: head/www/jetty9/files/pkg-message.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/jetty9/files/pkg-message.in Sun Dec 6 20:12:58 2015 (r403154)
@@ -0,0 +1,56 @@
+
+=== INSTALLATION ===
+
+Jetty is now installed in %%APP_HOME%%
+
+From Jetty 9, the way to configure it has changed. You are **strongly**
+advised to read the documentation found here:
+
+http://www.eclipse.org/jetty/documentation/current/
+
+Please pay particular attention to HOME and BASE documentation, i.e.,:
+
+http://www.eclipse.org/jetty/documentation/current/startup-base-and-home.html
+
+You may want to activate it in /etc/rc.conf:
+
+ # echo %%APP_NAME%%_enable="YES" >> /etc/rc.conf
+
+A sample configuration file can be found here:
+
+ %%ETCDIR%%/%%APP_NAME%%.sample
+
+Please modify it to suit your needs, paying particular attention
+to the value of JETTY_HOME and JETTY_BASE.
+
+Once you are happy with the configuration file, you can start Jetty:
+
+ # service %%APP_NAME%% start
+
+Once Jetty is started, point your web browser to the default home page at
+http://localhost:8080/.
+
+A demo web app is installed for your convenience.
+
+== ADVANCED USAGE ==
+
+If you need to pass special options to Java/Jetty, please set the appropriate
+variables in the configuration file, e.g.,
+
+ # Increase memory limit of the Java virtual machine
+
+ JAVA_OPTIONS="-Xms32m -Xmx256m"
+
+ # Run Java with remote debugging turned on on port 8186
+
+ JAVA_OPTIONS="-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8186"
+
+More configuration options are presented in the sample file.
+
+== DEINSTALLATION ==
+
+If, when, Jetty is removed, you can safely delete this directory:
+
+ %%WWWDIR%%
+
+Enjoy!
Modified: head/www/jetty9/pkg-plist
==============================================================================
--- head/www/jetty/pkg-plist Thu Dec 3 02:45:41 2015 (r402867)
+++ head/www/jetty9/pkg-plist Sun Dec 6 20:12:58 2015 (r403154)
@@ -1,1915 +1,256 @@
-sbin/jettyctl
- at owner %%RUNASUSER%%
- at 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
-jetty/javadoc/org/eclipse/jetty/io/Buffers.Type.html
-jetty/javadoc/org/eclipse/jetty/io/Buffers.html
-jetty/javadoc/org/eclipse/jetty/io/BuffersFactory.html
-jetty/javadoc/org/eclipse/jetty/io/ByteArrayBuffer.CaseInsensitive.html
-jetty/javadoc/org/eclipse/jetty/io/ByteArrayBuffer.html
-jetty/javadoc/org/eclipse/jetty/io/ByteArrayEndPoint.html
-jetty/javadoc/org/eclipse/jetty/io/ConnectedEndPoint.html
-jetty/javadoc/org/eclipse/jetty/io/Connection.html
-jetty/javadoc/org/eclipse/jetty/io/EndPoint.html
-jetty/javadoc/org/eclipse/jetty/io/EofException.html
-jetty/javadoc/org/eclipse/jetty/io/NetworkTrafficListener.Empty.html
-jetty/javadoc/org/eclipse/jetty/io/NetworkTrafficListener.html
-jetty/javadoc/org/eclipse/jetty/io/PooledBuffers.html
-jetty/javadoc/org/eclipse/jetty/io/RuntimeIOException.html
-jetty/javadoc/org/eclipse/jetty/io/SimpleBuffers.html
-jetty/javadoc/org/eclipse/jetty/io/ThreadLocalBuffers.ThreadBuffers.html
-jetty/javadoc/org/eclipse/jetty/io/ThreadLocalBuffers.html
-jetty/javadoc/org/eclipse/jetty/io/UncheckedIOException.html
-jetty/javadoc/org/eclipse/jetty/io/UncheckedPrintWriter.html
-jetty/javadoc/org/eclipse/jetty/io/View.CaseInsensitive.html
-jetty/javadoc/org/eclipse/jetty/io/View.html
-jetty/javadoc/org/eclipse/jetty/io/WriterOutputStream.html
-jetty/javadoc/org/eclipse/jetty/io/bio/SocketEndPoint.html
-jetty/javadoc/org/eclipse/jetty/io/bio/StreamEndPoint.html
-jetty/javadoc/org/eclipse/jetty/io/bio/StringEndPoint.html
-jetty/javadoc/org/eclipse/jetty/io/bio/class-use/SocketEndPoint.html
-jetty/javadoc/org/eclipse/jetty/io/bio/class-use/StreamEndPoint.html
-jetty/javadoc/org/eclipse/jetty/io/bio/class-use/StringEndPoint.html
-jetty/javadoc/org/eclipse/jetty/io/bio/package-frame.html
-jetty/javadoc/org/eclipse/jetty/io/bio/package-summary.html
-jetty/javadoc/org/eclipse/jetty/io/bio/package-tree.html
-jetty/javadoc/org/eclipse/jetty/io/bio/package-use.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/AbstractBuffer.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/AbstractBuffers.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/AbstractConnection.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/AsyncEndPoint.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/Buffer.CaseInsensitve.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/Buffer.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/BufferCache.CachedBuffer.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/BufferCache.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/BufferDateCache.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/BufferUtil.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/Buffers.Type.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/Buffers.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/BuffersFactory.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/ByteArrayBuffer.CaseInsensitive.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/ByteArrayBuffer.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/ByteArrayEndPoint.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/ConnectedEndPoint.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/Connection.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/EndPoint.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/EofException.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/NetworkTrafficListener.Empty.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/NetworkTrafficListener.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/PooledBuffers.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/RuntimeIOException.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/SimpleBuffers.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/ThreadLocalBuffers.ThreadBuffers.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/ThreadLocalBuffers.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/UncheckedIOException.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/UncheckedPrintWriter.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/View.CaseInsensitive.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/View.html
-jetty/javadoc/org/eclipse/jetty/io/class-use/WriterOutputStream.html
-jetty/javadoc/org/eclipse/jetty/io/nio/AsyncConnection.html
-jetty/javadoc/org/eclipse/jetty/io/nio/ChannelEndPoint.html
-jetty/javadoc/org/eclipse/jetty/io/nio/DirectNIOBuffer.html
-jetty/javadoc/org/eclipse/jetty/io/nio/IndirectNIOBuffer.html
-jetty/javadoc/org/eclipse/jetty/io/nio/NIOBuffer.html
-jetty/javadoc/org/eclipse/jetty/io/nio/NetworkTrafficSelectChannelEndPoint.html
-jetty/javadoc/org/eclipse/jetty/io/nio/RandomAccessFileBuffer.html
-jetty/javadoc/org/eclipse/jetty/io/nio/SelectChannelEndPoint.html
-jetty/javadoc/org/eclipse/jetty/io/nio/SelectorManager.SelectSet.html
-jetty/javadoc/org/eclipse/jetty/io/nio/SelectorManager.html
-jetty/javadoc/org/eclipse/jetty/io/nio/SslConnection.SslEndPoint.html
-jetty/javadoc/org/eclipse/jetty/io/nio/SslConnection.html
-jetty/javadoc/org/eclipse/jetty/io/nio/class-use/AsyncConnection.html
-jetty/javadoc/org/eclipse/jetty/io/nio/class-use/ChannelEndPoint.html
-jetty/javadoc/org/eclipse/jetty/io/nio/class-use/DirectNIOBuffer.html
-jetty/javadoc/org/eclipse/jetty/io/nio/class-use/IndirectNIOBuffer.html
-jetty/javadoc/org/eclipse/jetty/io/nio/class-use/NIOBuffer.html
-jetty/javadoc/org/eclipse/jetty/io/nio/class-use/NetworkTrafficSelectChannelEndPoint.html
-jetty/javadoc/org/eclipse/jetty/io/nio/class-use/RandomAccessFileBuffer.html
-jetty/javadoc/org/eclipse/jetty/io/nio/class-use/SelectChannelEndPoint.html
-jetty/javadoc/org/eclipse/jetty/io/nio/class-use/SelectorManager.SelectSet.html
-jetty/javadoc/org/eclipse/jetty/io/nio/class-use/SelectorManager.html
-jetty/javadoc/org/eclipse/jetty/io/nio/class-use/SslConnection.SslEndPoint.html
-jetty/javadoc/org/eclipse/jetty/io/nio/class-use/SslConnection.html
-jetty/javadoc/org/eclipse/jetty/io/nio/package-frame.html
-jetty/javadoc/org/eclipse/jetty/io/nio/package-summary.html
-jetty/javadoc/org/eclipse/jetty/io/nio/package-tree.html
-jetty/javadoc/org/eclipse/jetty/io/nio/package-use.html
-jetty/javadoc/org/eclipse/jetty/io/package-frame.html
-jetty/javadoc/org/eclipse/jetty/io/package-summary.html
-jetty/javadoc/org/eclipse/jetty/io/package-tree.html
-jetty/javadoc/org/eclipse/jetty/io/package-use.html
-jetty/javadoc/org/eclipse/jetty/jmx/ConnectorServer.html
-jetty/javadoc/org/eclipse/jetty/jmx/MBeanContainer.html
-jetty/javadoc/org/eclipse/jetty/jmx/ObjectMBean.html
-jetty/javadoc/org/eclipse/jetty/jmx/class-use/ConnectorServer.html
-jetty/javadoc/org/eclipse/jetty/jmx/class-use/MBeanContainer.html
-jetty/javadoc/org/eclipse/jetty/jmx/class-use/ObjectMBean.html
-jetty/javadoc/org/eclipse/jetty/jmx/package-frame.html
-jetty/javadoc/org/eclipse/jetty/jmx/package-summary.html
-jetty/javadoc/org/eclipse/jetty/jmx/package-tree.html
-jetty/javadoc/org/eclipse/jetty/jmx/package-use.html
-jetty/javadoc/org/eclipse/jetty/jndi/BindingEnumeration.html
-jetty/javadoc/org/eclipse/jetty/jndi/ContextFactory.html
-jetty/javadoc/org/eclipse/jetty/jndi/DataSourceCloser.html
-jetty/javadoc/org/eclipse/jetty/jndi/InitialContextFactory.DefaultParser.html
-jetty/javadoc/org/eclipse/jetty/jndi/InitialContextFactory.html
-jetty/javadoc/org/eclipse/jetty/jndi/NameEnumeration.html
-jetty/javadoc/org/eclipse/jetty/jndi/NamingContext.Listener.html
-jetty/javadoc/org/eclipse/jetty/jndi/NamingContext.html
-jetty/javadoc/org/eclipse/jetty/jndi/NamingUtil.html
-jetty/javadoc/org/eclipse/jetty/jndi/class-use/BindingEnumeration.html
-jetty/javadoc/org/eclipse/jetty/jndi/class-use/ContextFactory.html
-jetty/javadoc/org/eclipse/jetty/jndi/class-use/DataSourceCloser.html
-jetty/javadoc/org/eclipse/jetty/jndi/class-use/InitialContextFactory.DefaultParser.html
-jetty/javadoc/org/eclipse/jetty/jndi/class-use/InitialContextFactory.html
-jetty/javadoc/org/eclipse/jetty/jndi/class-use/NameEnumeration.html
-jetty/javadoc/org/eclipse/jetty/jndi/class-use/NamingContext.Listener.html
-jetty/javadoc/org/eclipse/jetty/jndi/class-use/NamingContext.html
-jetty/javadoc/org/eclipse/jetty/jndi/class-use/NamingUtil.html
-jetty/javadoc/org/eclipse/jetty/jndi/factories/MailSessionReference.PasswordAuthenticator.html
-jetty/javadoc/org/eclipse/jetty/jndi/factories/MailSessionReference.html
-jetty/javadoc/org/eclipse/jetty/jndi/factories/class-use/MailSessionReference.PasswordAuthenticator.html
-jetty/javadoc/org/eclipse/jetty/jndi/factories/class-use/MailSessionReference.html
-jetty/javadoc/org/eclipse/jetty/jndi/factories/package-frame.html
-jetty/javadoc/org/eclipse/jetty/jndi/factories/package-summary.html
-jetty/javadoc/org/eclipse/jetty/jndi/factories/package-tree.html
-jetty/javadoc/org/eclipse/jetty/jndi/factories/package-use.html
-jetty/javadoc/org/eclipse/jetty/jndi/java/class-use/javaNameParser.html
-jetty/javadoc/org/eclipse/jetty/jndi/java/class-use/javaRootURLContext.html
-jetty/javadoc/org/eclipse/jetty/jndi/java/class-use/javaURLContextFactory.html
-jetty/javadoc/org/eclipse/jetty/jndi/java/javaNameParser.html
-jetty/javadoc/org/eclipse/jetty/jndi/java/javaRootURLContext.html
-jetty/javadoc/org/eclipse/jetty/jndi/java/javaURLContextFactory.html
-jetty/javadoc/org/eclipse/jetty/jndi/java/package-frame.html
-jetty/javadoc/org/eclipse/jetty/jndi/java/package-summary.html
-jetty/javadoc/org/eclipse/jetty/jndi/java/package-tree.html
-jetty/javadoc/org/eclipse/jetty/jndi/java/package-use.html
-jetty/javadoc/org/eclipse/jetty/jndi/local/class-use/localContextRoot.html
-jetty/javadoc/org/eclipse/jetty/jndi/local/localContextRoot.html
-jetty/javadoc/org/eclipse/jetty/jndi/local/package-frame.html
-jetty/javadoc/org/eclipse/jetty/jndi/local/package-summary.html
-jetty/javadoc/org/eclipse/jetty/jndi/local/package-tree.html
-jetty/javadoc/org/eclipse/jetty/jndi/local/package-use.html
-jetty/javadoc/org/eclipse/jetty/jndi/package-frame.html
-jetty/javadoc/org/eclipse/jetty/jndi/package-summary.html
-jetty/javadoc/org/eclipse/jetty/jndi/package-tree.html
-jetty/javadoc/org/eclipse/jetty/jndi/package-use.html
-jetty/javadoc/org/eclipse/jetty/nested/NestedConnection.html
-jetty/javadoc/org/eclipse/jetty/nested/NestedConnector.html
-jetty/javadoc/org/eclipse/jetty/nested/NestedEndPoint.html
-jetty/javadoc/org/eclipse/jetty/nested/NestedGenerator.html
-jetty/javadoc/org/eclipse/jetty/nested/NestedParser.html
-jetty/javadoc/org/eclipse/jetty/nested/NestedRequest.html
-jetty/javadoc/org/eclipse/jetty/nested/class-use/NestedConnection.html
-jetty/javadoc/org/eclipse/jetty/nested/class-use/NestedConnector.html
-jetty/javadoc/org/eclipse/jetty/nested/class-use/NestedEndPoint.html
-jetty/javadoc/org/eclipse/jetty/nested/class-use/NestedGenerator.html
-jetty/javadoc/org/eclipse/jetty/nested/class-use/NestedParser.html
-jetty/javadoc/org/eclipse/jetty/nested/class-use/NestedRequest.html
-jetty/javadoc/org/eclipse/jetty/nested/package-frame.html
-jetty/javadoc/org/eclipse/jetty/nested/package-summary.html
-jetty/javadoc/org/eclipse/jetty/nested/package-tree.html
-jetty/javadoc/org/eclipse/jetty/nested/package-use.html
-jetty/javadoc/org/eclipse/jetty/plus/annotation/ContainerInitializer.html
-jetty/javadoc/org/eclipse/jetty/plus/annotation/Injection.html
-jetty/javadoc/org/eclipse/jetty/plus/annotation/InjectionCollection.html
-jetty/javadoc/org/eclipse/jetty/plus/annotation/LifeCycleCallback.html
-jetty/javadoc/org/eclipse/jetty/plus/annotation/LifeCycleCallbackCollection.html
-jetty/javadoc/org/eclipse/jetty/plus/annotation/PostConstructCallback.html
-jetty/javadoc/org/eclipse/jetty/plus/annotation/PreDestroyCallback.html
-jetty/javadoc/org/eclipse/jetty/plus/annotation/RunAs.html
-jetty/javadoc/org/eclipse/jetty/plus/annotation/RunAsCollection.html
-jetty/javadoc/org/eclipse/jetty/plus/annotation/class-use/ContainerInitializer.html
-jetty/javadoc/org/eclipse/jetty/plus/annotation/class-use/Injection.html
-jetty/javadoc/org/eclipse/jetty/plus/annotation/class-use/InjectionCollection.html
-jetty/javadoc/org/eclipse/jetty/plus/annotation/class-use/LifeCycleCallback.html
-jetty/javadoc/org/eclipse/jetty/plus/annotation/class-use/LifeCycleCallbackCollection.html
-jetty/javadoc/org/eclipse/jetty/plus/annotation/class-use/PostConstructCallback.html
-jetty/javadoc/org/eclipse/jetty/plus/annotation/class-use/PreDestroyCallback.html
-jetty/javadoc/org/eclipse/jetty/plus/annotation/class-use/RunAs.html
-jetty/javadoc/org/eclipse/jetty/plus/annotation/class-use/RunAsCollection.html
-jetty/javadoc/org/eclipse/jetty/plus/annotation/package-frame.html
-jetty/javadoc/org/eclipse/jetty/plus/annotation/package-summary.html
-jetty/javadoc/org/eclipse/jetty/plus/annotation/package-tree.html
-jetty/javadoc/org/eclipse/jetty/plus/annotation/package-use.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/JAASGroup.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/JAASLoginService.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/JAASPrincipal.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/JAASRole.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/JAASUserPrincipal.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/RoleCheckPolicy.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/StrictRoleCheckPolicy.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/callback/AbstractCallbackHandler.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/callback/DefaultCallbackHandler.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/callback/ObjectCallback.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/callback/RequestParameterCallback.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/callback/class-use/AbstractCallbackHandler.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/callback/class-use/DefaultCallbackHandler.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/callback/class-use/ObjectCallback.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/callback/class-use/RequestParameterCallback.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/callback/package-frame.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/callback/package-summary.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/callback/package-tree.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/callback/package-use.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/class-use/JAASGroup.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/class-use/JAASLoginService.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/class-use/JAASPrincipal.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/class-use/JAASRole.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/class-use/JAASUserPrincipal.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/class-use/RoleCheckPolicy.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/class-use/StrictRoleCheckPolicy.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/package-frame.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/package-summary.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/package-tree.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/package-use.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/spi/AbstractDatabaseLoginModule.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/spi/AbstractLoginModule.JAASUserInfo.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/spi/AbstractLoginModule.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/spi/DataSourceLoginModule.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/spi/JDBCLoginModule.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/spi/LdapLoginModule.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/spi/PropertyFileLoginModule.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/spi/UserInfo.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/spi/class-use/AbstractDatabaseLoginModule.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/spi/class-use/AbstractLoginModule.JAASUserInfo.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/spi/class-use/AbstractLoginModule.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/spi/class-use/DataSourceLoginModule.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/spi/class-use/JDBCLoginModule.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/spi/class-use/LdapLoginModule.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/spi/class-use/PropertyFileLoginModule.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/spi/class-use/UserInfo.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/spi/package-frame.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/spi/package-summary.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/spi/package-tree.html
-jetty/javadoc/org/eclipse/jetty/plus/jaas/spi/package-use.html
-jetty/javadoc/org/eclipse/jetty/plus/jndi/EnvEntry.html
-jetty/javadoc/org/eclipse/jetty/plus/jndi/Link.html
-jetty/javadoc/org/eclipse/jetty/plus/jndi/NamingEntry.html
-jetty/javadoc/org/eclipse/jetty/plus/jndi/NamingEntryUtil.html
-jetty/javadoc/org/eclipse/jetty/plus/jndi/Resource.html
-jetty/javadoc/org/eclipse/jetty/plus/jndi/Transaction.html
-jetty/javadoc/org/eclipse/jetty/plus/jndi/class-use/EnvEntry.html
-jetty/javadoc/org/eclipse/jetty/plus/jndi/class-use/Link.html
-jetty/javadoc/org/eclipse/jetty/plus/jndi/class-use/NamingEntry.html
-jetty/javadoc/org/eclipse/jetty/plus/jndi/class-use/NamingEntryUtil.html
-jetty/javadoc/org/eclipse/jetty/plus/jndi/class-use/Resource.html
-jetty/javadoc/org/eclipse/jetty/plus/jndi/class-use/Transaction.html
-jetty/javadoc/org/eclipse/jetty/plus/jndi/package-frame.html
-jetty/javadoc/org/eclipse/jetty/plus/jndi/package-summary.html
*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
More information about the svn-ports-head
mailing list