Commit Graph

3693 Commits

Author SHA1 Message Date
Jesse McConnell d1c8c477ea [maven-release-plugin] prepare for next development iteration 2012-03-02 08:57:43 -06:00
Jesse McConnell b75868e84f [maven-release-plugin] prepare release jetty-8.1.2.v20120302 2012-03-02 08:57:19 -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 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 22dce614a3 Updating VERSION.txt top section 2012-03-02 08:14:16 -06:00
Jesse McConnell eaa5ccd164 Merge branch 'jetty-8' into release-8 2012-03-02 08:13:39 -06:00
Jesse McConnell 66fcd1ff7d Merge branch 'master' into release 2012-03-02 08:12:55 -06:00
Jesse McConnell 72330dc5f3 Merge branch 'master' into jetty-8 2012-03-02 08:08:29 -06:00
Simone Bordet 94742d3e94 Updated HTTP layer to invoke the application asynchronously. 2012-03-02 11:45:06 +01: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 1a9944032e Merge remote-tracking branch 'origin/master' into jetty-8 2012-03-02 16:21:54 +11:00
Jan Bartel 081071b42c JETTY-1489 WebAppProvider attempts to deploy .svn folder 2012-03-02 16:19:07 +11:00
Jan Bartel 959a4a2743 Merge remote-tracking branch 'origin/master' into jetty-8 2012-03-02 10:39:17 +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
Thomas Becker 492cc7508a 370842: X-Forwarded-Host header is now set by request.getHeader(Host) which doesn't ommit the port information 2012-03-01 15:04:31 +01:00
Simone Bordet 0161f780c9 Updated idle timeout checking.
Now that applications are notified in a different thread, idleness becomes an event
and therefore a new IdleListener interface has been introduced and implemented.
2012-03-01 15:02:35 +01:00
Simone Bordet e8d09fad53 Updated idle timeout checking.
Now that applications are notified in a different thread, idleness becomes an event
and therefore a new IdleListener interface has been introduced and implemented.
2012-03-01 14:59:30 +01:00
Simone Bordet 49bb4f8e8b Improved notification of Handler methods by catching and logging exceptions,
and by notifying them asynchronously to avoid stack overflows.
2012-03-01 12:57:37 +01:00
Simone Bordet 5f61ffc024 Better choice for direct ByteBuffer size. 2012-03-01 12:56:18 +01:00
Simone Bordet f4e4effe50 DataInfo javadocs + modified slightly the API for helper methods, passing a boolean telling to read or consume the bytes. 2012-03-01 11:47:51 +01: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
Simone Bordet f9345bdc84 Made Settings.ID open to unknown codes, and implemented SPDY v3 format. 2012-02-29 11:52:19 +01:00
Simone Bordet 074e8be054 Javadocs clarification on data(). 2012-02-29 11:00:45 +01:00
Simone Bordet 7d7e524385 Improved tests. 2012-02-29 11:00:24 +01:00
Jan Bartel 885515737f Reverse accidental addition of dependency 2012-02-29 20:09:08 +11:00
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 ae0a155a39 Cosmetics. 2012-02-29 00:47:32 +01:00
Simone Bordet 3b8c6dfd4c Revised exception handling. 2012-02-29 00:43:17 +01:00
Simone Bordet 1238de8a28 Improved test. 2012-02-29 00:33:57 +01:00
Simone Bordet 43623829bc Better toString(). 2012-02-29 00:33:37 +01:00
Simone Bordet ca9b6ebd2c Moved Session.flush() to ISession: applications do not get any benefit from calling flush(). 2012-02-29 00:33:22 +01:00
Simone Bordet 95ffdd8feb Fixed dispatching of data frames in another thread. 2012-02-29 00:32:33 +01:00
Simone Bordet 9575e8a7d2 Added comment on flow control policy. 2012-02-28 23:47:06 +01:00
Simone Bordet 17bb26f053 Better implementation for flow control.
Now DataInfo has an API for performing 2 distinct operations: reading and consuming.
The WINDOW_UPDATE message is sent only when the bytes are consumed and not
when the application callback returns (possibly without having neither read nor
consumed the bytes).
2012-02-28 23:41:46 +01:00
Simone Bordet b1ef0e87c9 Reviewed use of StreamException and SessionException. 2012-02-28 17:40:03 +01:00
Simone Bordet 3f1c7aa102 Rethrowing SPDYException in case of stream exception. 2012-02-28 17:09:52 +01:00
Simone Bordet 8392dab7b4 Removed read buffers, since we do not need anymore reentrant parsing because we now call the application in a different thread. 2012-02-28 17:02:23 +01:00
Simone Bordet 50ead5c19c Synchronized the generation and enqueuing of control frames, in order to maintain a correct compression context. 2012-02-28 17:01:30 +01:00