Greg Wilkins
1263732576
Fix #6227 Async timeout dispatch race ( #6228 ) ( #6231 )
...
Fix #6227 Async timeout dispatch race
Only allow the thread calling onTimeout to call dispatch and complete once timeout has expired.
Signed-off-by: Greg Wilkins <gregw@webtide.com>
2021-05-06 07:45:27 +10:00
Olivier Lamy
2b78094546
Upgrade h2spec maven plugin 1.0.5 ( #6229 )
...
* Upgrade h2spec maven plugin 1.0.5
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
* use release h2spec-maven-plugin 1.0.5
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2021-05-05 21:22:47 +10:00
Lachlan Roberts
5c4dfe90fd
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-04-30 16:10:49 +10:00
Lachlan
7555d0375a
Improve testing for temp directories ( #6139 )
...
* Improve testing for temp directories (#5483 )
Improve testing around WebAppContext temporary directories.
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Co-authored-by: olivier lamy <oliver.lamy@gmail.com>
2021-04-30 16:05:49 +10:00
Lachlan Roberts
409ad3b100
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-04-30 14:45:16 +10:00
Lachlan
f828411c16
Merge pull request #6119 from eclipse/jetty-10.0.x-6106-WebSocketCDI
...
Issue #6106 - Fix WebSocket/CDI integration in Jetty 10
2021-04-30 14:21:14 +10:00
Simone Bordet
24600e2880
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-04-29 15:10:58 +02:00
Simone Bordet
7048db0910
Fixes #6208 - HTTP/2 max local stream count exceeded ( #6220 )
...
Forward port of #6220 from jetty-9.4.x to jetty-10.0.x.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
(cherry-picked from commit 2f19c67b41
)
2021-04-29 14:51:10 +02:00
Jan Bartel
c57678e8fe
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-04-29 17:26:45 +10:00
Jan Bartel
f05fc25900
Issue #6153 Swap order of jetty maven plugin jvmArgs for EXTERNAL ( #6155 )
...
* Issue #6153 Swap order of jetty maven plugin jvmArgs for EXTERNAL
Signed-off-by: Jan Bartel <janb@webtide.com>
2021-04-29 11:18:38 +10:00
Ludovic Orban
bb58702a5f
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2021-04-28 13:22:26 +02:00
Ludovic Orban
973dfcf4f7
consumeAll: fail content with static exception except when debug logs are enabled + move exception management from HttpInput to ContentProducer
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2021-04-28 13:15:51 +02:00
Simone Bordet
560733b5ac
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-04-27 11:08:37 +02:00
Simone Bordet
78dc11b648
Documented WebSocketClient.
...
Updates after review.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-04-27 11:04:42 +02:00
Simone Bordet
8b10f3ebd5
Documented WebSocketClient.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-04-27 11:04:42 +02:00
Lachlan Roberts
a0cca858a7
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-10.0.x-6106-WebSocketCDI
2021-04-27 16:15:52 +10:00
Lachlan Roberts
3ad39161e7
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-04-27 16:06:03 +10:00
Lachlan
3b88b4713c
Merge pull request #6176 from eclipse/jetty-10.0.x-5817-CustomRequestLogFiltering
...
Issue #5817 - allow CustomRequestLog to be filtered with BiPredicate
2021-04-27 16:04:54 +10:00
Olivier Lamy
1294222797
Upgrade commons-io 2.7 (copy of https://github.com/eclipse/jetty.project/pull/6213 ) ( #6216 )
...
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2021-04-27 15:59:18 +10:00
Lachlan Roberts
5df5484b0f
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-04-27 15:57:05 +10:00
Lachlan
24653e1aa0
Merge pull request #6215 from eclipse/jetty-10.0.x-FixTypo
...
Use correct logger in AvailableEncoders.
2021-04-27 15:56:04 +10:00
Lachlan Roberts
ce8ede5c71
Use correct logger in AvailableEncoders.
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-04-27 10:38:42 +10:00
Lachlan Roberts
1310983d53
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-04-27 10:36:14 +10:00
Lachlan
3e366e6c0b
Merge pull request #6198 from eclipse/jetty-10.0.x-WebSocketEncoderDecoderLifeCycle
...
Ensure that javax.websocket Encoder/Decoder destroy method is called.
2021-04-27 10:32:28 +10:00
olivier lamy
d4f0bee371
Merge branch 'jetty-10.0.x' into jetty-11.0.x
2021-04-27 10:28:05 +10:00
Olivier Lamy
cda38abbad
Issue #5798 fix jetty runner startup error and add jsp support as well ( #6115 )
...
* Issue #5798 fix jetty runner startup error and add jsp support as well
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
* Add test to ensure jetty runner starts correctly
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
* remove unused imports
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
* fix help description
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
* improvement based on Joakim comment, add it test with the path
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2021-04-27 10:26:33 +10:00
Lachlan Roberts
29e37613d6
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-04-27 10:01:17 +10:00
Lachlan
894e4f400b
Merge pull request #6195 from eclipse/jetty-10.0.x-MigrationGuide
...
Add migration guide for WebSocket changes between 9.4 and 10.
2021-04-27 09:59:55 +10:00
Lachlan Roberts
988e158db3
Improve javadoc for CustomRequestLog.setFilter
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-04-26 16:46:53 +10:00
Simone Bordet
a7faa00dc4
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-04-22 15:51:37 +02:00
Simone Bordet
1b6fb39867
Re-enabled ConnectionStatisticsTest.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-04-22 15:49:15 +02:00
Lachlan Roberts
5b13006a59
Make AvailableEncoders & AvailableDecoders implement Closable.
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-04-21 21:46:28 +10:00
Lachlan Roberts
564eea07c7
Fix header links in websocket migration guide.
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-04-21 10:54:26 +10:00
Simone Bordet
e18e6c5dd3
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-04-20 18:01:35 +02:00
Simone Bordet
9176d83423
Improvements to the Jetty documentation.
...
Clarified that HttpClient cannot be stopped from its own threads.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-04-20 17:41:07 +02:00
Lachlan Roberts
a24a15a97a
Add code example for WebSocket migration guide.
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-04-21 00:31:12 +10:00
Simone Bordet
d3a8817c76
Improvements to the Jetty documentation.
...
Added section about multiple key/certificate entries in a KeyStore.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-04-20 12:34:17 +02:00
Lachlan Roberts
ab08d1a1c6
Ensure that javax.websocket Encoder/Decoder destroy method is called.
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-04-20 11:11:05 +10:00
Ludovic Orban
c930445369
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2021-04-19 11:50:54 +02:00
Ludovic Orban
25467f8904
Improve handling of HttpInput.Interceptor behavior
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2021-04-19 10:32:23 +02:00
Lachlan Roberts
df312ccf0c
Add basic migration guide for WebSocket changes between 9.4 and 10.
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-04-19 18:28:08 +10:00
Lachlan Roberts
1d953e72ba
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-04-19 11:14:19 +10:00
Lachlan
4c98990cd9
Create FileBufferedResponseHandler to buffer responses into a file. ( #6010 )
...
FileBufferedResponseHandler adds an HttpOutput.Interceptor to buffer all responses into a file until the output is closed. This allows the commit to be delayed until the response is complete and thus headers and response status can be changed while writing the body.
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-04-19 11:02:44 +10:00
zahid
35b64fadd7
inform user of default scane mode and restructure wording
2021-04-16 19:35:56 +01:00
Simone Bordet
0317679fb9
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-04-16 17:05:04 +02:00
Simone Bordet
b872c1d751
Improvements to the Jetty documentation.
...
Added link to Eclipse Jetty main site.
Removed unused "breadcrumb" attribute.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-04-16 17:04:01 +02:00
Joakim Erdfelt
d51f724a40
Fixing build
2021-04-16 08:54:06 -05:00
Chris Walker
12eabd856c
Updating POM for documentation
...
Signed-off-by: Chris Walker <chris@webtide.com>
2021-04-15 18:30:47 -05:00
Chris Walker
f5074cde23
Merge branch 'jetty-10.0.x' into jetty-11.0.x
2021-04-15 18:29:05 -05:00
Chris Walker
d825299da4
Fixing documentation pom values ( #6181 )
2021-04-15 18:19:50 -05:00