Commit Graph

19090 Commits

Author SHA1 Message Date
Chris Walker 34b542f96b Merge branch 'jetty-10.0.x-doc-format' of github.com:eclipse/jetty.project into jetty-10.0.x-doc-format 2019-07-22 12:13:13 -04:00
Jesse McConnell e847a7fe0a
#3897 update execution id's 2019-07-22 10:48:10 -05:00
Chris Walker e3c1925bd7 Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-10.0.x-doc-format 2019-07-22 11:39:12 -04:00
Jesse McConnell 694729ec82
Issue #3897 update pom with renamed guides 2019-07-22 10:37:28 -05:00
Jesse McConnell 13cf7198cb
Issue #3897 rename developer-guide to embedded-guide 2019-07-22 10:36:00 -05:00
Jesse McConnell 2841211c17
Issue #3897 rename quickstart guide 2019-07-22 10:34:25 -05:00
Chris Walker a4b3b4a71a Merge branch 'jetty-10.0.x-doc-format' of github.com:eclipse/jetty.project into jetty-10.0.x-doc-format 2019-07-22 11:22:31 -04:00
Chris Walker 041ff5b62c Manually bringing over updated documents
Signed-off-by: Chris Walker <chris@webtide.com>
2019-07-22 11:22:11 -04:00
Jesse McConnell 99e3f2e813
Issue #3897 remove docbook resources, update l&f and adjust assembly descriptor 2019-07-22 10:16:51 -05:00
Chris Walker 7a8e29856d Renamed administration guide
Signed-off-by: Chris Walker <chris@webtide.com>
2019-07-22 11:08:49 -04:00
olivier lamy ba05117a0d use build-resources released version
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2019-07-22 21:23:04 +10:00
olivier lamy c26bf34edb try to avoid issue with the checkstyle check branch so install first the artifacts
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2019-07-22 21:03:11 +10:00
Simone Bordet e1ac6bb29c Fixed compilation error after merge.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2019-07-22 10:26:47 +02:00
Olivier Lamy e5f7967116
Fix duplicate stage (wrong merge from 9.4.x) 2019-07-22 17:17:58 +10:00
Simone Bordet 542ecc832e Merged branch 'jetty-9.4.x' into 'jetty-10.0.x'. 2019-07-21 17:32:08 +02:00
Simone Bordet 1aaadea13d
Merge pull request #3865 from eclipse/jetty-9.4.x-3829-dont_send_empty_response_trailers
Fixes #3829 - Avoid sending empty trailer frames for http/2 responses.
2019-07-21 18:31:22 +03:00
Simone Bordet 31dee9000d Merged branch 'jetty-9.4.x' into 'jetty-10.0.x'. 2019-07-20 20:00:15 +02:00
Simone Bordet 40fc4ef340 Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2019-07-20 19:56:14 +02:00
Simone Bordet 6a0a2883ad Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'. 2019-07-20 19:51:12 +02:00
Simone Bordet baa325d56c Updated ALPN version for JDK 8u221 and 8u222.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2019-07-20 19:43:20 +02:00
Joakim Erdfelt 122f994aaf Issue #3888 - Removing excessive "huge" per PR review
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2019-07-19 10:39:03 -05:00
Joakim Erdfelt 446c3d7202 Issue #3888 - Fixing ServletRequest.getContentLength() behavior
+ For Content-Length values exceeding Integer.MAX_VALUE the return
  must be -1.

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2019-07-19 10:35:35 -05:00
Joakim Erdfelt 8afc4464d5 Issue #3503 - Adding testcases for huge Content-Length behaviors
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2019-07-19 10:27:38 -05:00
Joakim Erdfelt f856ad41da Issue #3888 - For Resources exceeding maxCachedFileSize do not allocate
+ Only used Mapped ByteBuffers, ReadableByteChannel, or InputStream

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2019-07-19 10:25:04 -05:00
Joakim Erdfelt 36294ef0da Issue #3888 - Fixing for truncated long to int
+ Allowing CachedHttpContent._contentLengthValue actually hold
  the `long` resource size (for the 4G variant on test)
+ Allowing BufferUtil to not throw Exception if resource length
  is a positive value, but exceeds Integer.MAX_VALUE, opting instead
  to return a null to prevent excessive memory usage. (fixes the 10G
  variant of test)

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2019-07-18 12:13:35 -05:00
Joakim Erdfelt aef58168d0 Issue #3888 - Adding testcase to demonstrate Huge file Resource issue
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2019-07-18 11:47:37 -05:00
olivier lamy d0963178d4 Merge branch 'jetty-9.4.x' into jetty-10.0.x 2019-07-18 17:06:38 +10:00
Olivier Lamy 4ebf4b7477
Jetty 9.4.x invoker maven plugin use junit result files (#3887)
* invoker plugin can now generate junit report file so use that to ease reading of results

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2019-07-18 16:46:59 +10:00
Greg Wilkins d71a2d8f7d
Issue #3806 async sendError (minimal fix) (#3875)
* Issue #3806 async sendError

This is a minimal fix for the async race of sendError using isHandled
at the same time as the normal dispatch is exiting.

Signed-off-by: Greg Wilkins <gregw@webtide.com>

* Issue #3806 async sendError

Fixed isStreaming method in minimal fix (showing the need for actual
test harnesses).

Signed-off-by: Greg Wilkins <gregw@webtide.com>
2019-07-17 23:25:30 +02:00
Chris Walker 500801d0f6 Merge branch 'jetty-9.4.x' into jetty-10.0.x 2019-07-12 11:52:00 -04:00
Chris Walker 6f9495f5c1 Added additional note about SCIs and updating web.xml per #1466
Signed-off-by: Chris Walker <WalkerWatch@users.noreply.github.com>
2019-07-12 11:50:35 -04:00
Jan Bartel d10df5875e Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x 2019-07-12 11:10:44 +02:00
Jan Bartel 4d4a7dc101 Issue #3870 Update to spifly 1.2.3
Signed-off-by: Jan Bartel <janb@webtide.com>
2019-07-12 11:07:18 +02:00
Jan Bartel cc7b12571f Issue #1466 Update documentation.
Signed-off-by: Jan Bartel <janb@webtide.com>
2019-07-12 10:46:01 +02:00
olivier lamy fb1c5a3111 Merge branch 'jetty-9.4.x' into jetty-10.0.x 2019-07-12 09:52:48 +10:00
Olivier Lamy 71268ae687
make jetty-all build tested by ci build to avoid issue at release time (#3867)
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2019-07-12 09:51:42 +10:00
olivier lamy 6df9ef3a15 Updating to version 10.0.0-SNAPSHOT 2019-07-12 06:54:56 +10:00
olivier lamy 8cbfd51e80 Updating to version 10.0.0-alpha0 2019-07-12 06:54:56 +10:00
Chris Walker 053838eee9 First pass of Jetty 10 doc re-work
Signed-off-by: Chris Walker <chris@webtide.com>
2019-07-11 11:05:15 -04:00
Simone Bordet 9f84c1cb8e Fixes #3829 - Avoid sending empty trailer frames for http/2 responses.
Added guard against the supplier of trailers returning null.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2019-07-11 15:06:15 +02:00
olivier lamy f8b029c41e avoid duplicate name
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2019-07-11 22:06:30 +10:00
olivier lamy 2e5c9c1c8a fix VERSION.txt
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2019-07-11 20:20:17 +10:00
Olivier Lamy 9923fdfefc
Jetty 10.0.x fix dependency in jetty-all (#3864)
* fix wrong dependency

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2019-07-11 20:16:57 +10:00
Simone Bordet a2011abec0 Fixes #3829 - Avoid sending empty trailer frames for http/2 responses.
Fixed the logic to send response trailers.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2019-07-11 11:46:06 +02:00
olivier lamy a34e641a27 Updating to version 10.0.0-SNAPSHOT 2019-07-11 17:20:27 +10:00
olivier lamy 2e58f2f515 Updating to version 10.0.0-alpha0 2019-07-11 14:19:45 +10:00
olivier lamy 3082d5a4cf disable all version name rule enforcer..
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2019-07-11 14:13:53 +10:00
olivier lamy 9d92221a34 not using osgi rules for jetty 10 alpha/beta versions
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2019-07-11 13:59:34 +10:00
olivier lamy 30513f9afc Merge branch 'jetty-9.4.x' into jetty-10.0.x 2019-07-10 20:20:33 +10:00
Olivier Lamy 3c14ceab27
avoid transitive depdency on a range version which can failed the build... (#3862)
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2019-07-10 20:19:06 +10:00