Joakim Erdfelt
efbe51a273
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2012-02-01 14:22:17 -07:00
Joakim Erdfelt
8f18187ceb
Bug 370373 - Fix jetty aggregates to exclude new orbit deps
...
+ Migrated jetty-plus to new aggregate configuration.
2012-02-01 14:21:31 -07:00
Joakim Erdfelt
964ef2e6fe
Bug 370373 - Fix jetty aggregates to exclude new orbit deps
...
+ Migrated jetty-all-server to new aggregate configuration.
2012-02-01 14:08:17 -07:00
Jesse McConnell
b5a9cea589
fix a few more version issues
2012-02-01 14:58:17 -06:00
Simone Bordet
54bb55e381
Updated copyright headers.
2012-02-01 21:54:20 +01:00
Joakim Erdfelt
bc599ca317
Fixing aggregate for jetty-all to exclude appropriate classes
2012-02-01 13:52:06 -07:00
Simone Bordet
765634da90
README information.
2012-02-01 21:51:27 +01:00
Simone Bordet
3de46b4006
Merge branch 'master' of github.com:intalio/jetty-spdy
2012-02-01 21:49:06 +01:00
Jesse McConnell
1376a30271
remove strange import the crept in, thanks eclipse.
2012-02-01 14:22:52 -06:00
Jesse McConnell
0bb53d84e4
[Bug 370368] resolve stack overflow in mongo db session manager
2012-02-01 14:10:00 -06:00
Joakim Erdfelt
228ff32ab0
Cleaning up jetty-jsp dependencies to only arrive via jetty-jsp
2012-02-01 08:59:00 -07:00
Jan Bartel
878d717b92
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2012-02-01 19:31:14 +11:00
Jan Bartel
2bb0248e44
Use jetty-jsp for jetty-distribution
2012-02-01 19:30:55 +11:00
Jan Bartel
b7b56bc0f2
Use "fake" jar to get deps for jetty-jsp to work with other modules that use it and need to unpack its dependencies.
2012-02-01 19:17:42 +11:00
Thomas Becker
449302bcde
369349: fix --exec classpath issue, spaces in directory names fix
...
Signed-off-by: Greg Wilkins <gregw@webtide.com>
2012-02-01 19:04:09 +11:00
Jan Bartel
e26cb28760
Bringing back over changes from central-orbit-repo branch for using orbit deps in jetty-continuation and jetty-jndi
2012-02-01 11:51:28 +11:00
Jesse McConnell
ce2ad79fd3
pushing fix for orbit jard into annotations
2012-01-31 17:46:44 -06:00
Greg Wilkins
31cbef3b29
create repo
2012-02-01 10:10:18 +11:00
Joakim Erdfelt
46cd49323c
Fixing distribution using of orbit deps
2012-01-31 15:54:26 -07:00
Joakim Erdfelt
fd80ef3488
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2012-01-31 15:23:10 -07:00
Joakim Erdfelt
fdaad62b63
Migrating old javax.* deps to new org.eclipse.jetty.orbit deps
...
+ Removed old deps in javax.*, geronimo, and asm in favor of
new org.eclipse.jetty.orbit deps
+ Added enforcer rule to prevent reintroducing the old deps.
2012-01-31 15:21:58 -07:00
Jesse McConnell
28d3241c76
add jetty-jsp
2012-01-31 16:05:50 -06:00
Jesse McConnell
10d6956c0b
adding jetty-jsp dependencies pom
2012-01-31 16:04:38 -06:00
Joakim Erdfelt
6e3bd75d99
Setting failing jetty osgi + jsp test to @Ignore till I can get help
2012-01-31 14:01:44 -07:00
Joakim Erdfelt
c4cf25f51b
Raising new orbit deps to top level dependencyManagement, and wiring up jetty-osgi with new deps
2012-01-31 14:00:47 -07:00
Joakim Erdfelt
154f4e7ed7
Merge branch 'central-orbit-repo'
2012-01-31 12:23:02 -07:00
Greg Wilkins
2197854308
369121 simplified test
2012-01-31 15:35:35 +11:00
Greg Wilkins
8c34d05516
365828: avoid DNS lookup for local address
2012-01-31 14:49:00 +11:00
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