Jesse McConnell
e70c586533
Merge branch 'jetty-9.4.x'
2016-06-07 15:52:23 -05:00
Jesse McConnell
4283c15fe1
Merge branch 'jetty-9.3.x' into jetty-9.4.x
2016-06-07 15:52:07 -05:00
Jesse McConnell
7b0e045671
Merge pull request #621 from WalkerWatch/jetty-9.3.x
...
Removed references to SPDY in Chapter 3, updated Chapter 10...
2016-06-07 15:51:08 -05:00
WalkerWatch
ef63395b07
Removed references to SPDY in Chapter 3, updated Chapter 10 with general info on Sessions
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-06-07 16:40:24 -04:00
Jesse McConnell
e79c4d582b
Merge branch 'jetty-9.4.x'
2016-06-07 11:57:39 -05:00
Jesse McConnell
20c1301203
Merge branch 'jetty-9.3.x' into jetty-9.4.x
2016-06-07 11:56:27 -05:00
Jesse McConnell
39ef0ec7d6
fix bad test target dir usage
2016-06-07 11:55:48 -05:00
Jesse McConnell
6b92b698a9
Merge pull request #618 from WalkerWatch/jetty-9.3.x
...
Chapter 10 clean up and link fixes.
2016-06-07 11:54:49 -05:00
Simone Bordet
473c8f0c09
Merged branch 'jetty-9.4.x' into 'master'.
2016-06-07 10:24:15 +02:00
Simone Bordet
73fe6715de
Issue #306 - Merge jetty-parent into jetty-project.
...
Moved more plugin version declarations into jetty.project's pom.
2016-06-07 10:23:38 +02:00
WalkerWatch
1d3816fdc5
Chapter 10 clean up and link fixes.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-06-06 21:20:11 -04:00
Greg Wilkins
40af755251
restructure failing test to better analyse failure
2016-06-07 10:44:33 +10:00
Simone Bordet
2d1d3fe6e9
Merged branch 'jetty-9.4.x' into 'master'.
2016-06-06 21:39:31 +02:00
Simone Bordet
a8f25b550f
Fixes #487 - JDK 9 build compatibility.
...
Fixes #306 - Merge jetty-parent into jetty-project.
- Removed jetty.parent dependency, moving all relevant sections to
jetty.project's pom.xml.
- Introduced profiles for JDK 8 only modules and configuration, and
for JDK 9 only modules and configurations.
- Major cleanup of pom.xml files.
- All Maven Plugin now declared in alphabetical order in
pluginManagement section of jetty.project's pom.xml.
2016-06-06 21:28:51 +02:00
Joakim Erdfelt
dd8afc34b9
Merge branch 'jetty-9.3.x' into bugs/388
2016-06-06 08:37:36 -07:00
Joakim Erdfelt
8758cbb607
Fixes #388 - Provide pluggable RemoteEndpoint service
2016-06-06 07:44:46 -07:00
Joakim Erdfelt
6e3d85e15e
Merge branch 'feature/looptest' into jetty-9.3.x
2016-06-06 07:02:25 -07:00
Joakim Erdfelt
4ce35feb41
Adding OPTS
2016-06-06 07:01:48 -07:00
Joakim Erdfelt
40526513f4
More looptest experimentation
2016-06-03 14:27:33 -07:00
Joakim Erdfelt
5e3a534d5d
More looptest experimentation
2016-06-03 14:17:28 -07:00
Simone Bordet
58f8d44ae2
Improved looptest.sh.
...
Fixed reference to test class.
Added DEBUG logging.
2016-06-03 23:14:18 +02:00
Joakim Erdfelt
f495053e9b
More looptest experimentation
2016-06-03 13:13:53 -07:00
Joakim Erdfelt
661a5aeef4
Experimenting with looptest and jenkins
2016-06-03 11:42:08 -07:00
Joakim Erdfelt
23338db1d6
Merge branch 'jetty-9.3.x' of github.com:eclipse/jetty.project into jetty-9.3.x
2016-06-03 10:14:12 -07:00
Joakim Erdfelt
f814c3d46c
Adding looptest for help with CI only flappy test failures
2016-06-03 10:14:09 -07:00
Simone Bordet
a300ffdc0f
Merged branch 'jetty-9.4.x' into 'master'.
2016-06-03 18:03:51 +02:00
Simone Bordet
85b3459af5
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2016-06-03 18:03:29 +02:00
Simone Bordet
c05e265c5b
Moved scheme checks to the right place.
2016-06-03 17:57:59 +02:00
Jesse McConnell
16f3ea82c1
fix javadoc
2016-06-03 09:45:10 -05:00
Jan Bartel
62b5181f18
Fix bundle version dependencies for osgi
2016-06-03 16:23:18 +10:00
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