Greg Wilkins
502f27f43e
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-06-03 16:22:17 +10:00
Greg Wilkins
723563aa84
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-06-03 16:21:48 +10:00
Greg Wilkins
a2309057dc
Test Harness for #596
...
Test harness to try to repeat problem with #596 of content-length added to a HEAD response.
In the process added a much better getResponse mechanism to the local connector that avoids
using the idle time.
2016-06-03 14:15:25 +10:00
Greg Wilkins
66ce47923e
Issue #572 Ignore failing test pending further analysis
2016-06-03 09:08:44 +10:00
Greg Wilkins
98c328fb23
Jetty 9.4.x 572 ( #614 )
...
* Issue #572 Scheduling Strategy Deadlocks
Implemented dual strategy idea from #572 discussion
Signed-off-by: Greg Wilkins <gregw@webtide.com>
* fixed http2 strategy choice
Signed-off-by: Greg Wilkins <gregw@webtide.com>
* code cleanups
Signed-off-by: Greg Wilkins <gregw@webtide.com>
* clean up seelctor actions/products
Signed-off-by: Greg Wilkins <gregw@webtide.com>
* cleanups
2016-06-03 09:07:00 +10:00
Greg Wilkins
ec7871718c
added delay to improve SSL tcpClose test
2016-06-02 17:38:36 +10:00
Jan Bartel
3ae4ffc90d
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-06-02 16:44:08 +10:00
Jan Bartel
0578d15813
Fix indexes for gcloudatastore; make initial retry backoff 1s as per SLA
2016-06-02 16:42:02 +10:00
Greg Wilkins
89032b7eac
improved test isolation
2016-06-02 14:24:18 +10:00
Greg Wilkins
9d0b9de579
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-06-02 08:05:34 +10:00
Greg Wilkins
e1b551c2ae
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-06-02 08:04:56 +10:00
Joakim Erdfelt
bac64066e4
Merge branch 'jetty-9.4.x'
2016-06-01 12:01:35 -07:00
Joakim Erdfelt
3b1f8df49e
Removing bad org.omg.CORBA.Environment import
2016-06-01 11:58:50 -07:00
Jan Bartel
6f25ce42b2
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-06-01 20:14:08 +10:00
Jan Bartel
3c3ea0c6f2
Add option to SessionCache to delete unreadable sessions from SessionDataStore; fix jdbc module xml file.
2016-06-01 20:13:32 +10:00
Simone Bordet
059fbaa1d6
Removed @Ignore from a passing test.
2016-06-01 11:56:49 +02:00
Simone Bordet
7241b1e95c
Merged branch 'jetty-9.4.x' into 'master'.
2016-06-01 10:49:41 +02:00
Simone Bordet
8956245026
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2016-06-01 10:48:57 +02:00
Hauke Wulff
8d9c086fa4
FastFileServer throws exception on any GET file due to wrong Content-… ( #599 )
...
* FastFileServer throws exception on any GET file due to wrong Content-Length value
Any GET file request, e.g. curl http://localhost:8080/pom.xml
results in FastFileServer returning a "HTTP/1.1 500 Server Error".
The root-cause for the error is the following line in handle()
response.setDateHeader("Content-Length", file.length());
which attempts to set the content-length header using a date-function.
Explicitly setting the response Content-Length in servlet-code.
Signed-off-by: Hauke Wulff <hauk3wu1ff@gmail.com>
Reviewed-by: Simone Bordet <simone.bordet@gmail.com>
2016-06-01 10:46:58 +02:00
Greg Wilkins
7d6c05b5c0
Issue #610 Ignore failing test
2016-06-01 17:46:04 +10:00
Greg Wilkins
a6f35be4d6
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-06-01 16:53:28 +10:00
Greg Wilkins
82921382a7
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-06-01 16:52:56 +10:00
Greg Wilkins
e9bb364eb2
Issue #609 ignore failing test
2016-06-01 16:16:39 +10:00
Greg Wilkins
8138c861c7
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-06-01 15:31:24 +10:00
Greg Wilkins
5c33a119da
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-06-01 15:30:13 +10:00
Greg Wilkins
c2831bf09c
Issue #608 reset encoding set from content type
...
Use an enum to track where a content encoding came from and selectively clear/reset
2016-06-01 15:29:05 +10:00
Jan Bartel
833f291975
Ensure sessions that fail to save on evict are not evicted.
2016-06-01 12:41:39 +10:00
Jesse McConnell
6b2f986909
Merge branch 'jetty-9.4.x'
2016-05-31 20:39:39 -05:00
Jesse McConnell
b4c958e68c
Merge branch 'jetty-9.3.x' into jetty-9.4.x
2016-05-31 20:38:31 -05:00
WalkerWatch
2508d73a94
Added note for CVE-2016-4800 and several small grammatical clean ups.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-05-31 20:37:06 -05:00
Jesse McConnell
1cb7124a10
Merge pull request #606 from WalkerWatch/jetty-9.3.x
...
Added note for CVE-2016-4800 and several small grammatical clean ups.
2016-05-31 19:41:33 -05:00
WalkerWatch
cbf8c15161
Added note for CVE-2016-4800 and several small grammatical clean ups.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-05-31 19:39:58 -04:00
Simone Bordet
b1ccba2285
Merged branch 'jetty-9.3.x' into 'master'.
2016-05-31 18:32:42 +02:00
Simone Bordet
89232a6207
Fixes #605 - Guard concurrent calls to WebSocketSession.close().
...
Introduced an AtomicBoolean to guard AbstractWebSocketConnection.close().
Made IOState code more robust with respect to synchronization.
2016-05-31 18:28:12 +02:00
Simone Bordet
2e21234328
Code cleanups.
2016-05-31 18:23:51 +02:00
Simone Bordet
dc7e638825
Merged branch 'jetty-9.4.x' into 'master'.
2016-05-30 19:19:09 +02:00
Simone Bordet
bfeccd9e39
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2016-05-30 19:11:24 +02:00
Alexander Farber
f6e460fc35
Remove Session.setMaximumMessageSize(long) example, because that method has been removed in jetty-9.1
...
Signed-off-by: Alexander Farber <Alexander.Farber@gmail.com>
2016-05-30 19:10:08 +02:00
Simone Bordet
9848a65446
Merge pull request #601 from afarber/master
...
Remove Session.setMaximumMessageSize(long) example
2016-05-30 18:56:21 +02:00
Alexander Farber
df7a41276f
Remove Session.setMaximumMessageSize(long) example, because that method has been removed in jetty-9.1
...
Signed-off-by: Alexander Farber <Alexander.Farber@gmail.com>
2016-05-30 18:40:53 +02:00
Greg Wilkins
8a1f3db230
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-05-30 21:10:41 +10:00
Greg Wilkins
ad588a9f0a
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-05-30 21:09:37 +10:00
Greg Wilkins
05c6a3664f
Improved the HttpTester and added a Test
2016-05-30 21:08:37 +10:00
Jan Bartel
f9d897df0e
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-05-28 11:57:29 +10:00
Jan Bartel
86eedd3ad8
Implement backoff retry for gcloud session data store; fix gcloud session module
2016-05-28 11:56:41 +10:00
Jesse McConnell
808d0ae3de
Merge branch 'jetty-9.4.x'
2016-05-27 16:26:36 -05:00
Jesse McConnell
d5fca6ee22
resolve broken javadoc
2016-05-27 16:25:50 -05:00
Jesse McConnell
59f35dc056
alter the basedir of the documentation zip
2016-05-27 15:42:11 -05:00
Jesse McConnell
68d0ff1373
Merge branch 'jetty-9.3.x' into jetty-9.4.x
2016-05-27 15:41:29 -05:00
Jesse McConnell
3e809af7f6
alter the basedir of the documentation zip
2016-05-27 15:40:58 -05:00