fix link Signed-off-by: olivier lamy <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/archiva/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/25796870 Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/25796870 Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/25796870 Branch: refs/heads/master Commit: 25796870f2475ec4857d05b1c54540a6221a323e Parents: dc97f3e Author: olivier lamy <[email protected]> Authored: Sat May 13 09:05:07 2017 +1000 Committer: olivier lamy <[email protected]> Committed: Sat May 13 09:05:07 2017 +1000 ---------------------------------------------------------------------- archiva-jetty/src/main/conf/jetty.xml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva/blob/25796870/archiva-jetty/src/main/conf/jetty.xml ---------------------------------------------------------------------- diff --git a/archiva-jetty/src/main/conf/jetty.xml b/archiva-jetty/src/main/conf/jetty.xml index 77a8abb..63e4719 100644 --- a/archiva-jetty/src/main/conf/jetty.xml +++ b/archiva-jetty/src/main/conf/jetty.xml @@ -19,13 +19,13 @@ ~ under the License. --> -<!-- =============================================================== --> -<!-- Configure the Jetty Server --> -<!-- --> -<!-- Documentation of this file format can be found at: --> -<!-- http://docs.codehaus.org/display/JETTY/jetty.xml --> -<!-- --> -<!-- =============================================================== --> +<!-- ============================================================================= --> +<!-- Configure the Jetty Server --> +<!-- --> +<!-- Documentation of this file format can be found at: --> +<!-- https://www.eclipse.org/jetty/documentation/9.4.x/reference-section.html --> +<!-- --> +<!-- ============================================================================= --> <Configure id="Server" class="org.eclipse.jetty.server.Server"> @@ -49,7 +49,6 @@ <!-- =========================================================== --> <!-- Set connectors --> <!-- =========================================================== --> - <!-- One of each type! --> <!-- =========================================================== --> <!-- Use this connector for many frequently idle connections
