Commit Graph

1083 Commits

Author SHA1 Message Date
Joakim Erdfelt b9645a1737 Updating to version 10.0.0 2020-12-02 15:04:53 -06:00
Joakim Erdfelt c90690abf6
Updating example output
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-12-02 10:54:30 -06:00
gregw f00a2c2917 WIP 2020-12-02 09:33:37 +01:00
gregw 1768bd898f Fix #5739 Remove distribution from doco
Mostly mechanical fixes
2020-12-02 09:16:29 +01:00
Simone Bordet ed9fd7cb51 Merged branch 'jetty-9.4.x' into 'jetty-10.0.x'.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-11-25 09:05:32 +01:00
Chris Walker 8eab5ef101
First pass of fixing links. Resolves #5722 (#5723)
* First pass

Signed-off-by: Chris Walker <WalkerWatch@users.noreply.github.com>

* Fixing license header

Signed-off-by: Chris Walker <WalkerWatch@users.noreply.github.com>
2020-11-24 16:41:41 -06:00
Chris Walker 41bf9534eb
Issue #5603 - Single page documentation (#5636)
* First pass of single page doc generation for 9.4.x

* Updates to POM and HTML assembly

* Update snapshot version

* Removing deprecated Docbook assets

* Moving asciidoc config to main pom,  removing sub-order references

* Fixing image links

* Cleaning up code reference formatting

* Fixing missed source formatting

* Flipping Admonitions MK. I

* Replacing underscores for admonitions

* Converting .... to ---- for code blocks

* Reverting accidentally changed KEYS.txt

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>

* Clean up

* Fixing icons

Co-authored-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-11-20 13:05:42 -06:00
Joakim Erdfelt 390fa83d8e
Remove dead /jetty-spring/ module
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-11-20 12:12:20 -06:00
Chris Walker f3278c1e81
Fixing link for secuirty reports in #5642 2020-11-11 14:24:55 -06:00
Chris Walker 3660e38148
Fixes broken link to security reports. Resolves #5642 2020-11-11 14:18:50 -06:00
Chris Walker de98d7b396
Minor changes to documentation 2020-11-06 14:18:07 -06:00
Joakim Erdfelt edaadff55b Updating to version 9.4.35-SNAPSHOT 2020-11-02 09:04:51 -06:00
Joakim Erdfelt e46af88704 Updating to version 9.4.34.v20201102 2020-11-02 08:03:51 -06:00
Simone Bordet 5a59d47a68 Improvements to the Jetty documentation.
Ported and updated the documentation about JMX.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-10-30 16:32:49 +01:00
Jan Bartel 1e545bf79b Add jaas documentation.
Signed-off-by: Jan Bartel <janb@webtide.com>
2020-10-21 18:18:20 +02:00
Joakim Erdfelt e726eefb0b Updating to version 9.4.34-SNAPSHOT 2020-10-20 18:55:39 -05:00
Joakim Erdfelt 1be6875565 Updating to version 9.4.33.v20201020 2020-10-20 18:28:51 -05:00
Simone Bordet a949afef64 Merged branch 'jetty-9.4.x' into 'jetty-10.0.x'. 2020-10-19 18:24:38 +02:00
dependabot[bot] 68f759ad6c
Bump xslthl from 2.0.1 to 2.1.3 (#5463)
Bumps xslthl from 2.0.1 to 2.1.3.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-19 19:01:56 +10:00
Jan Bartel d78e1f8a30 Issue #5444 Fix deploy-jndi.adoc
Signed-off-by: Jan Bartel <janb@webtide.com>
2020-10-14 13:03:28 +02:00
Joakim Erdfelt 68560090fe
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x 2020-10-13 12:36:01 -05:00
Chris Walker ca5165bd06
Updating security reports to reference project page 2020-10-13 12:08:57 -05:00
Jan Bartel 95998a2ee3 Add jndi docs to operations guide.
Signed-off-by: Jan Bartel <janb@webtide.com>
2020-10-13 18:27:04 +02:00
Simone Bordet e99f5835e9 Improvements to the Jetty documentation.
Ported and updated the documentation about configuring Jetty behind a load balancer.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-10-12 23:10:11 +02:00
Jan Bartel 6d9e9e7d0a Merge branch 'jetty-10.0.x' of github.com:eclipse/jetty.project into jetty-10.0.x 2020-10-12 18:16:05 +02:00
Jan Bartel 2f5e4330ef Add jsp documentation to operations guide.
Signed-off-by: Jan Bartel <janb@webtide.com>
2020-10-12 18:15:40 +02:00
Simone Bordet 1cd15e8d85
Fixes #5379 - Better handling for wrong SNI. (#5398)
* Fixes #5379 - Better handling for wrong SNI.

Reworked the SNI logic.
Added support for IP addresses in the SAN extension of certificates in the X509 class.
Fixed keystores to have CN=localhost and SAN with ip=127.0.0.1 and ip=[::1].
Fixed tests that were not using the correct Host header.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-10-12 15:48:53 +02:00
Jan Bartel aedba8e782 Merge branch 'jetty-10.0.x' of github.com:eclipse/jetty.project into jetty-10.0.x 2020-10-12 14:48:22 +02:00
Jan Bartel 305ad21cc5 Add annotations doc to ops guide.
Signed-off-by: Jan Bartel <janb@webtide.com>
2020-10-12 14:47:54 +02:00
Joakim Erdfelt e543018e7b
Merge pull request #5422 from eclipse/dependabot/maven/jetty-10.0.x/org.asciidoctor-asciidoctorj-diagram-2.0.5
Bump asciidoctorj-diagram from 2.0.2 to 2.0.5
2020-10-12 07:13:08 -05:00
Jan Bartel d2ec25670a Merge remote-tracking branch 'origin/jetty-10.0.x-quickstart-docs' into jetty-10.0.x
Signed-off-by: Jan Bartel <janb@webtide.com>
2020-10-12 10:38:33 +02:00
dependabot[bot] 038d660768
Bump asciidoctorj-diagram from 2.0.2 to 2.0.5
Bumps [asciidoctorj-diagram](https://github.com/asciidoctor/asciidoctorj-diagram) from 2.0.2 to 2.0.5.
- [Release notes](https://github.com/asciidoctor/asciidoctorj-diagram/releases)
- [Commits](https://github.com/asciidoctor/asciidoctorj-diagram/compare/v2.0.2...v2.0.5)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-12 06:22:52 +00:00
Jan Bartel 8db68334e3 Update quickstart doco 2020-10-07 13:18:11 +02:00
Jan Bartel 9252afbbba Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-10.0.x-quickstart-docs 2020-10-07 11:26:40 +02:00
Jan Bartel 7b1ec0a4fa Update to quickstart doc. 2020-10-07 10:57:33 +02:00
Simone Bordet 9c0f61d31b Improvements to the Jetty documentation.
Added section ids to TLS documentation.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-10-05 18:17:24 +02:00
Simone Bordet 7e75215cfc Improvements to the Jetty documentation.
Ported the TLS documentation.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-10-05 18:12:47 +02:00
Joakim Erdfelt 85e257fc98 Updating to version 9.4.33-SNAPSHOT 2020-09-30 11:53:09 -05:00
Joakim Erdfelt de97d26f7b Updating to version 9.4.32.v20200930 2020-09-30 11:03:24 -05:00
Joakim Erdfelt 51b01ab361
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x 2020-09-30 09:29:48 -05:00
Joakim Erdfelt 1233ae108e
Fixing bad html links 2020-09-30 09:23:35 -05:00
Simone Bordet c2df8c172b Improvements to the Jetty documentation.
Ported the HTTP/2 documentation.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-09-30 10:37:46 +02:00
Jan Bartel 7a5768a055 Update to quickstart docs WIP
Signed-off-by: Jan Bartel <janb@webtide.com>
2020-09-29 19:11:43 +02:00
Joakim Erdfelt ad2446dd6c
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x 2020-09-29 11:24:28 -05:00
Joakim Erdfelt 3423375a97
Issue #5357 - Updating to https://eclipse.org/ (#5358)
* Issue #5357 - Updating to https://eclipse.org/

 - Removing redundant <url> refs in pom.xml
 - Correcting bad indenting from merge
 - Correcting mailing list references
 - Correcting bugs.eclipse.org references
 - Correcting text file references
 - Correcting html references
 - Correcting further references
 - Correcting download.eclipse.org reference
 - Adding test for demo-base /proxy/current/
 - Ensuring jetty-client is included in javadoc-proxy.war/WEB-INF/lib

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-09-29 11:02:32 -05:00
Simone Bordet ba5f91fe00 Improvements to the Jetty documentation.
Ported the Jetty XML syntax.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-09-29 16:22:20 +02:00
Simone Bordet 9c00826105 Improvements to the Jetty documentation.
Moved all old documentation under old_docs/.
Generating a small index.html that points to the guides and the old documentation.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-09-29 15:19:49 +02:00
Simone Bordet bbd4c4fbda Improvements to the Jetty documentation.
Renamed jetty-home's README.md to README.adoc.
Linked jetty-home's README.adoc from the operations guide.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-09-29 10:43:49 +02:00
Greg Wilkins 665c42ffe8 Fixed references to jetty 9 & 10
Signed-off-by: Greg Wilkins <gregw@webtide.com>
2020-09-28 14:15:56 +02:00
Lachlan Roberts 11465791cc Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x 2020-09-25 15:20:25 +10:00