Simone Bordet
c5df807b6d
Fixes #5409 - HttpClient fails intermittently with "Invalid response state TRANSIENT".
...
The problem was a race condition during content decoding.
Since decoding needs to be done in a loop, the condition to loop is to
check whether there is demand for the next chunk of decoded content.
Checking for demand also sets the stalled flag, and this must be done
only after the response state has been set back to CONTENT.
Unfortunately this was not done in the decoding loop.
The fix is to always update the response state in the decoding loop.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-10-13 23:18:26 +02:00
Joakim Erdfelt
c37c2c59ab
Merge pull request #5419 from eclipse/jetty-9.4.x-5417-forwarded-proto-port
...
Issue #5417 - Honoring implied ports on ForwardedRequestCustomizer better
2020-10-13 04:50:51 -05:00
olivier lamy
510c1f4b20
too early to test that
...
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-10-13 09:51:38 +10:00
olivier lamy
34365d0919
update labels
...
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-10-13 09:15:22 +10:00
olivier lamy
69abaed168
enable github-branch-release-drafter
...
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-10-13 09:09:00 +10:00
Joakim Erdfelt
85852dc84e
Merge pull request #5429 from eclipse/dependabot/maven/jetty-9.4.x/org.jboss.weld.servlet-weld-servlet-core-3.1.5.Final
...
Bump weld-servlet-core from 3.1.3.Final to 3.1.5.Final
2020-10-12 09:41:24 -05:00
Joakim Erdfelt
e020fd50d4
Merge pull request #5433 from eclipse/dependabot/maven/jetty-9.4.x/org.conscrypt-conscrypt-openjdk-uber-2.5.1
...
Bump conscrypt-openjdk-uber from 2.4.0 to 2.5.1
2020-10-12 08:48:34 -05:00
Joakim Erdfelt
961b14ca28
Merge pull request #5440 from eclipse/dependency/jetty-9.4.x/checkstyle-8.36.2
...
Bump checkstyle from 8.29 to 8.36.2
2020-10-12 08:45:41 -05:00
dependabot[bot]
d2e5a9c798
Bump weld-servlet-core from 3.1.3.Final to 3.1.5.Final
...
Bumps weld-servlet-core from 3.1.3.Final to 3.1.5.Final.
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-12 13:43:14 +00:00
Joakim Erdfelt
e4e1e8ec40
Merge pull request #5441 from eclipse/dependency/jetty-9.4.x/build-helper-maven-plugin-3.2.0
...
Bump build-helper-maven-plugin from 3.0.0 to 3.2.0
2020-10-12 08:42:32 -05:00
Joakim Erdfelt
feb36cd465
Merge pull request #5439 from eclipse/dependency/jetty-9.4.x/jboss-logging-3.4.1.Final
...
Bump jboss-logging from 3.3.2.Final to 3.4.1.Final
2020-10-12 08:42:26 -05:00
Joakim Erdfelt
c498504b23
Bump build-helper-maven-plugin from 3.0.0 to 3.2.0
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-12 07:21:31 -05:00
Joakim Erdfelt
f6c1146428
Bump checkstyle from 8.29 to 8.36.2
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-12 07:04:14 -05:00
Joakim Erdfelt
b58f177476
Bump jboss-logging from 3.3.2.Final to 3.4.1.Final
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-12 06:53:43 -05:00
Joakim Erdfelt
4a4257d4d1
Minimal change to setDefaultHostnameVerifier to allow compilation of tests
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-12 06:43:53 -05:00
Joakim Erdfelt
8556ad7496
Merge pull request #5428 from eclipse/dependabot/maven/jetty-9.4.x/org.eclipse.jetty.toolchain-jetty-perf-helper-1.0.6
...
Bump jetty-perf-helper from 1.0.5 to 1.0.6
2020-10-12 05:02:51 -05:00
Joakim Erdfelt
c2266fdd63
Issue #5417 - Cleanup of PR from Review
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-12 04:50:51 -05:00
dependabot[bot]
7641d72e2a
Bump jaxb-api from 2.3.0 to 2.3.1 ( #5431 )
...
Bumps [jaxb-api](https://github.com/javaee/jaxb-spec ) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/javaee/jaxb-spec/releases )
- [Commits](https://github.com/javaee/jaxb-spec/compare/2.3.0...2.3.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-12 19:35:40 +10:00
dependabot[bot]
228758ab29
Bump conscrypt-openjdk-uber from 2.4.0 to 2.5.1
...
Bumps [conscrypt-openjdk-uber](https://github.com/google/conscrypt ) from 2.4.0 to 2.5.1.
- [Release notes](https://github.com/google/conscrypt/releases )
- [Commits](https://github.com/google/conscrypt/compare/2.4.0...2.5.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-12 06:23:43 +00:00
dependabot[bot]
b6bd4a2e13
Bump jetty-perf-helper from 1.0.5 to 1.0.6
...
Bumps [jetty-perf-helper](https://github.com/eclipse/jetty.toolchain ) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/eclipse/jetty.toolchain/releases )
- [Commits](https://github.com/eclipse/jetty.toolchain/compare/jetty-perf-helper-1.0.5...jetty-perf-helper-1.0.6 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-12 06:23:31 +00:00
Joakim Erdfelt
74abaabe29
Merge pull request #5411 from eclipse/dependency/jetty-9.4.x/google-cloud-1.105.0
...
Bumping google-cloud from 1.0.0 to 1.105.0
2020-10-09 13:36:00 -05:00
Joakim Erdfelt
149f389fd8
Issue #5417 - Honoring implied ports on ForwardedRequestCustomizer better
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-09 09:54:57 -05:00
Joakim Erdfelt
72c5ed0ff7
Bumping gcloud from 1.0.0 to 1.105.0
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-08 14:59:34 -05:00
Joakim Erdfelt
ef0618489a
Fixing EOL on groovy (again)
2020-10-08 14:50:02 -05:00
Joakim Erdfelt
6ffd0454f4
Merge pull request #5408 from eclipse/dependency/jetty-9.4.x/jnr-unixsocket-0.38.3
...
Bump jnr-unixsocket from 0.24 to 0.38.3
2020-10-08 12:57:26 -05:00
Joakim Erdfelt
ba39ee8b1a
Generating unixsocket.mod [files] section with help maven-dependency-plugin details
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-08 10:50:16 -05:00
Joakim Erdfelt
5e0e99d4bf
Merge pull request #5387 from eclipse/dependabot/maven/jetty-9.4.x/asm.version-9.0
...
Bump asm.version from 7.3.1 to 9.0
2020-10-08 09:47:49 -05:00
Joakim Erdfelt
bc641dcd22
Merge pull request #5332 from eclipse/dependabot/maven/jetty-9.4.x/org.apache.kerby-kerb-simplekdc-2.0.1
...
Bump kerb-simplekdc from 1.1.1 to 2.0.1
2020-10-08 09:46:54 -05:00
Joakim Erdfelt
05e377d0f2
Bump jnr-unixsocket from 0.24 to 0.38.3
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-08 09:11:39 -05:00
Joakim Erdfelt
c2655295ac
Eliminating no-longer relevant comment
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-08 08:50:37 -05:00
Joakim Erdfelt
20aaf1c321
Merge remote-tracking branch 'origin/dependency/jetty-9.4.x/org.apache.openwebbeans-2.0.18' into jetty-9.4.x
2020-10-08 08:50:16 -05:00
Joakim Erdfelt
30b30a3a3b
Merge remote-tracking branch 'origin/dependency/jetty-9.4.x/maven-assembly-plugin-3.3.0' into jetty-9.4.x
2020-10-08 08:49:47 -05:00
Joakim Erdfelt
8b0f8c8c80
Merge pull request #5383 from eclipse/dependabot/maven/jetty-9.4.x/javax.annotation-javax.annotation-api-1.3.2
...
Bump javax.annotation-api from 1.3 to 1.3.2
2020-10-08 07:34:30 -05:00
Joakim Erdfelt
b7992a89dd
Bump maven-assembly-plugin from 3.1.1 to 3.3.0
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-08 07:34:06 -05:00
Joakim Erdfelt
fe03a3e6c2
Bump OpenWebBeans from 2.0.11 to 2.0.18
...
+ Brings in ServletContainerInitializer fix from 2.0.12
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-08 07:31:20 -05:00
Greg Wilkins
721a05eb9d
Fixes #5378 Setting Holders during STARTING ( #5397 )
...
* Fixes #5378 Setting Holders during STARTING
Holders are now started/initialized if needed by a new utility method
* Fixes #5378 Setting Holders during STARTING
Holders are now started/initialized if needed by a new utility method
2020-10-07 23:22:55 +02:00
Olivier Lamy
aab4116da0
Jetty 9.4.x upgrade testcontainers 1.15.0 rc2 ( #5395 )
...
* testcontainers 1.15.0-rc2
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
* fix upperBound dependency issue
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-10-05 21:34:00 +10:00
Greg Wilkins
c40b955e09
Issue #5022 Filter Cache cleanup ( #5271 )
...
* Issue #5022 Filter Cache cleanup
Issue #5022 Filter Cache cleanup:
+ Fixed many compiler warnings
+ removed old LazyList leftovers
+ Don't create holder string for source unless required
+ Only have a single type of chain, so it can be wrapped regardless of cache
+ Reverse mappings lists to make filter chain creation easier
+ build chain directly rather than build a list then a chain
Signed-off-by: Greg Wilkins <gregw@webtide.com>
* added comment to explain ordering
Signed-off-by: gregw <gregw@webtide.com>
* More cleanups
* fixed toString format
turn off debug in OSGI test
2020-10-05 13:29:11 +02:00
Joakim Erdfelt
7fcae31dda
Merge pull request #5382 from eclipse/dependabot/maven/jetty-9.4.x/com.sun.xml.ws-jaxws-rt-2.3.3
...
Bump jaxws-rt from 2.3.0.2 to 2.3.3
2020-10-05 05:34:35 -05:00
gregw
6d69e31439
Extra tests for #5378
2020-10-05 12:28:10 +02:00
dependabot[bot]
7835454532
Bump asm.version from 7.3.1 to 9.0
...
Bumps `asm.version` from 7.3.1 to 9.0.
Updates `asm` from 7.3.1 to 9.0
Updates `asm-commons` from 7.3.1 to 9.0
Updates `asm-tree` from 7.3.1 to 9.0
Updates `asm-analysis` from 7.3.1 to 9.0
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-05 06:23:54 +00:00
dependabot[bot]
0b9e59f794
Bump javax.annotation-api from 1.3 to 1.3.2
...
Bumps [javax.annotation-api](https://github.com/javaee/javax.annotation ) from 1.3 to 1.3.2.
- [Release notes](https://github.com/javaee/javax.annotation/releases )
- [Commits](https://github.com/javaee/javax.annotation/compare/1.3...1.3.2 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-05 06:23:15 +00:00
dependabot[bot]
bc08424752
Bump jaxws-rt from 2.3.0.2 to 2.3.3
...
Bumps jaxws-rt from 2.3.0.2 to 2.3.3.
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-05 06:23:07 +00:00
dependabot[bot]
7cca195801
Bump kerb-simplekdc from 1.1.1 to 2.0.1
...
Bumps kerb-simplekdc from 1.1.1 to 2.0.1.
Signed-off-by: dependabot[bot] <support@github.com>
2020-09-30 18:51:32 +00: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
Jan Bartel
a2260dd9a1
Issue #5360 Ensure @WebListeners have origin attr in quickstart-web.xml ( #5371 )
...
Signed-off-by: Jan Bartel <janb@webtide.com>
2020-09-30 16:52:35 +02:00
Jan Bartel
eb02009f87
Issue #5365 ISE not NPE if fail to create session. ( #5370 )
...
If SessionHandler.newHttpSession(Request) fails to create a session
it returns null. Request.getSession(true) cannot throw a checked
exception, nor can it return null, so we should throw ISE.
Signed-off-by: Jan Bartel <janb@webtide.com>
2020-09-30 16:51:54 +02:00
Joakim Erdfelt
c7e52eeecb
Fixing bad link
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-09-30 09:49:41 -05:00
Joakim Erdfelt
1233ae108e
Fixing bad html links
2020-09-30 09:23:35 -05:00