Greg Wilkins
|
76457d4807
|
409441 jetty.xml threadpool arg injection
Do not use arg injection for ThreadPool
|
2013-05-30 11:59:36 +10:00 |
|
Jan Bartel
|
af02e9b16d
|
Update to version to 8.1.12-SNAPSHOT after last release
|
2013-05-30 10:52:39 +10:00 |
|
Greg Wilkins
|
c961d65697
|
398467 Servlet 3.1 Non Blocking IO
completed removal of HttpOutput.closeIfAllContentWritten
|
2013-05-30 09:09:47 +10:00 |
|
Greg Wilkins
|
6f0195e0de
|
398467 Servlet 3.1 Non Blocking IO
Fixed handling of empty writes
fixed double close sendContent
|
2013-05-28 22:46:16 +10:00 |
|
Jan Bartel
|
db2615ab29
|
408723 Jetty Maven plugin reload ignores web.xml listeners
|
2013-05-23 17:28:12 +10:00 |
|
Greg Wilkins
|
79486b5949
|
408720 NPE in AsyncContext.getRequest()
Do not null the _event during the complete method
|
2013-05-23 09:48:06 +10:00 |
|
Jesse McConnell
|
725dc261c8
|
Merge branch 'release-8' into jetty-8
|
2013-05-22 10:44:14 -05:00 |
|
Jesse McConnell
|
a1a6f0e5f2
|
Merge branch 'release-7' into jetty-7
|
2013-05-22 10:39:24 -05:00 |
|
Jesse McConnell
|
74a4077dad
|
Add package-info.java files to all jetty packages.
|
2013-05-21 15:09:49 -05:00 |
|
Jesse McConnell
|
742f6a063d
|
[Bug 408600] set correct jetty.url in all pom files
|
2013-05-21 13:16:39 -05:00 |
|
Jesse McConnell
|
bdbd92dbc9
|
[Bug 408600] set correct jetty.url in all pom files
|
2013-05-21 13:10:07 -05:00 |
|
Jesse McConnell
|
0858e69cb1
|
[maven-release-plugin] prepare for next development iteration
|
2013-05-20 07:19:34 -05:00 |
|
Jesse McConnell
|
d469b77663
|
[maven-release-plugin] prepare release jetty-8.1.11.v20130520
|
2013-05-20 07:19:25 -05:00 |
|
Jesse McConnell
|
497c2f7819
|
[maven-release-plugin] prepare for next development iteration
|
2013-05-20 07:15:00 -05:00 |
|
Jesse McConnell
|
b32d0260c9
|
[maven-release-plugin] prepare release jetty-7.6.11.v20130520
|
2013-05-20 07:14:52 -05:00 |
|
Jan Bartel
|
b6d1158c22
|
408167 JDBCSessionManager don't mark session as dirty if same attribute value set
|
2013-05-17 17:18:54 +10:00 |
|
Greg Wilkins
|
d703319c87
|
398467 Servlet 3.1 Non Blocking IO
simplified write
|
2013-05-17 16:35:58 +10:00 |
|
Greg Wilkins
|
8a6ab9ab9d
|
408117 isAsyncStarted is false on redispatch
|
2013-05-17 11:41:22 +10:00 |
|
Greg Wilkins
|
b22d280e2a
|
398467 Servlet 3.1 Non Blocking IO
Cleaned up exceptions and HttpOutput.write
|
2013-05-16 19:00:00 +10:00 |
|
Jan Bartel
|
67a1b2a18f
|
Merge remote-tracking branch 'origin/jetty-8'
Conflicts:
jetty-server/src/main/java/org/eclipse/jetty/server/session/HashSessionManager.java
jetty-server/src/main/java/org/eclipse/jetty/server/session/HashedSession.java
|
2013-05-16 16:06:41 +10:00 |
|
Jan Bartel
|
427c59e2f2
|
Merge remote-tracking branch 'origin/jetty-7' into jetty-8
|
2013-05-16 15:47:22 +10:00 |
|
Jan Bartel
|
51c1017b3d
|
408077 HashSessionManager leaves file handles open after being stopped
|
2013-05-16 15:39:50 +10:00 |
|
Greg Wilkins
|
01768562ca
|
398467 Servlet 3.1 Non Blocking IO
fixed ResourceHandler
|
2013-05-16 14:27:32 +10:00 |
|
Jan Bartel
|
76b767fc22
|
Merge remote-tracking branch 'origin/jetty-8'
Conflicts:
jetty-server/src/main/java/org/eclipse/jetty/server/session/JDBCSessionIdManager.java
|
2013-05-16 12:33:08 +10:00 |
|
Jan Bartel
|
4a562f8d89
|
Merge remote-tracking branch 'origin/jetty-7' into jetty-8
|
2013-05-16 12:25:19 +10:00 |
|
Jan Bartel
|
8a1ea2f69c
|
407976 JDBCSessionIdManager potentially leaves server in bad state after startup
|
2013-05-16 12:18:04 +10:00 |
|
Greg Wilkins
|
76d4859eda
|
398467 Servlet 3.1 Non Blocking IO
Improved sendContent API and javadoc. Added FastFileServer example
|
2013-05-16 09:26:37 +10:00 |
|
Greg Wilkins
|
c03cb95e8a
|
removed debug prints
|
2013-05-14 17:57:52 +10:00 |
|
Greg Wilkins
|
4dd80e9128
|
398467 Servlet 3.1 Non Blocking IO
More refinements to avoid duplicate code and optimise common paths
|
2013-05-14 17:52:46 +10:00 |
|
Greg Wilkins
|
0116f45ff0
|
398467 Servlet 3.1 Non Blocking IO
Asynchronous default servlet
|
2013-05-14 10:09:09 +10:00 |
|
Greg Wilkins
|
9f3e4dc5b7
|
398467 Servlet 3.1 Non Blocking IO
Added callbacks to HttpOutput
|
2013-05-14 10:09:09 +10:00 |
|
Greg Wilkins
|
fe582e544a
|
398467 Non Blocking IO
Working towards 3.1 by exposing more of the underlying async IO operations.
added async support to write in HttpChannel
|
2013-05-10 20:11:19 +10:00 |
|
Greg Wilkins
|
ccc7a71c74
|
398467 Non Blocking IO
Working towards 3.1 by exposing more of the underlying async IO operations.
|
2013-05-10 19:45:32 +10:00 |
|
Greg Wilkins
|
09476ac235
|
406923 Accept CRLF or LF but not CR as line termination
Better handling of FF character
|
2013-05-09 15:01:50 +10:00 |
|
Jesse McConnell
|
3d600ed95e
|
[maven-release-plugin] prepare for next development iteration
|
2013-05-06 18:13:04 -05:00 |
|
Jesse McConnell
|
d832f3dc7e
|
[maven-release-plugin] prepare release jetty-9.0.3.v20130506
|
2013-05-06 18:12:55 -05:00 |
|
Jan Bartel
|
e7564c9dcd
|
Merge remote-tracking branch 'origin/jetty-8'
|
2013-05-06 13:30:53 +10:00 |
|
Jan Bartel
|
488c1755e0
|
Merge remote-tracking branch 'origin/jetty-7' into jetty-8
|
2013-05-06 13:22:26 +10:00 |
|
Greg Wilkins
|
9ec10734e5
|
fixed warn output
|
2013-05-06 13:04:39 +10:00 |
|
Jan Bartel
|
f10a1d709b
|
407173 java.lang.IllegalStateException: null when using JDBCSessionManager
|
2013-05-06 12:24:53 +10:00 |
|
Greg Wilkins
|
11dccd7677
|
reduced test output
|
2013-05-06 11:43:37 +10:00 |
|
Greg Wilkins
|
98d260dd92
|
407075 Do not dispatch from complete
Call HttpChannel.handle directly from thread calling complete
|
2013-05-06 11:14:53 +10:00 |
|
Greg Wilkins
|
215f3f1f56
|
406617 Spin in Request.recycle
Improved output in warning
|
2013-05-06 09:40:49 +10:00 |
|
Simone Bordet
|
fe1b71f4a0
|
Reduced build logging for Travis.
|
2013-05-04 00:26:29 +02:00 |
|
Simone Bordet
|
c4ad43d0cd
|
Removed ugly code that does not seem to be any useful.
|
2013-05-03 19:50:13 +02:00 |
|
Greg Wilkins
|
cb952931d5
|
connection events in debughandler
|
2013-05-03 18:54:50 +10:00 |
|
Greg Wilkins
|
d351e0790a
|
406617 Spin in Request.recycle
Numerous code cleanups with the handling of early closes of requests, specially when the response has already been sent.
|
2013-05-03 15:15:03 +10:00 |
|
Simone Bordet
|
827a7f48b8
|
Made the test more robust.
|
2013-05-02 18:50:24 +02:00 |
|
Greg Wilkins
|
0b15aa5a76
|
406617 Spin in Request.recylce
Some more cleanups of the loops
|
2013-05-02 20:02:29 +10:00 |
|
Greg Wilkins
|
22b0098be7
|
406617 Spin in Request.recylce
removed loop from read, so only a single attempt a blocking for content.
|
2013-05-02 12:57:48 +10:00 |
|