3490 Commits

Author SHA1 Message Date
Jan Bartel
c7b42cdb06 Merge remote-tracking branch 'origin/master' into jetty-8 2012-02-29 20:07:33 +11:00
Jan Bartel
c95da2aa18 372806 Command line should accept relative paths for xml config files 2012-02-29 18:09:29 +11:00
Simone Bordet
556ff1a2c6 372457 - Big response + slow clients + pipelined requests cause Jetty spinning and eventually closing connections.
Added a TODO for a method renaming that will happen in the next major release (to avoid break implementers).
2012-02-28 09:21:52 +01:00
Jan Bartel
be997b4dae Merge branch 'jetty-8' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-8 2012-02-28 16:18:58 +11:00
Greg Wilkins
4530cf9e0c 372115: set pathInContext for suspend with request (without debug) 2012-02-28 13:28:58 +11:00
Greg Wilkins
763bd6b190 372115: set pathInContext for suspend with request 2012-02-28 13:25:45 +11:00
Greg Wilkins
8e1b863deb 371903: modified patch for jetty-7 2012-02-27 18:45:19 +11:00
Thomas Becker
265d35324a 371903: Implement servlet 3.0 spec change (spec section 9.4) to not commit response in Dispatcher.forward() when request.isAysncStarted()
Signed-off-by: Greg Wilkins <gregw@webtide.com>
2012-02-27 16:46:15 +11:00
Greg Wilkins
7a58f3408e 371635: set all async attributes when the request is suspended 2012-02-27 16:32:50 +11:00
Jesse McConnell
8b20316efc Merge branch 'master' into jetty-8 2012-02-24 06:48:50 -06:00
Simone Bordet
f87cd6d1ba Made reads quicker to avoid that tests last forever. 2012-02-24 11:56:40 +01:00
Simone Bordet
2e66e54425 370387 - SafariWebsocketDraft0Test failure during build.
The reason for the failure of this test was that a BufferedReader was used to read the header lines.
However, the buffered reader may have read and buffered also the hixie bytes and subsequently,
when the test was trying to read the hixie bytes directly from the input stream (and not from the
buffered reader), the read was timing out.
Fixed by always using the input stream to read the header and hixie bytes.
2012-02-24 11:26:50 +01:00
Simone Bordet
3a82176531 Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2012-02-24 10:40:39 +01:00
Simone Bordet
c9c5bd3b47 372457 - Big response + slow clients + pipelined requests cause Jetty spinning and eventually closing connections. 2012-02-24 10:40:22 +01:00
Jesse McConnell
b29f371758 add close boolean to govern Connection: setting on requests in test 2012-02-23 08:03:44 -06:00
Jesse McConnell
23a2081168 add close boolean to govern Connection: setting on requests in test 2012-02-23 07:54:40 -06:00
Jesse McConnell
0731cbe64d Merge branch 'master' into jetty-8 2012-02-22 14:42:39 -06:00
Thomas Becker
8de385992e 372256: fix if clause doing an || instead of && and thus always calling instanceOf on null values 2012-02-22 14:42:11 -06:00
Thomas Becker
19fae56d6d 372190: HttpContent.getIndirectBuffer() close InputStream null check 2012-02-22 09:26:17 -06:00
Thomas Becker
9adabd0f2a 370966: RewriteHandler javadoc config example fix 2012-02-22 08:05:16 -06:00
Thomas Becker
94c979f2b2 372190: HttpContent.getIndirectBuffer() close InputStream 2012-02-22 07:55:19 -06:00
Jesse McConnell
409522bc64 Merge branch 'master' into jetty-8 2012-02-21 16:04:45 -06:00
Jesse McConnell
7fe5454888 [Bug 372093] handle quotes in Require-Bundle manifest string 2012-02-21 16:03:32 -06:00
Jesse McConnell
b4c2f79934 update to jetty-8 method signatures 2012-02-21 11:39:24 -06:00
Jesse McConnell
aec2bb83e7 updates to #371635 and #371649 for jetty-8 and servlet 3 2012-02-21 11:39:08 -06:00
Jesse McConnell
eed2a2a0f7 Merge from master 2012-02-21 11:38:28 -06:00
Jesse McConnell
a90c3201e8 [Bug #371635] and [Bug #371649] add missing attributes (non-optimal) and resolve async flow issue with scoping 2012-02-21 10:34:11 -06:00
Jesse McConnell
af07ce4b6c add debug to mongo session id manager 2012-02-21 08:40:59 -06:00
Jesse McConnell
c771766aae updates to spnego doc 2012-02-21 08:40:20 -06:00
Jesse McConnell
2a50400bb1 progress on testing #371635 and #371649 2012-02-17 17:49:36 -06:00
Jesse McConnell
92fc45a77f fix version string in snapshot running of jetty8 2012-02-17 11:46:01 -06:00
Joakim Erdfelt
c06df6cbbd Correcting minor typo 2012-02-16 14:41:40 -07:00
Joakim Erdfelt
47f4b65359 Making gzip + pipelining test perform sha1 test correctly 2012-02-16 14:40:46 -07:00
Joakim Erdfelt
0315655b27 Trying to work out why gzip decompress isn't working 2012-02-16 14:26:50 -07:00
Joakim Erdfelt
766ff7cf19 Bug 371798 - potential pipelining issue
+ Adding testcase for gzip + pipelining issue reported in bugzilla.
  Created scenario where 2 requests are made, with 2nd request
  overlapping the first response.  The first response is also gzip'd
2012-02-16 14:08:21 -07:00
Jesse McConnell
8e5edbd8ca Merge branch 'release-8' into jetty-8 2012-02-15 16:10:36 -06:00
Jesse McConnell
b391937bb8 update version 2012-02-15 16:09:42 -06:00
Jesse McConnell
566eec65ce Merge branch 'release' 2012-02-15 15:21:18 -06:00
Jesse McConnell
56f72e6fa9 update version 2012-02-15 15:20:50 -06:00
Jesse McConnell
ac79497dee [maven-release-plugin] prepare for next development iteration 2012-02-15 14:29:36 -06:00
Jesse McConnell
3705b424c8 [maven-release-plugin] prepare release jetty-8.1.1.v20120215 jetty-8.1.1.v20120215 2012-02-15 14:29:28 -06:00
Jesse McConnell
efb6883cf0 [maven-release-plugin] prepare for next development iteration 2012-02-15 14:22:19 -06:00
Jesse McConnell
baf2b94f77 [maven-release-plugin] prepare release jetty-7.6.1.v20120215 jetty-7.6.1.v20120215 2012-02-15 14:22:12 -06:00
Jesse McConnell
041bc101df update version 2012-02-15 14:05:42 -06:00
Jesse McConnell
745c8e9a70 Merge branch 'jetty-8' into release-8 2012-02-15 14:05:09 -06:00
Jesse McConnell
aef2b8f03c Merge branch 'master' into release 2012-02-15 13:59:27 -06:00
Jesse McConnell
e0d7337fa3 Updating VERSION.txt top section 2012-02-15 13:58:49 -06:00
Jesse McConnell
098428dd37 Merge branch 'master' into jetty-8 2012-02-15 13:49:23 -06:00
Jesse McConnell
68737e7713 ignore it, again 2012-02-15 10:17:06 -06:00
Jesse McConnell
43a6b19590 expand the test a bit more 2012-02-15 09:51:57 -06:00