www/jetty9: Update to 9.4.48

This commit is contained in:
Ryan Steinmetz 2022-09-12 12:19:56 -04:00
parent 28f5812db9
commit c45c6385d5
No known key found for this signature in database
GPG Key ID: D2C3D2B2FEF36DD7
4 changed files with 83 additions and 272 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= jetty
PORTVERSION= 9.4.29
PORTVERSION= 9.4.48
CATEGORIES= www java
MASTER_SITES= https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/${PORTVERSION}.${JDVDATE}/
PKGNAMESUFFIX= 9
@ -15,12 +15,13 @@ LICENSE_FILE= ${WRKSRC}/license-eplv10-aslv20.html
RUN_DEPENDS= bash:shells/bash
USES= cpe shebangfix
CONFLICTS= jetty-8.*
JDVDATE= v20200521
JDVDATE= v20220622
USE_JAVA= yes
NO_ARCH= yes
USES= cpe shebangfix
CPE_VENDOR= eclipse
SHEBANG_FILES= bin/jetty.sh
NO_BUILD= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1591475285
SHA256 (jetty-distribution-9.4.29.v20200521.tar.gz) = 71b572d99fe2c1342231ac3bd2e14327f523e532dd01ff203f331d52f2cf2747
SIZE (jetty-distribution-9.4.29.v20200521.tar.gz) = 19461892
TIMESTAMP = 1662996441
SHA256 (jetty-distribution-9.4.48.v20220622.tar.gz) = 50d6eccd349d2e671bfea710cee833911287eb706fe1d39503eab76fc6fc1a0c
SIZE (jetty-distribution-9.4.48.v20220622.tar.gz) = 19058994

View File

@ -14,7 +14,7 @@ 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
# sysrc %%APP_NAME%%_enable="YES"
A sample configuration file can be found here:

View File

@ -1,8 +1,11 @@
@sample %%ETCDIR%%/%%APP_NAME%%.sample
@comment %%APP_NAME%%/bin/%%APP_NAME%%.service
sbin/%%APP_NAME%%.sh
%%APP_HOME%%/README.TXT
%%APP_HOME%%/VERSION.txt
@(www,www,755) %%APP_HOME%%/bin/jetty.sh
%%APP_HOME%%/%%ETCDIR%%-bytebufferpool-logarithmic.xml
%%APP_HOME%%/%%ETCDIR%%-ssl-context-reload.xml
%%APP_HOME%%/etc/README.spnego
%%APP_HOME%%/etc/cdi/jetty-cdi.xml
%%APP_HOME%%/etc/cdi/jetty-cdi2.xml
@ -83,15 +86,15 @@ sbin/%%APP_NAME%%.sh
%%APP_HOME%%/etc/spnego.conf
%%APP_HOME%%/etc/spnego.properties
%%APP_HOME%%/etc/webdefault.xml
%%APP_HOME%%/lib/annotations/asm-7.3.1.jar
%%APP_HOME%%/lib/annotations/asm-analysis-7.3.1.jar
%%APP_HOME%%/lib/annotations/asm-commons-7.3.1.jar
%%APP_HOME%%/lib/annotations/asm-tree-7.3.1.jar
%%APP_HOME%%/lib/annotations/javax.annotation-api-1.3.jar
%%APP_HOME%%/lib/annotations/asm-9.3.jar
%%APP_HOME%%/lib/annotations/asm-analysis-9.3.jar
%%APP_HOME%%/lib/annotations/asm-commons-9.3.jar
%%APP_HOME%%/lib/annotations/asm-tree-9.3.jar
%%APP_HOME%%/lib/annotations/javax.annotation-api-1.3.2.jar
%%APP_HOME%%/lib/apache-jsp/org.mortbay.jasper.apache-el-8.5.70.jar
%%APP_HOME%%/lib/apache-jsp/org.mortbay.jasper.apache-jsp-8.5.70.jar
%%APP_HOME%%/lib/apache-jsp/org.eclipse.jdt.ecj-3.19.0.jar
%%APP_HOME%%/lib/apache-jsp/org.eclipse.jetty.apache-jsp-%%PORTVERSION%%.%%JDVDATE%%.jar
%%APP_HOME%%/lib/apache-jsp/org.mortbay.jasper.apache-el-8.5.49.jar
%%APP_HOME%%/lib/apache-jsp/org.mortbay.jasper.apache-jsp-8.5.49.jar
%%APP_HOME%%/lib/apache-jstl/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar
%%APP_HOME%%/lib/apache-jstl/org.apache.taglibs.taglibs-standard-spec-1.2.5.jar
%%APP_HOME%%/lib/ext/.donotdelete
@ -155,20 +158,14 @@ sbin/%%APP_NAME%%.sh
%%APP_HOME%%/logs/.donotdelete
%%APP_HOME%%/modules/.donotdelete
%%APP_HOME%%/modules/acceptratelimit.mod
%%APP_HOME%%/modules/alpn-impl.mod
%%APP_HOME%%/modules/alpn-impl/alpn-10.mod
%%APP_HOME%%/modules/alpn-impl/alpn-11.mod
%%APP_HOME%%/modules/alpn-impl/alpn-12.mod
%%APP_HOME%%/modules/alpn-impl/alpn-13.mod
%%APP_HOME%%/modules/alpn-impl/alpn-14.mod
%%APP_HOME%%/modules/alpn-impl/alpn-15.mod
%%APP_HOME%%/modules/alpn-impl/alpn-8.mod
%%APP_HOME%%/modules/alpn-impl/alpn-9.mod
%%APP_HOME%%/modules/alpn.mod
%%APP_HOME%%/modules/alpn-impl/alpn-available-false.mod
%%APP_HOME%%/modules/alpn-impl/alpn-available-true.mod
%%APP_HOME%%/modules/annotations.mod
%%APP_HOME%%/modules/apache-jsp.mod
%%APP_HOME%%/modules/apache-jstl.mod
%%APP_HOME%%/modules/bytebufferpool.mod
%%APP_HOME%%/modules/bytebufferpool-logarithmic.mod
%%APP_HOME%%/modules/cdi-decorate.mod
%%APP_HOME%%/modules/cdi-spi.mod
%%APP_HOME%%/modules/cdi.mod
@ -286,7 +283,6 @@ sbin/%%APP_NAME%%.sh
%%APP_HOME%%/modules/sessions/infinispan/remote/infinispan-remote-libs.mod
%%APP_HOME%%/modules/sessions/infinispan/remote/infinispan-remote-query-libs.mod
%%APP_HOME%%/modules/sessions/infinispan/remote/infinispan-remote-serverclasses.mod
%%APP_HOME%%/modules/sessions/infinispan/remote/other_proto_marshallers.xml
%%APP_HOME%%/modules/sessions/infinispan/remote/resources/hotrod-client.properties
%%APP_HOME%%/modules/sessions/jdbc/datasource.mod
%%APP_HOME%%/modules/sessions/jdbc/driver.mod
@ -304,6 +300,7 @@ sbin/%%APP_NAME%%.sh
%%APP_HOME%%/modules/spring.mod
%%APP_HOME%%/modules/ssl.mod
%%APP_HOME%%/modules/ssl/keystore
%%APP_HOME%%/modules/ssl-reload.mod
%%APP_HOME%%/modules/stats.mod
%%APP_HOME%%/modules/stop.mod
%%APP_HOME%%/modules/threadlimit.mod
@ -359,258 +356,40 @@ sbin/%%APP_NAME%%.sh
%%WWWDIR%%/demo-base/start.d/servlets.ini
%%WWWDIR%%/demo-base/start.d/threadpool.ini
%%WWWDIR%%/demo-base/webapps/README.TXT
%%WWWDIR%%/demo-base/webapps/ROOT/images/jetty-header.jpg
%%WWWDIR%%/demo-base/webapps/ROOT/images/%%APP_NAME%%-header.jpg
%%WWWDIR%%/demo-base/webapps/ROOT/images/webtide_logo.jpg
%%WWWDIR%%/demo-base/webapps/ROOT/index.html
%%WWWDIR%%/demo-base/webapps/ROOT/jetty.css
%%WWWDIR%%/demo-base/webapps/ROOT/%%APP_NAME%%.css
%%WWWDIR%%/demo-base/webapps/async-rest.war
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/_enabling_websocket.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/advanced-contributing.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/advanced-debugging.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/advanced-embedding.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/advanced-extras.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/alpn-chapter.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/annotations.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/ant-and-jetty.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/architecture.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/automatic-webapp-deployment.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/balancer-servlet.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/bugs.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/cgi-servlet.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/cloudfoundry.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/coding-standards.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-connectors.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-contexts.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-deployment.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-fastcgi.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-form-size.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-jetty-request-logs.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-jsp.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-logging-modules.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-logging.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-security-secure-passwords.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-security.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-sessions-file-system.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-sessions-gcloud.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-sessions-hazelcast.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-sessions-infinispan.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-sessions-jdbc.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-sessions-memory.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-sessions-mongo.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-specific-webapp-deployment.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-ssl.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-virtual-hosts.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-webapps.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/continuations-patterns.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/continuations-using.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/continuations.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/contributing-documentation.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/contributing-patches.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/contributing-source-build.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/creating-custom-protocol.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/cross-origin-filter.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/css/docbook.css
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/css/font-awesome/font-awesome-ie7.min.css
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/css/font-awesome/font-awesome.css
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/css/font-awesome/font-awesome.css.map
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/css/font-awesome/font-awesome.min.css
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/css/highlighter/darkula.css
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/css/highlighter/default.css
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/css/highlighter/foundation.css
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/css/highlighter/github.css
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/css/highlighter/googlecode.css
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/css/highlighter/zenburn.css
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/custom-error-pages.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/custom-modules.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/debug-handler.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/debugging-with-eclipse.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/debugging-with-intellij.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/default-handler.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/default-logging-with-stderrlog.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/deployment-architecture.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/dos-filter.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/elastic-beanstalk.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/embedded-examples.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/embedding-jetty.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/enable-remote-debugging.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/error-handler.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/example-logging-logback-centralized.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/fastcgi.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/fedora.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/fonts/FontAwesome.otf
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/fonts/fontawesome-webfont.eot
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/fonts/fontawesome-webfont.svg
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/fonts/fontawesome-webfont.ttf
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/fonts/fontawesome-webfont.woff
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/fonts/fontawesome-webfont.woff2
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/framework-jetty-osgi.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/framework-metro.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/framework-weld.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/frameworks.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/gzip-filter.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/header-filter.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/high-load.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/hot-deployment.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/http-client-api.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/http-client-authentication.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/http-client-cookie.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/http-client-proxy.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/http-client-transport.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/http-client.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/http2-configuring-haproxy.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/http2-configuring-push.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/http2-configuring.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/http2-enabling.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/http2.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/Jetty_Configuration_File_Relationships.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/Jetty_DeployManager_AppLifeCycle-1.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/Jetty_DeployManager_DefaultAppLifeCycleBindings.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/Jetty_DeployManager_DeploymentManager_Roles.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/SessionsHierarchy.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/basic-architecture-handlers.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/basic-architecture-nested-handlers.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/basic-architecture-patterns.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/basic-architecture-servlet-handler.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/basic-architecture-web-application.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/caution.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/caution.svg
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/certificate-chain.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/debug-eclipse-1.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/debug-eclipse-2.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/debug-eclipse-3.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/draft-ribbon.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/favicon.ico
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/important.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/important.svg
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/intellij_debug_view.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/intellij_new_remote_config.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/intellij_select_debug.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/intellij_set_breakpoint.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/jconsole1.jpg
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/jconsole2.jpg
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/jconsole3.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/jetty-avatar.svg
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/jetty-header-logo.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/jetty-high-level-architecture.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/jetty-logo-shadow.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/jetty-logo-shadow.svg
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/jetty-logo.svg
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/jetty.gif
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/jmc1.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/jmc2.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/jmc3.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/modules-9.3-simplified.dot
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/modules-9.3-simplified.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/note.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/note.svg
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/tip.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/tip.svg
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/warning.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/warning.svg
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/windows-service-jetty.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/jmx/images/jconsole1.jpg
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/jmx/images/jconsole2.jpg
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/jmx/images/jconsole3.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/jmx/images/jmc1.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/jmx/images/jmc2.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/jmx/images/jmc3.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/sessions/images/SessionsHierarchy.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/startup/images/modules-9.3-simplified.dot
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/startup/images/modules-9.3-simplified.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/startup/images/windows-service-%%APP_NAME%%.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring/connectors/images/certificate-chain.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring/deploying/images/Jetty_DeployManager_AppLifeCycle-1.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring/deploying/images/Jetty_DeployManager_DefaultAppLifeCycleBindings.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring/deploying/images/Jetty_DeployManager_DeploymentManager_Roles.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/index.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/introduction.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/ipaccess-handler.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jaas-support.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jelastic.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-1xx-responses.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-admin-guide.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-classloading.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-config-guide.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-dev-guide.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-dump-tool.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-env-xml.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-handlers.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-javaee.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-jconsole.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-jmx-annotations.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-jspc-maven-plugin.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-maven-plugin.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-maven-scanning.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-ref-guide.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-ssl-distribution.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-web-xml-config.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-websocket-api-adapter.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-websocket-api-annotations.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-websocket-api-events.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-websocket-api-listener.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-websocket-api-send-message.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-websocket-api-session.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-websocket-client-api.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-websocket-server-api.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-xml-config.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-xml-usage.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jmx-chapter.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jndi-configuration.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jndi-datasource-examples.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jndi-embedded.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jndi.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/js/highlight.pack.js
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/limit-load.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/maven-and-jetty.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/moved-context-handler.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/openid-support.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/optimizing.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/override-web-xml.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/platforms.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/preventing-memory-leaks.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/proxy-servlet.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/qos-filter.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/quick-start-configure.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/quick-start-getting-started.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/quick-start.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/quickstart-common-config.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/quickstart-config-what.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/quickstart-deploying-webapps.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/quickstart-jetty-coordinates.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/quickstart-running-jetty.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/quickstart-webapp.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/ref-temporary-directories.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference-section.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/release-testing.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/releasing-jetty.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/resource-handler.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/rewrite-handler.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/runner.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/security-reporting.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/security-reports.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/serving-aliased-files.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/serving-webapp-from-particular-port.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/session-configuration-housekeeper.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/session-configuration-memcachedsessiondatastore.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/session-configuration-sessioncache.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/session-management.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/sessions-details.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/sessions-usecases.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/setting-form-size.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/setting-port80-access.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/shutdown-handler.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/spnego-support.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/start-jar.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/startup-base-and-home.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/startup-classpath.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/startup-jpms.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/startup-modules.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/startup-unix-service.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/startup-windows-service.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/startup-xml-config.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/startup.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/static-content-deployment.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/statistics-handler.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/troubleshooting-locked-files-on-windows.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/troubleshooting-slow-deployment.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/troubleshooting.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/ubuntu.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/upgrading-jetty.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/using-annotations-embedded.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/using-annotations.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/using-jetty-jndi.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/watchservice.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/webdefault-xml.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/websocket-intro.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/websocket-jetty.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/what-jetty-version.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/ws-intro-api.html
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/quick-start/configuring/images/Jetty_Configuration_File_Relationships.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/architecture/images/basic-architecture-handlers.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/architecture/images/basic-architecture-nested-handlers.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/architecture/images/basic-architecture-patterns.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/architecture/images/basic-architecture-servlet-handler.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/architecture/images/basic-architecture-web-application.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/architecture/images/%%APP_NAME%%-high-level-architecture.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/debugging/images/debug-eclipse-1.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/debugging/images/debug-eclipse-2.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/debugging/images/debug-eclipse-3.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/debugging/images/intellij_debug_view.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/debugging/images/intellij_new_remote_config.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/debugging/images/intellij_select_debug.png
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/debugging/images/intellij_set_breakpoint.png
%%WWWDIR%%/demo-base/webapps/example-moved.xml
%%WWWDIR%%/demo-base/webapps/javadoc-proxy.war
%%WWWDIR%%/demo-base/webapps/test-jaas.war
@ -622,5 +401,36 @@ sbin/%%APP_NAME%%.sh
%%WWWDIR%%/demo-base/webapps/test.d/override-web.xml
%%WWWDIR%%/demo-base/webapps/test.war
%%WWWDIR%%/demo-base/webapps/test.xml
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/alpn
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/annotations
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/extras
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/fastcgi
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/http2
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/jndi
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/logging
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/runner
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/sessions/legacy
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/administration/tuning
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring/contexts
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring/jsp
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring/security
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/development/ant
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/development/clients/http
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/development/continuations
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/development/embedding/examples
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/development/frameworks
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/development/handlers
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/development/maven
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/development/websockets/intro
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/development/websockets/java
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/development/websockets/%%APP_NAME%%
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/quick-start/getting-started
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/quick-start/introduction
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/contributing
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/faq
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/%%APP_NAME%%-xml
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/platforms
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/troubleshooting
@dir %%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference/upgrading
@group
@owner