12669 Commits

Author SHA1 Message Date
Jesse McConnell
fd059f2189 Merge branch 'jetty-9.4.x' 2016-05-25 11:39:40 -05:00
Jesse McConnell
6819455c16 Merge branch 'jetty-9.3.x' into jetty-9.4.x 2016-05-25 11:39:14 -05:00
Jesse McConnell
b3eee7884b Merge pull request #587 from WalkerWatch/jetty-9.3.x
Quick start re-work and illustration.
2016-05-25 11:38:47 -05:00
WalkerWatch
ff495bc92f Fixed bug that was causing docbook elements to duplicate on screen.
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-05-24 21:42:26 -04:00
WalkerWatch
6c9276f946 Quick start re-work and illustration.
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-05-24 21:30:56 -04:00
Simone Bordet
0272001f7a Merged branch 'jetty-9.4.x' into 'master'. 2016-05-25 00:57:56 +02:00
Simone Bordet
ba48aa27b0 Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2016-05-25 00:57:43 +02:00
Simone Bordet
4762a6eaa3 Issue #464 - Improve reporting of SSLHandshakeException.
Making sure that the raw EndPoint is closed if the decrypted EndPoint
output is shutdown when the input is also shutdown.
2016-05-25 00:52:10 +02:00
Simone Bordet
031bc0fed9 Issue #85 - Expose TLS protocol used for connection in SecureRequestCustomizer.
Exposed the SSLSession as attribute only if the attribute key is valid.
2016-05-25 00:50:01 +02:00
Simone Bordet
c6aafecceb Code cleanups. 2016-05-25 00:47:58 +02:00
Simone Bordet
2b276e0162 Merged branch 'jetty-9.4.x' into 'master'. 2016-05-24 16:10:31 +02:00
Simone Bordet
016a7b72a1 Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2016-05-24 16:10:00 +02:00
Simone Bordet
ddddc3a675 Fixes #574 - Introduce a TLS handshake completed listener.
Introduced class SslHandshakeListener that can be registered as a
bean in both the ServerConnector and in clients such as HttpClient
and HTTP2Client.

When creating SslConnection instances, the factory will query the
connector (client or server) for SslHandshakeListener beans and, if
present, will be added to the SslConnection.
2016-05-24 16:09:19 +02:00
Simone Bordet
ba8e0bb828 Merged branch 'jetty-9.4.x' into 'master'. 2016-05-24 12:42:41 +02:00
Simone Bordet
5fe1ff697e Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2016-05-24 12:42:12 +02:00
Simone Bordet
d73c60db14 Issue #464 - Improve reporting of SSLHandshakeException. 2016-05-24 11:15:18 +02:00
Simone Bordet
f95daca8b4 Code cleanups. 2016-05-24 11:15:18 +02:00
Simone Bordet
b1ebcf9139 Using lambdas instead of anonymous inner classes. 2016-05-24 11:15:18 +02:00
Jesse McConnell
0a083fa8a0 Merge pull request #582 from WalkerWatch/jetty-9.3.x
Converted chapters 5 and 6 to ventilated prose and cleaned up formatting and…
2016-05-23 08:23:46 -05:00
WalkerWatch
261db9aa01 Converted chapters 5 and 6 to ventilated prose and cleaned up formatting and grammar.
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-05-22 13:31:27 -04:00
Simone Bordet
3dc8ccc168 Merged branch 'jetty-9.4.x' into 'master'. 2016-05-20 11:20:44 +02:00
Simone Bordet
b879b58909 Removed @Ignore from test. 2016-05-20 11:20:29 +02:00
Simone Bordet
1cd3d527ea Merged branch 'jetty-9.4.x' into 'master'. 2016-05-20 11:19:03 +02:00
Simone Bordet
ee11e65a8a Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2016-05-20 11:18:23 +02:00
Simone Bordet
c8c74da50a Issue #581 - Initial session recv window setting not working.
Updating the local session receive window before sending it to the client.
2016-05-20 11:17:50 +02:00
Greg Wilkins
314065ccfe Merge remote-tracking branch 'origin/jetty-9.4.x' 2016-05-20 15:54:58 +10:00
Greg Wilkins
8684524dc8 Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2016-05-20 15:54:06 +10:00
Greg Wilkins
d73bf08515 cleaned up constructors 2016-05-20 15:53:46 +10:00
Jan Bartel
8dfcfd021c Refactor session tests to common base; add option to save session when created. 2016-05-20 15:47:28 +10:00
Greg Wilkins
e5a05bca0a Merge remote-tracking branch 'origin/jetty-9.4.x' 2016-05-20 15:18:26 +10:00
Greg Wilkins
b53f2eca7f longer test await time 2016-05-20 13:28:17 +10:00
Greg Wilkins
7e5d3febb5 Merge remote-tracking branch 'origin/jetty-9.4.x' 2016-05-20 12:54:31 +10:00
Greg Wilkins
de8b826d1f Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2016-05-20 12:54:02 +10:00
Greg Wilkins
e15e3d12ee Fixed bad VERSION.txt generation from release 2016-05-20 12:40:50 +10:00
Greg Wilkins
6449f61393 Merge remote-tracking branch 'origin/jetty-9.4.x' 2016-05-20 12:11:40 +10:00
Greg Wilkins
e6bab1192d Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2016-05-20 12:10:54 +10:00
Greg Wilkins
24ac1b7edd removed fragile test 2016-05-20 12:10:06 +10:00
Greg Wilkins
595e44a3f2 removed fragile test 2016-05-20 12:08:23 +10:00
Simone Bordet
54f231d2ef Merged branch 'jetty-9.4.x' into 'master'. 2016-05-20 01:21:57 +02:00
Simone Bordet
54ae36f8f1 Temporarily ignoring test.
The test fails because it hangs on session flow control window
exhaustion. Setting the session flow control window to large values
makes the test fail in a different way. Needs review.
2016-05-20 01:21:36 +02:00
Simone Bordet
c5b834f003 Merged branch 'jetty-9.4.x' into 'master'. 2016-05-20 01:13:25 +02:00
Simone Bordet
fab61b9157 Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2016-05-20 01:12:51 +02:00
Simone Bordet
d55aaa4a0c Improved logging. 2016-05-20 01:12:24 +02:00
Simone Bordet
faec7259b2 Fixed dispatch to application in case of empty chunked body. 2016-05-20 01:12:24 +02:00
Simone Bordet
061a2e85d9 Added jetty-logging.properties to debug tests. 2016-05-20 01:12:24 +02:00
Simone Bordet
aed6bb6d6a Code cleanups. 2016-05-20 01:12:24 +02:00
Jesse McConnell
74715db04c testing git-hook 2016-05-19 10:50:44 -05:00
Jesse McConnell
569a8d14b9 merge up from 9.3.x release 2016-05-19 10:08:51 -05:00
Jesse McConnell
80cadf2c01 merging in from 9.3.x release 2016-05-19 10:05:44 -05:00
Jesse McConnell
4bf91b5ab3 Merge remote-tracking branch 'origin/release-9.3.9' into jetty-9.3.x 2016-05-19 09:55:58 -05:00