Greg Wilkins
cafdf291ee
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2012-01-31 11:08:11 +11:00
Thomas Becker
0f95f6d5e3
369988: Add DoSFilter.RateTracker.isRateExceeded unit test
...
Signed-off-by: Greg Wilkins <gregw@webtide.com>
2012-01-31 11:03:55 +11:00
Joakim Erdfelt
b20c0ae45c
Bug 370120 - jvm arguments added via start.ini and --exec are missing spaces
...
+ moving from Runtime.exec() to ProcessBuilder/Process.start()
2012-01-30 17:02:29 -07:00
Joakim Erdfelt
f02244fbf6
Merge branch 'dryrun-with-spaces'
2012-01-30 15:51:19 -07:00
Joakim Erdfelt
b7e9d701d5
Bug 369349 - space in filename fix broke integration tests
...
+ fixing argument escaping so that it works with test-integration and
jetty-osgi
2012-01-30 15:35:31 -07:00
Simone Bordet
b8a5d9062f
Fixed update of stream closed status in case of data frames.
...
It was possible that a client sent a data frame with close=true, but the half close of the
stream was delayed until after all the data bytes were sent.
The server received the data bytes and sent a reply with close=true that could have been
processed before the stream was actually half closed by the data frame delayed update,
and this generated a race condition.
Now the close status is updated before sending the data (like all other frames), but the
stream is removed only when data has been fully sent.
2012-01-30 21:14:03 +01:00
Simone Bordet
4cbca7a664
Added test method rule.
2012-01-30 21:06:57 +01:00
Joakim Erdfelt
b9590a575d
Bug 369349 - space in filename fix broke integration tests
...
+ adding more tests for binary in command line.
2012-01-30 13:01:50 -07:00
Simone Bordet
d79b511507
Notifying onConnect(Session) from the SPDY connection on first call to handle().
2012-01-30 20:35:51 +01:00
Joakim Erdfelt
b56f1bdcdf
Bug 369349 - space in filename fix broke integration tests
...
+ Attempting to fix space and quote issues with new CommandLineBuilder
class and tests.
2012-01-30 12:03:03 -07:00
Joakim Erdfelt
cd7ae20778
370120 - jvm arguments added via start.ini and --exec are missing spaces
...
+ Allow jetty.version to be overridden via jetty.version system
property.
2012-01-30 10:01:13 -07:00
Simone Bordet
7da429ce7a
Cosmetics.
2012-01-30 17:34:25 +01:00
Simone Bordet
7260640251
Introduced NPN support in the server.
2012-01-30 17:34:13 +01:00
Thomas Becker
9f667257f1
370120: --exec jvm arguments missing spaces fix
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2012-01-30 09:17:59 -07:00
Thomas Becker
40963a884e
Revert "Making --dry-run work with paths that have spaces"
...
This reverts commit 3df95d45c2
.
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2012-01-30 09:17:53 -07:00
Thomas Becker
49198a8a5c
Revert "369349 replace quotes with a space escape method"
...
This reverts commit bc5ac3622a
.
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2012-01-30 09:17:48 -07:00
Joakim Erdfelt
b2b8cf5dd5
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2012-01-30 09:11:11 -07:00
Simone Bordet
ebae11da68
370137 - SslContextFactory does not respect order for [included|excluded]Protocols() and [included|excluded]CipherSuites().
2012-01-30 16:40:04 +01:00
Simone Bordet
9dfb728fc8
Updated to Jetty 7.6.0 final.
2012-01-30 16:25:05 +01:00
Simone Bordet
233c32e9f3
Introduced NPN support in the client.
2012-01-30 16:23:59 +01:00
Greg Wilkins
cacc5aefa2
370081: Handle null capture groups and query strings
2012-01-30 09:25:42 +11:00
Simone Bordet
000b635a12
Corrected server-side plumbing of endpoints and connections.
2012-01-28 16:04:38 +01:00
Simone Bordet
2e16ce6bf2
Fixed test.
2012-01-28 16:04:24 +01:00
Simone Bordet
33968638bb
Corrected client-side plumbing of endpoints and connections.
2012-01-28 15:59:34 +01:00
Simone Bordet
ffe10f3cf8
Added SSL support.
2012-01-27 22:02:39 +01:00
Simone Bordet
298605aebd
Fixed test.
2012-01-27 21:33:41 +01:00
Simone Bordet
6d0bcc6a54
Improved logging.
2012-01-27 21:28:43 +01:00
Simone Bordet
3e3f9f181b
Added TODO for an optimization.
2012-01-27 21:28:18 +01:00
Jesse McConnell
a27a518bf6
Merge branch 'release'
2012-01-27 09:06:18 -06:00
Jesse McConnell
7a553b6469
set version
2012-01-27 09:06:02 -06:00
Jesse McConnell
ad6126553b
[maven-release-plugin] prepare for next development iteration
2012-01-27 08:13:06 -06:00
Jesse McConnell
4e25f7bb05
[maven-release-plugin] prepare release jetty-7.6.0.v20120127
2012-01-27 08:13:00 -06:00
Jesse McConnell
8e65e81618
update version
2012-01-27 07:50:10 -06:00
Jesse McConnell
735e3f87f8
Merge branch 'master' into release
2012-01-27 07:48:35 -06:00
Jesse McConnell
23c4543ed6
tweak .gitignore
2012-01-27 07:48:20 -06:00
Simone Bordet
2f58b6980a
Improved test to guard against race condition.
2012-01-27 13:42:59 +01:00
Simone Bordet
b91f9d0dbc
Logging at INFO level.
2012-01-27 13:42:33 +01:00
Simone Bordet
29c98f4b37
Processing of frames is now done only if we did not send go_away.
2012-01-27 13:42:13 +01:00
Simone Bordet
2b6d997320
Added NPE guard.
2012-01-27 13:41:21 +01:00
Simone Bordet
af44e47842
Cosmetics.
2012-01-27 12:16:57 +01:00
Simone Bordet
4d0096978d
Moved NIO connectors to nio package.
2012-01-27 12:15:51 +01:00
Simone Bordet
672c89827b
Logging cosmetics.
2012-01-27 12:15:05 +01:00
Simone Bordet
7272be863a
Fixed buffer indexing.
2012-01-27 12:14:38 +01:00
Simone Bordet
de336042bf
Initial implementation for Jetty 7.
2012-01-27 10:19:33 +01:00
Greg Wilkins
ce2dd8e30e
368773 allow authentication to be set by non securityHandler handlers
2012-01-27 08:39:11 +11:00
Jesse McConnell
7ac9eb585f
revert back to 7.6.0-SNAPSHOT
2012-01-26 10:42:11 -06:00
Greg Wilkins
eeb8d61f1f
368773 always set an indentity service
2012-01-26 23:15:17 +11:00
Greg Wilkins
6b0a97012c
Added RegexTargetHandler
2012-01-26 23:14:39 +11:00
Jesse McConnell
1ee600385f
Merge branch 'release'
2012-01-25 10:55:11 -06:00
Jesse McConnell
704ce74f84
Updating VERSION.txt top section
2012-01-25 10:54:49 -06:00