Greg Wilkins
0386589793
prototype files generation
2017-02-02 16:52:25 +11:00
Greg Wilkins
80386028c1
Trailers for generated requests
2017-02-02 13:27:12 +11:00
Simone Bordet
7923032582
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2017-02-02 00:24:51 +01:00
Greg Wilkins
461c6082ae
Issue #1296 - Introduce HTTP parser "content complete" event.
2017-02-01 23:54:36 +01:00
Jan Bartel
a2e1dd3a30
Issue #1284
...
Ensured session expired in db but resident in memory is not expired.
2017-02-01 14:23:28 +11:00
Simone Bordet
7e7459d825
Fixes #612 - Support HTTP Trailer.
...
Implemented support in the generic HttpChannel and Request classes.
Linked HTTP/1.1 and HTTP/2 trailers to call HttpChannel, so that trailers
are now available in Servlet APIs by casting to Jetty's Request class.
The semantic is that trailers will only be available _after_ reading
the request content.
2017-01-30 15:17:59 +01:00
Simone Bordet
4f7c53b9b1
Introduced additional call to parsedTrailer() and added tests.
2017-01-30 15:17:59 +01:00
Greg Wilkins
e45f76e946
Issue #612 Http Trailers
...
Added support for parsing Http Trailers.
Currently ignored in HttpParser.HttpHandler
2017-01-30 15:17:59 +01:00
Jesse McConnell
700491f0da
Merge pull request #1289 from earldouglas/its
...
Replace contraction with possesive
2017-01-28 16:23:39 -06:00
Jesse McConnell
621ebae192
Resolve #1292 remove bogus test dependency from jetty-home artifact dependencies
2017-01-27 17:16:00 -06:00
Greg Wilkins
7df6904a73
implements #1291 chunk hints
2017-01-27 16:04:32 +11:00
Jan Bartel
0b45f377bf
Issue #1290
2017-01-27 15:42:52 +11:00
James Earl Douglas
590838f644
Replace contraction with possesive
2017-01-26 19:26:50 -07:00
Jesse McConnell
bba4a8bbf6
Merge remote-tracking branch 'origin/release-9.4.1' into jetty-9.4.x
2017-01-26 11:22:08 -06:00
Jesse McConnell
76e0bb1e81
merge jetty-9.3.x to jetty-9.4.x
2017-01-26 11:21:33 -06:00
Jesse McConnell
635355c6e7
Merge remote-tracking branch 'origin/release-9.3.16' into jetty-9.3.x
2017-01-26 11:07:27 -06:00
Jesse McConnell
b844747d41
merge jetty-9.2.x into jetty-9.3.x
2017-01-26 11:07:01 -06:00
Simone Bordet
9b7bde499a
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2017-01-23 21:46:11 +01:00
Simone Bordet
20f57fcd14
Fixed version for the maven-eclipse-plugin.
2017-01-23 21:45:43 +01:00
Simone Bordet
b4fb6a74c7
Fixes #1282 - ByteArrayEndPointTest.testIdle() failure.
...
Reworked the waits in the test to avoid idle timeout checks happening
about at the same time as test operations.
2017-01-23 21:44:32 +01:00
Jesse McConnell
f2be9f2255
add scp to site plugin so we can deploy docs after release
2017-01-23 09:46:29 -06:00
Jesse McConnell
e695fc80d6
Updating to version 9.2.22-SNAPSHOT
2017-01-20 12:32:51 -06:00
Jesse McConnell
513b5e5f90
Updating to version 9.2.21.v20170120
2017-01-20 12:32:00 -06:00
Jesse McConnell
408a94873f
set for release
2017-01-20 12:30:27 -06:00
Jesse McConnell
d0c33ebe8b
Updating to version 9.4.2-SNAPSHOT
2017-01-20 10:49:06 -06:00
Jesse McConnell
556ecbcdcf
Updating to version 9.4.1.v20170120
2017-01-20 09:47:53 -06:00
Jesse McConnell
1ba41c336d
set for release
2017-01-20 09:46:59 -06:00
Jesse McConnell
66b43ecda8
Updating to version 9.3.17-SNAPSHOT
2017-01-20 09:33:43 -06:00
Jesse McConnell
df03355d00
Updating to version 9.3.16.v20170120
2017-01-20 09:06:48 -06:00
Jesse McConnell
b4260da2d6
set for release
2017-01-20 09:04:10 -06:00
Simone Bordet
c7c183c370
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2017-01-20 15:42:39 +01:00
Simone Bordet
acab5ef18e
Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'.
2017-01-20 15:42:12 +01:00
Simone Bordet
9653d74cae
Issue #1229 - ClassLoader constraint issue when using NativeWebSocketConfiguration with WEB-INF/lib/jetty-http.jar present.
...
Guarded against NPE.
2017-01-20 15:41:41 +01:00
Simone Bordet
ee17396cee
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2017-01-20 12:27:29 +01:00
Simone Bordet
9ae93c19ca
Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'.
2017-01-20 12:20:21 +01:00
Simone Bordet
51f68dc57e
Issue #1229 - ClassLoader constraint issue when using NativeWebSocketConfiguration with WEB-INF/lib/jetty-http.jar present.
...
Introduced String-based APIs to specify mappings, to avoid the
classloader issue.
2017-01-20 11:34:29 +01:00
Simone Bordet
a205fb3aae
Fixes #1276 - Remove org.eclipse.jetty.websocket.server.WebSocketServerFactory from SPI.
2017-01-20 09:55:01 +01:00
Greg Wilkins
389ef2a2a3
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2017-01-20 15:57:33 +11:00
Greg Wilkins
f9c829f7cc
Issue #1269
...
report inferred encoding
2017-01-20 11:38:21 +11:00
Greg Wilkins
91987d4233
Issue #1269
...
Stop call to getCharacterEncoding forcing a choice.
2017-01-20 11:18:23 +11:00
Simone Bordet
0c8273f2ca
Happy New Year 2017.
2017-01-19 19:26:41 +01:00
Simone Bordet
d18f32f139
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2017-01-19 19:20:46 +01:00
Simone Bordet
07838b057f
Happy New Year 2017.
2017-01-19 18:54:03 +01:00
Simone Bordet
347c48d657
Revert "resolve merge and update license headers"
...
This reverts commit 53b31b03dd
, reversing
changes made to 4565c186d7
.
2017-01-19 18:26:43 +01:00
Simone Bordet
dc1658fad3
Revert "resolve merge and update license headers"
...
This reverts commit 3c53b3a32f
.
2017-01-19 18:26:10 +01:00
Jesse McConnell
3c53b3a32f
resolve merge and update license headers
2017-01-19 09:38:22 -06:00
Jesse McConnell
53b31b03dd
resolve merge and update license headers
2017-01-19 09:33:16 -06:00
Jesse McConnell
ce3e6dafec
update license headers to 2017
2017-01-19 09:30:00 -06:00
Simone Bordet
4e0800fa5a
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2017-01-19 15:22:16 +01:00
Simone Bordet
4565c186d7
Fixes #1277 - http2 alpn test error.
2017-01-19 15:18:55 +01:00