Jesse McConnell
b5b3fdf4a6
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2012-03-05 09:29:23 -06:00
Jesse McConnell
0047054894
Add test case for bug 373162
2012-03-05 09:29:12 -06:00
Jesse McConnell
54493cd80d
Merge "373246: IOTest.testReset uses dynamic port now instead of static hard coded one"
2012-03-05 09:18:08 -05:00
Thomas Becker
0adec36c29
373246: IOTest.testReset uses dynamic port now instead of static hard coded one
...
Change-Id: I9b254937fa02ba745832bf1b5c99069bea641bbd
2012-03-05 15:15:23 +01:00
Jesse McConnell
d8d4f727c9
Merge "369214: HotSwapHandler uses AggregateLifeCycles.addBean()"
2012-03-05 08:55:12 -05:00
Jesse McConnell
b6acc24121
Merge "369214: HotSwapHandler code format"
2012-03-05 08:51:29 -05:00
Jesse McConnell
e417aa06ee
Merge "372115: added some braces to oneline if stmts of AsyncContextTest.java"
2012-03-05 08:44:38 -05:00
Jesse McConnell
d5443ded0e
Merge "372115: codeformat of AsyncContextTest.java"
2012-03-05 08:43:35 -05:00
Jesse McConnell
e1fdbb17a5
Merge "372115: Cleanup of AsyncContextTest.java"
2012-03-05 08:41:52 -05:00
Jan Bartel
35a0386df0
373037 jetty.server.Response.setContentLength(int) should not close a Writer when length=0
2012-03-05 15:19:34 +11:00
Jan Bartel
0c4450dc5d
JETTY-1409 GzipFilter will double-compress application/x-gzip content
2012-03-05 14:10:47 +11:00
Jesse McConnell
f434acd6ba
[Bug 373162] add improved implementation for getParameterMap(), needs a test though and the existing setup doesn't seem like it would easily support the needed test so need to do that still
2012-03-02 17:31:08 -06:00
Jesse McConnell
a7bc2b5863
Merge branch 'release'
2012-03-02 09:26:46 -06:00
Jesse McConnell
fe6445ff7d
reset version for development
2012-03-02 09:26:30 -06:00
Jesse McConnell
51311d050e
[maven-release-plugin] prepare for next development iteration
2012-03-02 08:37:46 -06:00
Jesse McConnell
a8296ec3d5
[maven-release-plugin] prepare release jetty-7.6.2.v20120302
jetty-7.6.2.v20120302
2012-03-02 08:37:38 -06:00
Jesse McConnell
c58092f6f7
Updating VERSION.txt top section
2012-03-02 08:14:17 -06:00
Jesse McConnell
66fcd1ff7d
Merge branch 'master' into release
2012-03-02 08:12:55 -06:00
Greg Wilkins
74da51a8e6
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2012-03-02 16:52:18 +11:00
Greg Wilkins
3892549202
370285: chunk content if merged with new content
2012-03-02 16:48:48 +11:00
Jan Bartel
081071b42c
JETTY-1489 WebAppProvider attempts to deploy .svn folder
2012-03-02 16:19:07 +11:00
Greg Wilkins
68fa3c50b4
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2012-03-02 08:07:57 +11:00
Greg Wilkins
79ce93ba94
357318: cancel key before close as speculative work around for JVM bug
2012-03-02 08:07:16 +11:00
Thomas Becker
9f68c6e6bf
369214: HotSwapHandler uses AggregateLifeCycles.addBean()
2012-03-01 15:32:22 +01:00
Thomas Becker
ab5592daf0
369214: HotSwapHandler code format
2012-03-01 15:32:22 +01:00
Thomas Becker
04c679dddb
372115: added some braces to oneline if stmts of AsyncContextTest.java
2012-03-01 15:15:10 +01:00
Thomas Becker
54262c4ba5
372115: codeformat of AsyncContextTest.java
2012-03-01 15:15:04 +01:00
Thomas Becker
3a94e45050
372115: Cleanup of AsyncContextTest.java
2012-03-01 15:14:56 +01:00
Jesse McConnell
56b6954af3
nop change
2012-03-01 08:09:37 -06:00
Jan Bartel
5c0c8c7e73
371168 Update ClientCrossContextSessionTest
2012-03-01 17:43:38 +11:00
Jan Bartel
97c37f68ba
372487 JDBCSessionManager does not work with Oracle
2012-03-01 17:05:54 +11:00
Jesse McConnell
1e6b5d4123
nop commit
2012-02-29 10:08:10 -06: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
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
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
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
7fe5454888
[Bug 372093] handle quotes in Require-Bundle manifest string
2012-02-21 16:03:32 -06:00