WalkerWatch
7f7a85b5c9
Clarfying Jetty Home v Base
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-01-03 08:52:57 -05:00
Simone Bordet
58d63b5f9a
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2017-01-03 11:00:23 +01:00
Simone Bordet
058e4658e4
Guarded completion of the AsyncContext to avoid IllegalStateExceptions.
2017-01-03 10:59:31 +01:00
Simone Bordet
c018eb5b92
Issue #1209 - IllegalStateException when HTTP/2 push is disabled.
...
Skipping filter logic when HTTP/2 push is disabled.
2016-12-31 12:19:46 +01:00
Simone Bordet
e215b065df
Improved error reporting.
2016-12-30 22:01:33 +01:00
Simone Bordet
a35cf71e93
Improved logging.
2016-12-30 22:01:23 +01:00
Simone Bordet
4b5d482911
Removed duplicate code.
2016-12-30 18:58:14 +01:00
Simone Bordet
0f422475ad
Improved error reporting.
2016-12-30 18:58:14 +01:00
Joakim Erdfelt
cb7ef89619
Merge branch 'jetty-9.3.x' into jetty-9.4.x
2016-12-27 14:07:29 -07:00
Joakim Erdfelt
bf80d822c0
Issue #1202 - Adding testcase and fix for NPE in Sec-WebSocket-Extensions use
2016-12-27 14:06:33 -07:00
Joakim Erdfelt
f3c4424722
Fixes #1197 - Copying headers into upgrade facade more consistently
2016-12-27 13:41:45 -07:00
Joakim Erdfelt
bfc21f23e0
Merge branch 'jetty-9.3.x' into jetty-9.4.x
2016-12-27 13:33:41 -07:00
Joakim Erdfelt
03a283235c
Issue #1197 - adding testcase for Authorization use in WSClient
2016-12-27 13:32:21 -07:00
Joakim Erdfelt
68f041cf03
Merge pull request #1204 from WalkerWatch/doco/latency
...
Update for Log Latency
2016-12-27 12:36:33 -07:00
WalkerWatch
3b04817fe9
Update for Log Latency
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-12-27 13:25:47 -05:00
Jan Bartel
8597fe57e6
Issue #1203
2016-12-26 17:09:22 +11:00
Joakim Erdfelt
827f94991b
Merge branch 'jetty-9.3.x' of github.com:eclipse/jetty.project into jetty-9.3.x
2016-12-23 14:54:28 -07:00
Joakim Erdfelt
529dea0a7e
Issue #1200 - adding symlink testcase
2016-12-23 14:54:06 -07:00
Greg Wilkins
b950a2e2e4
Fixes #1201
2016-12-23 13:44:19 +11:00
Joakim Erdfelt
a917ed5124
Updating release-jetty.sh script for tag commit message improvements on github
2016-12-22 10:45:45 -07:00
Simone Bordet
df51ebc029
Fixed test broken by #1172 .
2016-12-22 11:14:48 +01:00
Greg Wilkins
68c8db635e
ignored bad test
2016-12-22 18:27:15 +11:00
Jan Bartel
8cd46e7918
Issue #1195
2016-12-22 11:59:28 +11:00
Jan Bartel
2a2af4c026
Issue #1195
2016-12-22 11:56:21 +11:00
Joakim Erdfelt
083bb4bd82
Merge branch 'jetty-9.3.x' into jetty-9.4.x
2016-12-21 14:56:55 -07:00
Joakim Erdfelt
77c63a1648
Merge branch 'release-9.3.15' into jetty-9.3.x
2016-12-21 14:56:08 -07:00
Joakim Erdfelt
d4468f0a65
Merge branch 'jetty-9.2.x' into jetty-9.3.x
2016-12-21 14:55:27 -07:00
Joakim Erdfelt
64f714689e
Merge branch 'jetty-9.3.x' into jetty-9.4.x
2016-12-20 15:38:36 -07:00
Joakim Erdfelt
b9fd70f5ad
Bumping up test timeouts
2016-12-20 14:31:56 -07:00
Joakim Erdfelt
7494914ff6
Updating to version 9.3.16-SNAPSHOT
2016-12-20 13:09:32 -07:00
Joakim Erdfelt
680ecd646b
Updating to version 9.3.15.v20161220
2016-12-20 12:31:58 -07:00
Joakim Erdfelt
4bfb312a8c
Updating jetty-version-maven-plugin
2016-12-20 12:28:48 -07:00
Simone Bordet
9c68bd44fa
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2016-12-20 16:17:14 +01:00
Simone Bordet
a15f8964c4
Cleanups for #1172 .
2016-12-20 16:15:35 +01:00
Konstantin Gribov
9657be1c72
Fixes #1171 - Jetty-client throws NPE for request to IDN hosts only when `HttpClient#send(...)` is called.
...
Added early check for null host when creating requests in HttpClient.
Added test for incorrect IDN redirect.
Signed-off-by: Konstantin Gribov <grossws@gmail.com>
Reviewed-by: Simone Bordet <simone.bordet@gmail.com>
2016-12-20 16:08:48 +01:00
Simone Bordet
df986acaeb
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2016-12-20 11:55:15 +01:00
Simone Bordet
753aa5ca37
Issue #1146 - jetty.server.HttpInput deadlock.
...
Moved calls to close(Throwable) outside synchronized blocks, since
they mail fail callbacks that reenter into caller code, causing
deadlocks.
2016-12-20 11:40:27 +01:00
Simone Bordet
3b73265331
Code cleanups.
2016-12-20 11:40:27 +01:00
Joakim Erdfelt
4669cc70c8
Merge pull request #1180 from WalkerWatch/issues/1061
...
Issue #1061 Documentation
2016-12-19 12:59:45 -07:00
Joakim Erdfelt
b53e8cb832
Merge pull request #1176 from WalkerWatch/jetty-9.3.x
...
Version updates.
2016-12-19 12:59:10 -07:00
WalkerWatch
8aacd26e75
Documentation changes for WatchService.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-12-19 13:20:35 -05:00
WalkerWatch
8874179f55
Corrected versions
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-12-19 12:58:52 -05:00
Joakim Erdfelt
a4a983b3ec
Merge pull request #1189 from WalkerWatch/issues/1188
...
Issue #1188 - Fixed dependency.
2016-12-19 09:26:14 -07:00
WalkerWatch
22f48ac369
Issue #1188 - Fixed dependency.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-12-19 00:23:59 -05:00
Simone Bordet
02ccbefb8a
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2016-12-17 18:38:16 +01:00
Simone Bordet
f3a4ab1ae7
Fixes #1186 - Where can i find SocketConnector.java and BlockingChannelConnector.java etc?
2016-12-17 18:37:17 +01:00
Joakim Erdfelt
266cac25f8
Merge branch 'jetty-9.2.x' into jetty-9.3.x
2016-12-16 16:34:17 -07:00
Joakim Erdfelt
6b3b59df43
Updating to version 9.2.21-SNAPSHOT
2016-12-16 16:23:06 -07:00
Joakim Erdfelt
bcbcee7f23
Updating to version 9.2.20.v20161216
2016-12-16 15:47:41 -07:00
Joakim Erdfelt
6d681ce999
Using jetty-version plugin 2.3
2016-12-16 15:38:11 -07:00