Commit Graph

12186 Commits

Author SHA1 Message Date
Joakim Erdfelt 9fd6d4354e Updating to version 9.3.11.v20160721 2016-07-21 18:37:09 -07:00
Greg Wilkins 849d51c07d Issue #752 - Implement support for HTTP2 SETTINGS_MAX_HEADER_LIST_SIZE.
Reverted to warning if a small SETTINGS_MAX_HEADER_LIST_SIZE. is received.
Setting it on the httpConfig effects all connections, not just the one the
setting was received from.
2016-07-22 09:52:52 +10:00
Simone Bordet 088dc036b4 Fixes #752 - Implement support for HTTP2 SETTINGS_MAX_HEADER_LIST_SIZE. 2016-07-21 19:12:10 +02:00
Simone Bordet 71eaacf855 Fixed Javadocs. 2016-07-21 18:48:44 +02:00
Simone Bordet 6a15bbfb2b Issue #751 - Remove usages of ArrayQueue. 2016-07-21 17:55:48 +02:00
Simone Bordet 42b16e9785 Merged branch 'jetty-9.2.x' into 'jetty-9-3-x'. 2016-07-21 17:49:37 +02:00
Simone Bordet 78d27c9a28 Fixes #755 - NPE in HttpChannelOverHTTP2.requestContent().
Fixed by recycling only channels that have completed normally by
having read the request content and responded.

Channels that don't read the request content won't be recycled, thus
avoiding the NPE.
2016-07-21 17:43:14 +02:00
Simone Bordet ccff4b8346 Fixes #756 - Filter out headers. 2016-07-21 17:42:48 +02:00
Simone Bordet 76a362d9ad Code cleanups. 2016-07-21 17:42:48 +02:00
Jesse McConnell f8d81e9eeb Merge pull request #750 from WalkerWatch/jetty-9.3.x
Resolves #747.
2016-07-21 10:15:08 -05:00
Jesse McConnell d9d20670fb Resolve Issue #649 by checking for null password on a binding ldap authentication 2016-07-21 08:14:07 -07:00
Greg Wilkins 3c0859d034 improve commit debug 2016-07-21 15:59:27 +10:00
Greg Wilkins 5718726a8c Incorrect default ALPN protocol #671
Correctly handle protocol aliases
2016-07-21 13:01:25 +10:00
Greg Wilkins 21a618e6a8 SLOTH protection #631
Exclude all MD5 and SHA1 ciperhs, not just RSA based ones.
2016-07-21 12:39:07 +10:00
Greg Wilkins 2db91a88cf HTTP2 SETTINGS_MAX_HEADER_LIST_SIZE #752 2016-07-21 12:28:32 +10:00
Greg Wilkins 2f4a6f29b7 Do not use ArrayQueue for HPACK #751 2016-07-21 11:07:55 +10:00
WalkerWatch fa24eb3541 Resolves #747.
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-07-20 18:14:47 -04:00
Jesse McConnell 82943630dd Merge pull request #748 from WalkerWatch/docupdates/jmx
Updates for Chapter 14.
2016-07-20 15:17:27 -05:00
WalkerWatch 77a8556ffe Updates images for chapter 14.
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-07-20 16:11:49 -04:00
WalkerWatch 92af8eb8fc Updates for Chapter 14.
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-07-20 16:09:01 -04:00
Greg Wilkins e82ed5afb9 Fix #671 Incorrect default ALPN protocol 2016-07-20 23:16:50 +10:00
Simone Bordet c09251fbaf Updated ALPN version for JDK 8u101 and 8u102. 2016-07-20 13:17:31 +02:00
Simone Bordet 0d74c3ec2c Updated ALPN version for JDK 8u101 and 8u102. 2016-07-20 13:05:43 +02:00
Greg Wilkins 7e16731b9d fix #592 2016-07-20 16:59:28 +10:00
Greg Wilkins d6c73118be less verbose #723 2016-07-20 14:19:13 +10:00
Joakim Erdfelt b58cd5870b Fixes #723 - improves MimeType resource loading and error reporting (#724)
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2016-07-20 14:08:44 +10:00
Greg Wilkins 11ca0079e9 Only README.md #745 2016-07-20 14:02:13 +10:00
Jan Bartel 9f825dadef Issue #737 2016-07-20 12:26:41 +10:00
Greg Wilkins 5afbcd4c6a Allow setCharacterEncoding after getOutputStream #733 2016-07-20 09:56:25 +10:00
Greg Wilkins ecdf8ed220 Fix link for #742 2016-07-20 09:31:20 +10:00
Jesse McConnell 025d5eda2a Merge pull request #743 from WalkerWatch/jetty-9.3.x
Chapter 12 and 13 changes and a merge.
2016-07-19 14:31:05 -05:00
WalkerWatch fad6776424 Merged from Eclipse 9.3.x.
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-07-19 15:23:33 -04:00
WalkerWatch 45d4415781 Chapter 13 clean up and addition of {MVNCENTRAL} attribute.
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-07-19 15:02:33 -04:00
Simone Bordet 766e5ab2ae Fixes #739 - Illegal WindowUpdate frame with delta=0.
Using compareAndSet() rather than getAndSet().
2016-07-19 10:33:43 +02:00
WalkerWatch 554d0ab4c1 Chapter 12 Updates (#738)
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-07-19 08:42:52 +10:00
WalkerWatch 087fd07007 Chapter 12 Updates
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-07-18 16:37:37 -04:00
Greg Wilkins 35bb6620a1 Extensible ErrorHandler for different mimetypes #230 2016-07-18 21:12:48 +10:00
Greg Wilkins 3765efad2b Extensible ErrorHandler for different mimetpyes #727 2016-07-18 11:38:10 +10:00
Jesse McConnell 1e3cef80ee Merge pull request #735 from WalkerWatch/jetty-9.3.x
Updated RequestLog xml/module/documentation. Resolves #734
2016-07-15 14:32:03 -05:00
WalkerWatch 7ba4e9c8d2 Minor edits to RequestLog documentation.
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-07-15 13:29:22 -04:00
WalkerWatch 00b3738536 Updated RequestLog xml/module/documentation. Resolves #734
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-07-15 13:08:30 -04:00
Simone Bordet 0433a8ca73 Issue #730 - "Slow" client causes IllegalStateException.
Fixed by allowing state ASYNC to call onWritePossible().
2016-07-15 18:11:28 +02:00
Simone Bordet a38e819907 Code cleanups. 2016-07-15 18:09:44 +02:00
Simone Bordet a3b5e7ebb7 Added guards against NPE in case HttpField.getValue() returns null. 2016-07-15 15:45:50 +02:00
Simone Bordet 389eb68c3c Code cleanups. 2016-07-15 15:45:50 +02:00
Greg Wilkins 45ead1bb29 jetty http2 client parse error #726 2016-07-15 13:47:41 +10:00
Jesse McConnell 37d0caedee Merge pull request #728 from WalkerWatch/jetty-9.3.x
Fixing SRCDIR references.
2016-07-14 11:28:47 -07:00
WalkerWatch ff200043de Fixing SRCDIR references.
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-07-14 14:25:20 -04:00
Jesse McConnell 312028df15 Update pom.xml 2016-07-14 13:17:10 -05:00
Jesse McConnell 1000ba52e0 Merge pull request #719 from WalkerWatch/jetty-9.3.x
Chapter 9 cleanup and removed doc reference to disablejsr for #706.
2016-07-14 10:45:48 -07:00