Jan Bartel
|
e1bbb73c11
|
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
|
2012-02-10 12:29:13 +11:00 |
Jan Bartel
|
7aff671bae
|
Tidy up session tests, add more comments.
|
2012-02-10 12:28:44 +11:00 |
Greg Wilkins
|
47c21e91a8
|
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
|
2012-02-10 12:16:55 +11:00 |
Greg Wilkins
|
a4a5e56aeb
|
371162 NPE protection for nested security handlers
|
2012-02-10 11:58:19 +11:00 |
Joakim Erdfelt
|
f7fd3a4680
|
Bumping up socket read timeout and adding debug.
|
2012-02-09 15:39:49 -07:00 |
Simone Bordet
|
5074ce20fd
|
Ignoring benchmark test.
|
2012-02-09 23:25:50 +01:00 |
Jesse McConnell
|
9ab7452f8f
|
[Bug 371041] valid was not being set to new mongo db sessions, and the call to mongodb api was wrong in isIdInUse
|
2012-02-09 15:05:51 -06:00 |
Jesse McConnell
|
528c246163
|
[Bug 371040] nosqlsession needs to call correct super contructor for new
sessions
|
2012-02-09 12:54:46 -06:00 |
Jesse McConnell
|
d13599a1d1
|
add assertion that a new session is in fact new
|
2012-02-09 12:42:18 -06:00 |
Simone Bordet
|
7b30b760a3
|
Implemented idle timeout.
When the idle timeout expires, SPDY will send a GO_AWAY and close the connection.
|
2012-02-09 18:50:27 +01:00 |
Simone Bordet
|
5b4eec8a3d
|
Cosmetics.
|
2012-02-09 18:49:06 +01:00 |
Simone Bordet
|
a841cfce36
|
Base test class improvements.
|
2012-02-09 18:48:31 +01:00 |
Simone Bordet
|
c618e9a90f
|
Moved compression dictionary constant out of the API.
|
2012-02-09 15:48:57 +01:00 |
Simone Bordet
|
f03ef7af4e
|
Clarified comment.
|
2012-02-09 15:48:01 +01:00 |
Simone Bordet
|
f1e1113a58
|
Finished test implementation.
|
2012-02-09 15:47:39 +01:00 |
Simone Bordet
|
2dd0ec003c
|
Added support for reentrant parsing.
|
2012-02-09 14:24:32 +01:00 |
Simone Bordet
|
dc1e8350b2
|
More tests for the HTTP over SPDY layer.
|
2012-02-09 11:03:13 +01:00 |
Simone Bordet
|
5db861c0c8
|
Guarded against NPE.
|
2012-02-09 11:02:47 +01:00 |
Jan Bartel
|
b949fb7622
|
JETTY-1484 Add option for HashSessionManager to delete session files if it can't restore them
|
2012-02-09 19:21:10 +11:00 |
Jan Bartel
|
5f0fdb7d32
|
Rename jetty-jsp src/main/resource to src/main/resources
|
2012-02-09 08:15:59 +11:00 |
Simone Bordet
|
6ff0eb9cdc
|
Improved tests.
|
2012-02-08 18:56:29 +01:00 |
Simone Bordet
|
c7814d88d7
|
Added factory method for HttpGenerator.
|
2012-02-08 18:45:24 +01:00 |
Simone Bordet
|
48fa5ce855
|
Improved the HTTP over SPDY layer to support content, and content in multiple chunks.
|
2012-02-08 18:44:04 +01:00 |
Simone Bordet
|
9316a9601b
|
More tests for the HTTP over SPDY layer.
|
2012-02-08 09:29:08 +01:00 |
Simone Bordet
|
81a8c57e3b
|
Fixed close of connection upon GO_AWAY frames.
|
2012-02-07 21:52:34 +01:00 |
Simone Bordet
|
a8770204b1
|
Renamings.
|
2012-02-07 16:56:32 +01:00 |
Simone Bordet
|
3ca69de16a
|
Replaced usage of hardcoded protocol versions with constant.
|
2012-02-07 16:36:17 +01:00 |
Simone Bordet
|
cf5db008de
|
Refactored mapping of AsyncConnectionFactories with protocol names.
|
2012-02-07 16:16:09 +01:00 |
Simone Bordet
|
d21ce5599a
|
Initial implementation of the HTTP over SPDY layer.
|
2012-02-07 15:17:45 +01:00 |
Simone Bordet
|
74faad2ef6
|
Merge branch 'spdy'
|
2012-02-07 14:06:25 +01:00 |
Simone Bordet
|
b0119e4d62
|
Forwarded HttpParser.EventHandler methods from the inner class to the outer class (AbstractHttpConnection itself)
to allow other protocols such as SPDY to fake the emission of HTTP events by calling the EventHandler methods.
|
2012-02-07 14:05:40 +01:00 |
Joakim Erdfelt
|
9207423ca0
|
Fixing JDK5 build abort due to bad javadocs
|
2012-02-06 10:01:44 -07:00 |
Simone Bordet
|
4a03daa3c2
|
Added micro benchmark for header parse performance.
|
2012-02-06 11:43:15 +01:00 |
Simone Bordet
|
9781a734bd
|
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
|
2012-02-06 09:44:21 +01:00 |
Joakim Erdfelt
|
76e7b32415
|
Jetty 7 is JDK5+ (downgrading improper compiler setting)
|
2012-02-03 16:04:26 -07:00 |
Joakim Erdfelt
|
29936f4889
|
Jetty 7 is JDK5+ (downgrading improper compiler setting)
|
2012-02-03 14:55:33 -07:00 |
Joakim Erdfelt
|
6c794e68b1
|
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
|
2012-02-02 15:52:35 -07:00 |
Joakim Erdfelt
|
706023fbc0
|
Fixing NOTICE.txt copyright, as all of the mentioned companies are one in the same.
|
2012-02-02 15:50:00 -07:00 |
Jesse McConnell
|
b665beeb64
|
[370377] add classloadingobjectinputstream to mongodb session manager, contribution by david, thanks much
|
2012-02-02 16:42:10 -06:00 |
Jan Bartel
|
33a73c69fd
|
370386 Remove META-INF from jetty distro
|
2012-02-02 16:24:08 +11:00 |
Joakim Erdfelt
|
2fa2eb929a
|
Bug 370384 - jetty-distribution is dependent on jetty-all aggregate?
+ Setting exclusion on jetty-all artifactId.
|
2012-02-01 18:34:54 -07:00 |
Joakim Erdfelt
|
2559c0558b
|
Bug 370372 - Fix references to SVNROOT present in pom.xml
+ Changing from dev.eclipse.org (svn) to git.eclipse.org (git) URLs
|
2012-02-01 15:41:19 -07:00 |
Joakim Erdfelt
|
f376cf46a1
|
Updating NOTICE.txt with new year + license urls
|
2012-02-01 15:15:04 -07:00 |
Joakim Erdfelt
|
f9e3421a5b
|
Bug 370373 - Fix jetty aggregates to exclude new orbit deps
+ Migrated jetty-websocket to new aggregate configuration.
|
2012-02-01 14:46:45 -07:00 |
Joakim Erdfelt
|
427ea48479
|
Bug 370373 - Fix jetty aggregates to exclude new orbit deps
+ Migrated jetty-webapp to new aggregate configuration.
|
2012-02-01 14:43:38 -07:00 |
Joakim Erdfelt
|
34bc904be6
|
Bug 370373 - Fix jetty aggregates to exclude new orbit deps
+ Migrated jetty-servlet to new aggregate configuration.
|
2012-02-01 14:37:09 -07:00 |
Joakim Erdfelt
|
fea27d9fb8
|
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
|
2012-02-01 14:33:52 -07:00 |
Joakim Erdfelt
|
6e6386ed18
|
Bug 370373 - Fix jetty aggregates to exclude new orbit deps
+ Migrated jetty-server to new aggregate configuration.
|
2012-02-01 14:32:44 -07:00 |
Jesse McConnell
|
b88f5720a3
|
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
|
2012-02-01 15:27:45 -06:00 |
Jesse McConnell
|
f98aa75b8f
|
a couple more pom tweaks
|
2012-02-01 15:27:33 -06:00 |