12193 Commits

Author SHA1 Message Date
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
Simone Bordet
7172127236 Fixes #694 - http2.client.StreamResetTest.testServerExceptionConsumesQueuedData stack not suppressed in test 2016-07-14 16:18:55 +02:00
WalkerWatch
49f55cf5fc Removed references to Glassfish, updated Java versions.
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-07-14 08:12:10 -04:00
Simone Bordet
2387d973ec Made test more robust on slower machines. 2016-07-14 12:43:33 +02:00
Greg Wilkins
f6071ca7fc Fix #708 SslContextFactory: newSslServerSocket/newSslSocket are not customized 2016-07-14 18:26:51 +10:00
Greg Wilkins
35a64828fb Fix #708 SslContextFactory: newSslServerSocket/newSslSocket are not customized 2016-07-14 15:17:50 +10:00
Greg Wilkins
34a9e43c50 restored long test timer 2016-07-14 15:17:50 +10:00
Jan Bartel
c7b80bee8f Issue #704 2016-07-14 14:10:57 +10:00
Greg Wilkins
112244d6ef Fix #708 SslContextFactory: newSslServerSocket/newSslSocket are not customized 2016-07-14 13:44:49 +10:00
Greg Wilkins
45bbde408f Fix #708 SslContextFactory: newSslServerSocket/newSslSocket/doStart are not customized 2016-07-14 12:17:52 +10:00
WalkerWatch
a17dd2775c Chapter 9 part II
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-07-13 15:45:13 -04:00
Joakim Erdfelt
99094b07e8 Merge branch 'jetty-9.3.x' of github.com:eclipse/jetty.project into jetty-9.3.x 2016-07-13 12:29:27 -07:00
Joakim Erdfelt
241ef90769 Issue #721 - Enhancing multi-line response header testcase 2016-07-13 12:29:02 -07:00
Simone Bordet
811549a06b Made test more robust on slower machines. 2016-07-13 20:06:42 +02:00
Joakim Erdfelt
e4249fdd9b Issue #721 - Adding testcase for multi-line response values 2016-07-13 09:33:30 -07:00
Joakim Erdfelt
b28064c2c8 Using LocalConnector in test 2016-07-13 09:20:34 -07:00
Simone Bordet
22c78d79f0 Fixes #718 - Document HttpClient transports. 2016-07-13 12:35:12 +02:00
Jan Bartel
37cda79f7b Issue #720 2016-07-13 15:28:33 +10:00
Greg Wilkins
cb42ffc706 improved test timeouts 2016-07-13 15:23:46 +10:00
WalkerWatch
b041ecbe76 Removing doc reference to disablejsr for #706.
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-07-12 21:12:52 -04:00
Greg Wilkins
4055146dcd Fix #671 Incorrect default SLPN protocol 2016-07-13 11:09:53 +10:00
Joakim Erdfelt
14b71eaff4 Merge branch 'jetty-9.3.x' of github.com:eclipse/jetty.project into jetty-9.3.x 2016-07-12 17:49:36 -07:00
Joakim Erdfelt
35de3899b6 Issue #706 - Removing org.apache.jasper.compiler.disablejsr199 references 2016-07-12 17:49:11 -07:00
Joakim Erdfelt
30f8f32594 Issue #717 - Adding Transfer-Encoding: chunked testcase 2016-07-12 17:47:53 -07:00
Joakim Erdfelt
27195a3b04 Merge pull request #712 from WalkerWatch/jetty-9.3.x
Chapter 8 and 9 cleanup.
2016-07-12 16:32:35 -07:00
WalkerWatch
00551d73b2 Chapter 9 clean up and fixes Part I
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-07-12 19:12:15 -04:00
Simone Bordet
c77562bc95 Issue #684 - HttpClient proxies (HttpProxy and Socks4Proxy) do not support authentication.
The feature was already present, improved documentation.
2016-07-12 23:22:43 +02:00
Joakim Erdfelt
d08d5b949c Issue #717 - Adding testcase for GzipHandler.minGzipSize 2016-07-12 12:04:49 -07:00
Joakim Erdfelt
4cce4846c2 Merge branch 'jetty-9.3.x' of github.com:eclipse/jetty.project into jetty-9.3.x 2016-07-12 11:40:32 -07:00
Joakim Erdfelt
0e6833b770 Issue #687 - Simplifying AllowSymLinkAliasChecker logic 2016-07-12 11:39:58 -07:00
WalkerWatch
83d99159f6 First pass of Chapter 8 cleanup.
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-07-11 17:49:59 -04:00
Joakim Erdfelt
c55c78d658 Merge pull request #711 from WalkerWatch/jetty-9.3.x
Chapter 7 clean up, prose fix.
2016-07-11 14:28:19 -07:00
WalkerWatch
aa6685e1f8 Chapter 7 clean up, prose fix.
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-07-11 16:45:23 -04:00
Joakim Erdfelt
8efc07ae1d Merge branch 'jetty-9.3.x' of github.com:eclipse/jetty.project into jetty-9.3.x 2016-07-11 10:32:11 -07:00
Joakim Erdfelt
596e372c7a Fixes #687 - Normalizing resolved symlinks 2016-07-11 10:31:07 -07:00
Joakim Erdfelt
7f5213e668 Merge pull request #707 from WalkerWatch/jetty-9.3.x
Chapter 6 fixes, removal of Quickstart pieces for #679.
2016-07-08 13:56:20 -07:00
WalkerWatch
ced94f0eb8 Chapter 6 fixes, removal of Quickstart pieces for #679.
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-07-08 16:37:54 -04:00
Joakim Erdfelt
8c918526cb Adding logos 2016-07-08 08:45:26 -07:00
Joakim Erdfelt
8ff7bdfda6 Merge pull request #703 from WalkerWatch/jetty-9.3.x
Resolves #701
2016-07-08 08:12:10 -07:00
WalkerWatch
e4807076b2 Resolves #701
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-07-08 10:47:49 -04:00
Greg Wilkins
adf3281ba8 Issue #696 Improve testing of LocalConnector
Fixed some races in the implementation
2016-07-08 21:15:36 +10:00
Greg Wilkins
0d74658ab6 fixed bad tests 2016-07-08 13:37:41 +10:00
Joakim Erdfelt
461adb8dd3 Merge pull request #699 from WalkerWatch/jetty-9.3.x
Updates to Intro, Chapter 5 and ResourceHandler example for #687.
2016-07-07 15:18:38 -07:00
WalkerWatch
db9a8dc962 Updates to Intro, Chapter 5 and ResourceHandler example for #687.
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-07-07 16:34:58 -04:00