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 #1265 - 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
f8e3b1f9c2
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2017-01-17 11:38:45 +01:00
Simone Bordet
9e9ee03d7f
Issue #1073 - 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 #486 - JDK 9 ALPN implementation.
...
Prevented NPEs in case there is no ALPN provider.
2017-01-17 11:31:03 +01:00
Simone Bordet
80c4be4ea3
Fixes #1244 - ProxyServletFailureTest.testProxyRequestStallsContentServerIdlesTimeout() has TimeoutException visible.
2017-01-17 10:29:20 +01:00
Simone Bordet
4c8441a0df
Fixes #1243 - 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 #1262 Avoid reflection in isMappedBuffer
2017-01-17 15:23:26 +11: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 #1259 - 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 #1261 - 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
08c52461ec
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2017-01-13 22:56:23 +01:00
Simone Bordet
a684c028b5
Issue #1073 - 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 #1073 - JDK9 support in Jetty 9.3.x.
...
Restored module jetty-documentation for all profiles.
2017-01-13 22:48:00 +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 #1073 - 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 #486 - 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 #1260 expand system properties for exec
2017-01-13 19:11:24 +11:00
Greg Wilkins
07fb9c97db
Issue #1260 expand system properties
2017-01-13 17:49:27 +11:00
Greg Wilkins
217d7af3d5
Issue #1259 ignoring broken test
2017-01-13 15:25:22 +11: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 #1073 - JDK9 support in Jetty 9.3.x.
...
Fixed the compact3 profile and other small fixes.
2017-01-12 19:59:11 +01:00
Simone Bordet
e539d0b1fd
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2017-01-12 17:52:45 +01:00
Simone Bordet
11d669092a
Issue #1073 - JDK9 support in Jetty 9.3.x.
...
* Updated Maven plugins to versions that support JDK 9.
* Added jdk9 profiles to the build files.
* Introduced modules jetty-alpn-java-client and jetty-alpn-java-server
containing a pure JDK 9 implementation of ALPN.
* Wired ALPN connection factories (client and server) to use the proper
ALPN implementation based on the JDK platform version (8 or 9).
2017-01-12 15:41:02 +01:00
Greg Wilkins
fd33ea26f3
Fix #1254
2017-01-12 12:18:33 +11:00
Greg Wilkins
df0f645aa4
fix #1248
2017-01-12 11:29:56 +11:00
Greg Wilkins
e4ae117e78
removed deprecated usages
2017-01-12 10:54:38 +11:00
Greg Wilkins
0d45c412e9
Fixed #1239
2017-01-12 10:51:31 +11:00
Greg Wilkins
73609ff7a6
removed println
2017-01-12 10:43:02 +11:00
Greg Wilkins
1e8fc31440
Issue #1252
2017-01-12 10:06:45 +11:00
Greg Wilkins
1d0d601694
Issue #1242 Added a quiet exception
2017-01-12 09:25:54 +11:00
Greg Wilkins
20ac50480c
Re added the ERROR handling for #1242
2017-01-12 09:06:22 +11:00
Simone Bordet
bc86ce4d09
Fixed tests and suppressed expected exceptions.
2017-01-12 09:05:09 +11:00
Greg Wilkins
0f3f051f0e
Revert "Fixed tests and suppressed expected exceptions."
...
This reverts commit 77b1617fdd
.
2017-01-12 08:55:35 +11:00
Greg Wilkins
611e79945c
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2017-01-11 18:10:50 +11:00
Greg Wilkins
6da563f43e
Revert "Issue #612 Http Trailers"
...
This reverts commit 5011f071ff
.
2017-01-11 17:59:00 +11:00
Greg Wilkins
8e464cc72a
Merge branch 'jetty-9.3.x' of github.com:eclipse/jetty.project into jetty-9.3.x
2017-01-11 17:37:54 +11:00
Greg Wilkins
36dcf47f18
Issue #1234 onBadMessage
...
Added a boolean to determine if headerComplete has been called, and if so then earlyEOF is called
2017-01-11 17:36:04 +11:00
Greg Wilkins
5011f071ff
Issue #612 Http Trailers
...
Added support for parsing Http Trailers.
Currently ignored in HttpParser.HttpHandler
2017-01-11 14:44:43 +11:00
Joakim Erdfelt
7e3d3604ac
Merge pull request #1219 from violetagg/ws-suspend-resume
...
Issue #1218 - When resuming a suspended connection do not register a …
2017-01-10 17:24:12 -04:00
Joakim Erdfelt
47fb9cb417
Merge pull request #1233 from WalkerWatch/issues/1231
...
Issue #1231 - Updating examples.
2017-01-10 17:23:34 -04:00
Joakim Erdfelt
6244fd9b90
Merge pull request #1232 from WalkerWatch/issues/1230
...
Issue #1230 - Updated dtd reference.
2017-01-10 17:23:01 -04:00
WalkerWatch
192c0b3069
Issue #1231 - Updating examples.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-01-10 10:53:56 -05:00
WalkerWatch
0ee5f18ed9
Issue #1230 - Updated dtd reference.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-01-10 10:39:46 -05:00
Joakim Erdfelt
487748cd8f
Issue #1207 - Making EventDriver use WebSocketContainerScope instead
2017-01-10 16:27:49 +01:00