Commit Graph

25295 Commits

Author SHA1 Message Date
Lachlan Roberts 36cf36bc96 disable failing multipart test
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2022-05-16 16:20:30 +10:00
Lachlan Roberts 4bc0316091 Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x 2022-05-16 14:46:33 +10:00
Lachlan Roberts 311d3e823a Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x 2022-05-16 14:42:42 +10:00
Lachlan 5a62a77d03
Merge pull request #7982 from eclipse/jetty-10.0.x-7977-WebSocketNPE
Issue #7977 - prevent possible NPE from UpgradeHttpServletRequest
2022-05-16 14:42:18 +10:00
Lachlan Roberts 0532e23ba6 Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x 2022-05-16 13:02:22 +10:00
Lachlan Roberts c77d0ea00b Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x 2022-05-16 12:53:32 +10:00
Lachlan 01363fc239
Merge pull request #7981 from eclipse/jetty-10.0.x-multipartViolations
Add TRANSFER_ENCODING violation for MultiPart RFC7578 parser. (#7976)
2022-05-16 12:53:13 +10:00
Lachlan Roberts a432c1cb2a Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x 2022-05-16 12:47:16 +10:00
Lachlan Roberts e74373bdb4 Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x 2022-05-16 12:44:44 +10:00
Lachlan 7557ae3cf2
Merge pull request #7660 from eclipse/jetty-10.0.x-7635-QpackDecoderMaxBlockedStreams
Issue #7635 - implement maxBlockedStreams logic in QpackDecoder
2022-05-16 12:44:06 +10:00
Lachlan Roberts e71379d6de Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x 2022-05-16 10:55:35 +10:00
Lachlan Roberts b1926e63c5 Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x 2022-05-16 10:36:12 +10:00
Lachlan Roberts 15e32ca3ea Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-10.0.x-7635-QpackDecoderMaxBlockedStreams 2022-05-16 09:59:00 +10:00
Lachlan 07af5d70b7
Merge pull request #7802 from eclipse/jetty-10.0.x-qpack-sectionAck
HTTP/3 QPACK - do not expect section ack for zero required insert count
2022-05-16 09:54:45 +10:00
dependabot[bot] 6d38e55322
Merge pull request #7987 from eclipse/dependabot/maven/jetty-10.0.x/io.hawt-hawtio-default-2.15.0 2022-05-15 05:25:24 +00:00
Olivier Lamy bb1b296859
fix bom got jetty-cdi (#7991)
https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-bom/11.0.9/jetty-bom-11.0.9.pom :(
2022-05-14 06:47:07 -05:00
Greg Wilkins 46e0fe3edf
Jetty-12 Completion handling (#7989)
* Jetty-12 Completion handling

The stream is not completed until callback is completed, processing has returned and the last write has completed.
2022-05-13 21:33:59 +02:00
Jan Bartel 7f40be98a6 WIP undisable more session tests 2022-05-13 15:26:31 +02:00
Jan Bartel 66140afded WIP copy ee9 session tests to ee10 and get them working 2022-05-13 15:26:31 +02:00
dependabot[bot] 77f164c43c
Bump hawtio-default from 2.14.5 to 2.15.0
Bumps [hawtio-default](https://github.com/hawtio/hawtio) from 2.14.5 to 2.15.0.
- [Release notes](https://github.com/hawtio/hawtio/releases)
- [Changelog](https://github.com/hawtio/hawtio/blob/main/CHANGES.md)
- [Commits](https://github.com/hawtio/hawtio/compare/hawtio-2.14.5...hawtio-2.15.0)

---
updated-dependencies:
- dependency-name: io.hawt:hawtio-default
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-13 09:20:21 +00:00
Greg Wilkins 22c1a2e901 Fixed webdefault-eeX.xml references 2022-05-13 10:16:06 +02:00
Lachlan Roberts ac56b95eba fix checkstyle violation
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2022-05-13 16:21:07 +10:00
Lachlan Roberts b9689c2f27 add missing licence header
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2022-05-13 16:15:03 +10:00
Lachlan Roberts 0b00c0628e Issue #7635 - add extra testing for QPACK blocked streams
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2022-05-13 16:11:15 +10:00
Lachlan Roberts 2e98a26f03 added extra checks in SectionAcknowledgmentTest
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2022-05-13 13:49:10 +10:00
Simone Bordet bfcd7845eb
Fixed references to webdefault.xml that now are webdefault-ee9.xml and webdefault-ee10.xml.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-05-12 17:01:42 +02:00
Lachlan Roberts a93896b22f Issue #7977 - prevent possible NPE from UpgradeHttpServletRequest
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2022-05-12 16:10:15 +10:00
Lachlan 2093f3822e Add TRANSFER_ENCODING violation for MultiPart RFC7578 parser. (#7976)
* Add TRANSFER_ENCODING violation for MultiPart RFC7578 parser.
* Ignore TRANSFER_ENCODING violation for 8bit and binary.

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2022-05-12 15:51:53 +10:00
Joakim Erdfelt 385f00f72b
Merge remote-tracking branch 'jetty-11.0.x' into `jetty-12.0.x` 2022-05-11 16:52:08 -05:00
Joakim Erdfelt 563500f2df
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x 2022-05-11 16:14:04 -05:00
markslater b47d9c41d7
#7880 retain resource service configuration (#7881)
* #7880 PrecompressedFormats set on ResourceService are used in DefaultServlet unless overridden by an InitParameter.
* #7880 Fix checkstyle violations.
* #7880 Fix NPEs.
2022-05-11 16:08:28 -05:00
Joakim Erdfelt e76db11d8f
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x 2022-05-11 10:29:05 -05:00
Joakim Erdfelt 6545cc6d87
Merge branch 'jetty-11.0.x' of github.com:eclipse/jetty.project into jetty-11.0.x 2022-05-11 10:28:53 -05:00
Simone Bordet b705091afb
Fixes #7935 - Review HTTP/2 error handling (#7938)
* Fixes #7935 - Review HTTP/2 error handling

Now returning error handling code as a Runnable.
Updates after review.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-05-11 10:28:18 -05:00
Olivier Lamy 8b99ba7937 Merge branch 'jetty-10.0.x' into jetty-11.0.x 2022-05-11 16:39:39 +10:00
Joakim Erdfelt 2e19783377
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x 2022-05-10 06:53:14 -05:00
dependabot[bot] 2c812f631e
Bump logback-core from 1.3.0-alpha14 to 1.3.0-alpha15 (#7971)
Bumps [logback-core](https://github.com/qos-ch/logback) from 1.3.0-alpha14 to 1.3.0-alpha15.
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.3.0-alpha14...v_1.3.0-alpha15)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-10 06:33:35 -05:00
dependabot[bot] 135896181b
Bump tycho-p2-repository-plugin from 2.7.2 to 2.7.3 (#7972)
Bumps tycho-p2-repository-plugin from 2.7.2 to 2.7.3.

---
updated-dependencies:
- dependency-name: org.eclipse.tycho:tycho-p2-repository-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-10 06:15:47 -05:00
dependabot[bot] 421d487f82
Merge pull request #7967 from eclipse/dependabot/maven/jetty-10.0.x/org.apache.kerby-kerb-simplekdc-2.0.2 2022-05-10 08:09:25 +00:00
Greg Wilkins b9ff406ba1 WIP deploying webapps 2022-05-10 09:15:35 +02:00
Greg Wilkins f90e73ddb5 WIP deploying webapps 2022-05-10 00:02:06 +02:00
Greg Wilkins 90b65a49bf WIP deploying webapps 2022-05-10 00:02:06 +02:00
Jan Bartel e6c952caa5 WIP ee9 session tests 2022-05-09 18:44:44 +02:00
Jan Bartel 3838256dc6 WIP reenable ee9 session tests 2022-05-09 18:30:02 +02:00
Jan Bartel 48a689ba40 WIP reenabled ee9 session tests 2022-05-09 17:22:18 +02:00
Jan Bartel 963251faa4 WIP fix ee9 session tests 2022-05-09 17:22:18 +02:00
Greg Wilkins 5aadbb6006 Call ee9 context listeners 2022-05-09 17:13:20 +02:00
Greg Wilkins 6c844bb4eb WIP deploying webapps 2022-05-09 15:48:12 +02:00
Greg Wilkins b13a2260d2 Doh! 2022-05-09 14:28:52 +02:00
Olivier Lamy 5d882eaaaf
revert back to bundle plugin 5.1.4 the bug makes the need of using clean for every build (#7965) 2022-05-09 21:58:12 +10:00