1
0
mirror of https://github.com/jetty/jetty.project.git synced 2025-02-19 21:15:04 +00:00

14294 Commits

Author SHA1 Message Date
Simone Bordet
b2876f2bca Merged branch 'jetty-9.4.x' into 'master'. 2017-01-18 10:42:57 +01:00
Simone Bordet
6ab0e71b38 Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2017-01-18 10:42:23 +01:00
Simone Bordet
732277c002 Converted IOException to EofException in case of client close or reset.
It's common for a client to either close the connection or reset a
stream, so EofException is a better exception to report since it will
be logged at DEBUG level by the server, reducing the noise in the logs.
2017-01-18 10:41:01 +01:00
Jan Bartel
c6fa0cdd69 Merge remote-tracking branch 'origin/jetty-9.4.x' 2017-01-18 17:28:21 +11:00
Jan Bartel
65987b03ba Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2017-01-18 17:27:53 +11:00
Jan Bartel
ae0a8c7f2b Issue 2017-01-18 17:26:23 +11:00
Jan Bartel
9a7920a0fb Issue 2017-01-18 15:38:30 +11:00
Greg Wilkins
80163993aa Merge remote-tracking branch 'origin/jetty-9.4.x' 2017-01-18 15:24:26 +11:00
Greg Wilkins
2a3c367f55 Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2017-01-18 15:21:05 +11:00
Jan Bartel
69afe33b82 Issue 2017-01-18 15:16:52 +11:00
Greg Wilkins
c6e910cf12 Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2017-01-18 14:39:20 +11:00
Greg Wilkins
70866690e4 Issue Avoid GzipHandler rework by DispatcherType exclusion 2017-01-18 14:11:25 +11:00
Greg Wilkins
a4dd1672da Fixes extensible assumed mimetypes 2017-01-18 13:42:42 +11:00
Simone Bordet
4b381b0185 Merged branch 'jetty-9.4.x' into 'master'. 2017-01-17 15:53:37 +01:00
Simone Bordet
fc947c92fd Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2017-01-17 15:53:13 +01:00
Simone Bordet
f6ea2e4fa5 Issue - JDK9 support in Jetty 9.3.x.
Made module tests work with JDK 9 too.
2017-01-17 15:38:50 +01:00
Simone Bordet
efedfb3356 Merged branch 'jetty-9.4.x' into 'master'. 2017-01-17 15:12:42 +01:00
Simone Bordet
9f7e09fa56 Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2017-01-17 15:12:17 +01:00
Simone Bordet
8532b36c59 Fixes - JAXB not available in JDK 9.
Added the required "--add-modules java.se.ee" option to the Maven
Surefire Plugin, so that JAXB is available from the JDK runtime.
2017-01-17 15:11:17 +01:00
Simone Bordet
843192efea Merged branch 'jetty-9.4.x' into 'master'. 2017-01-17 11:41:25 +01:00
Simone Bordet
f8e3b1f9c2 Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2017-01-17 11:38:45 +01:00
Simone Bordet
9e9ee03d7f Issue - JDK9 support in Jetty 9.3.x.
Fixed dependencies for modules that run tests that require ALPN.
2017-01-17 11:32:20 +01:00
Simone Bordet
b6e603a467 Issue - JDK 9 ALPN implementation.
Prevented NPEs in case there is no ALPN provider.
2017-01-17 11:31:03 +01:00
Simone Bordet
adc6d0ff6d Merged branch 'jetty-9.4.x' into 'master'. 2017-01-17 10:30:07 +01:00
Simone Bordet
80c4be4ea3 Fixes - ProxyServletFailureTest.testProxyRequestStallsContentServerIdlesTimeout() has TimeoutException visible. 2017-01-17 10:29:20 +01:00
Simone Bordet
4c8441a0df Fixes - ProxyServletFailureTest.testServerException() results in ServletException. 2017-01-17 10:29:20 +01:00
Greg Wilkins
fb8ecf9970 Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2017-01-17 15:27:22 +11:00
Greg Wilkins
76e9849fcd Issue Avoid reflection in isMappedBuffer 2017-01-17 15:23:26 +11:00
Simone Bordet
838efa69c4 Merged branch 'jetty-9.4.x' into 'master'. 2017-01-16 19:24:38 +01:00
Simone Bordet
66efbe5bac Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2017-01-16 19:24:16 +01:00
Simone Bordet
3b49239407 Renamed class to clarify behavior. 2017-01-16 19:21:52 +01:00
Simone Bordet
3883b8cbb5 Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2017-01-16 19:20:24 +01:00
Simone Bordet
76ba287f6c Fixed JUnit JavaDocs URL. 2017-01-16 19:09:26 +01:00
Simone Bordet
ddc63066fc Fixes - HostnameVerificationTest.simpleGetWithHostnameVerificationEnabledTest is broken.
When a fill() triggered by a flush() throws, now the write flusher is
failed rather than completed.
This ensures that both the read and the write side see the same
exception, rather than the write side seeing a ClosedChannelException.
2017-01-16 19:05:09 +01:00
Simone Bordet
7f8a1157af Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2017-01-16 12:14:02 +01:00
Simone Bordet
ce4c48a877 Fixes - Intermittent H2C test failure AsyncIOServletTest.testAsyncReadEarlyEOF.
Delayed abrupt output shutdown in case of HTTP/2, to allow to reply to
SETTINGS frames exchanged during the preface.
2017-01-16 12:13:05 +01:00
Simone Bordet
5607b2a57a Merged branch 'jetty-9.4.x' into 'master'. 2017-01-13 22:57:00 +01:00
Simone Bordet
08c52461ec Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2017-01-13 22:56:23 +01:00
Simone Bordet
a684c028b5 Issue - JDK9 support in Jetty 9.3.x.
Specified Maven Assembly Plugin version only in root POM.
2017-01-13 22:50:08 +01:00
Simone Bordet
d83bb06bd6 Issue - JDK9 support in Jetty 9.3.x.
Restored module jetty-documentation for all profiles.
2017-01-13 22:48:00 +01:00
Simone Bordet
9c975d7c9b Merged branch 'jetty-9.4.x' into 'master'. 2017-01-13 19:06:36 +01:00
Simone Bordet
f0b9f1c557 Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2017-01-13 19:06:07 +01:00
Simone Bordet
a9fb678fe2 Issue - JDK9 support in Jetty 9.3.x.
Marked tests in module http2-alpn-tests for JDK 8 only, since
equivalent tests for JDK 9 would require use of JDK 9 only APIs.
2017-01-13 19:02:28 +01:00
Simone Bordet
beb8f3270a Issue - JDK 9 ALPN implementation.
Implemented the case where the client does not send ALPN.
2017-01-13 18:44:18 +01:00
Greg Wilkins
999195fdb7 Issue expand system properties for exec 2017-01-13 19:11:24 +11:00
Greg Wilkins
07fb9c97db Issue expand system properties 2017-01-13 17:49:27 +11:00
Greg Wilkins
217d7af3d5 Issue ignoring broken test 2017-01-13 15:25:22 +11:00
Simone Bordet
8921e3ee29 Merged branch 'jetty-9.4.x' into 'master'. 2017-01-12 20:02:07 +01:00
Simone Bordet
df08f7fd4e Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2017-01-12 20:01:28 +01:00
Simone Bordet
2a416bbc6b Issue - JDK9 support in Jetty 9.3.x.
Fixed the compact3 profile and other small fixes.
2017-01-12 19:59:11 +01:00