Greg Wilkins
|
df5e09df71
|
removed debugging
|
2012-08-20 23:32:26 +10:00 |
Greg Wilkins
|
325bfc290d
|
jetty-9 work in progress on moving aggregation out of HttpChannel
|
2012-08-20 20:43:10 +10:00 |
Greg Wilkins
|
9080882900
|
jetty-9 do not recyle Response Writers
|
2012-08-20 20:35:15 +10:00 |
Thomas Becker
|
593209529b
|
jetty-9 make TestHttpResponse inner class of SimpleHttpParser
|
2012-08-20 10:40:49 +02:00 |
Greg Wilkins
|
570bf6c580
|
jetty-9 added some @Overrides
|
2012-08-20 10:49:41 +10:00 |
Greg Wilkins
|
70b2a3f88e
|
jetty-9 cleaned up and unit test for ContextHandler lifecycle
|
2012-08-20 10:45:33 +10:00 |
Greg Wilkins
|
1d89bef7a2
|
jetty-9 fixed context restart for constraint test
|
2012-08-20 10:21:07 +10:00 |
Greg Wilkins
|
4ff7ae6106
|
jetty-9 removed redirect race from form auth
|
2012-08-20 09:22:03 +10:00 |
Greg Wilkins
|
2900b4df02
|
jetty-9 some post merge fixes
|
2012-08-18 10:37:09 +10:00 |
Jesse McConnell
|
6ffaa478c4
|
standardize license headers
|
2012-08-17 16:09:49 -05:00 |
Joakim Erdfelt
|
3d1d76d214
|
Merge from jetty-8 to jetty-9 (license header standarization)
|
2012-08-17 13:44:22 -07:00 |
Jesse McConnell
|
5de0cee1eb
|
merge from master + license block standardization
|
2012-08-17 14:50:43 -05:00 |
Thomas Becker
|
ce6820b67b
|
jetty-9: extract common stuff from HttpManyWaysToCommitTest and HttpManyWaysToAsyncCommitTest into abstract class
|
2012-08-17 21:29:13 +02:00 |
Thomas Becker
|
095a15f9e8
|
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
|
2012-08-17 17:35:33 +02:00 |
Thomas Becker
|
be73cf1972
|
jetty-9: HttpManyWaysToAsyncCommitTest added
|
2012-08-17 17:34:53 +02:00 |
Greg Wilkins
|
086e74bed8
|
jetty-9 merged jetty-8
Merge remote-tracking branch 'origin/jetty-8' into jetty-9
Conflicts:
jetty-security/src/main/java/org/eclipse/jetty/security/authentication/FormAuthenticator.java
jetty-server/src/main/java/org/eclipse/jetty/server/AbstractHttpConnection.java
jetty-server/src/test/java/org/eclipse/jetty/server/HttpConnectionTest.java
jetty-util/src/main/java/org/eclipse/jetty/util/log/StdErrLog.java
jetty-util/src/main/java/org/eclipse/jetty/util/resource/JarFileResource.java
jetty-util/src/test/java/org/eclipse/jetty/util/log/StdErrLogTest.java
|
2012-08-17 23:35:42 +10:00 |
Greg Wilkins
|
7c94fd5f3c
|
jetty-9 removed HttpParser.isPersistent
|
2012-08-17 22:06:55 +10:00 |
Thomas Becker
|
b0537707e3
|
jetty-9: Small HttpManyWaysToCommitTest fixes
|
2012-08-17 12:45:55 +02:00 |
Greg Wilkins
|
e7cad67ace
|
jetty-9 moved more fields out of HttpChannel
|
2012-08-17 16:41:53 +10:00 |
Greg Wilkins
|
78a529fc9d
|
jetty-9 moved more fields out of HttpChannel
|
2012-08-17 16:32:36 +10:00 |
Greg Wilkins
|
2a66567a5b
|
jetty-9 improved handling of half close
|
2012-08-17 15:34:53 +10:00 |
Jesse McConnell
|
00ed549898
|
standardize license header blocks
|
2012-08-16 19:11:27 -05:00 |
Greg Wilkins
|
6d2da78aac
|
jetty-9 more commit fixes
|
2012-08-16 15:25:08 +10:00 |
Greg Wilkins
|
ff76201050
|
jetty-9 setContentLength smaller than content written is an IllegalArgumentException
|
2012-08-16 14:00:14 +10:00 |
Greg Wilkins
|
4907498886
|
jetty-9 added Commit tests and some fixes
|
2012-08-16 13:27:23 +10:00 |
Greg Wilkins
|
ed76d97049
|
jetty-9 added commit test from tbecker. Fixed issue in HttpConnection, started commenting other tests that need some changes
|
2012-08-16 09:02:34 +10:00 |
Jesse McConnell
|
c6805c3059
|
smoke remaining mbean files
|
2012-08-15 14:22:36 -05:00 |
Jesse McConnell
|
5c3a1cfe8c
|
removed the wrapper element from the ManagedObject annotation, rejiggered object mbean to not need wrapper, also smoking the convert concept in objectMbean in favor of dynamically discovering it where needed since its easy with annotations
|
2012-08-14 16:52:17 -05:00 |
Jesse McConnell
|
aae7c4da68
|
removed managed=true from ManagedOperation and ManagedAttribute
|
2012-08-13 17:19:59 -05:00 |
Jesse McConnell
|
11dbce81c8
|
wire up way to remove the need for managed=true on ManagedAttribute
|
2012-08-13 16:48:52 -05:00 |
Jesse McConnell
|
efce7e8421
|
more mbean -> annotation conversion
|
2012-08-13 12:41:02 -05:00 |
Jesse McConnell
|
51eac5ddf7
|
more mbean -> annotation conversion
|
2012-08-13 11:56:25 -05:00 |
Jesse McConnell
|
9f4375d1e5
|
add typing to context handler mbean and remove import from xmlconfiguration
|
2012-08-13 07:10:07 -05:00 |
Simone Bordet
|
279f24faaa
|
Jetty9 - Removed duplicate logger definitions.
|
2012-08-13 11:48:32 +02:00 |
Simone Bordet
|
360bdfa051
|
Jetty9 - Code cleanups: using generics, diamond operator, removed warnings, etc.
|
2012-08-13 11:46:09 +02:00 |
Greg Wilkins
|
c84b496330
|
jetty-9 more work on stop/close. Turned on statistics all of the time, but still not enough. more work needed.
|
2012-08-12 11:24:24 +10:00 |
Jesse McConnell
|
01f4bb2623
|
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
|
2012-08-11 11:40:48 -05:00 |
Jesse McConnell
|
86daeab0ca
|
Remove Managed annotation and convert the context handler over to the new usage
|
2012-08-11 11:40:32 -05:00 |
Greg Wilkins
|
488f53f8d6
|
jetty-9 cleaned up the stop and stopTimeout handlng
|
2012-08-11 12:51:32 +10:00 |
Joakim Erdfelt
|
b8de9a35a4
|
[multimap-ng] moving UrlEncoded over and fixing various other failing tests
|
2012-08-10 14:42:35 -07:00 |
Joakim Erdfelt
|
dfebb117b7
|
[multimap-ng] step 2, make MultiMap a generic, and remove LazyList use
|
2012-08-10 12:46:30 -07:00 |
Joakim Erdfelt
|
74490580da
|
Merge branch 'jetty-9' into multimap-ng
|
2012-08-10 11:32:42 -07:00 |
Joakim Erdfelt
|
da0e5a1ef6
|
[multimap-ng] step 1, make MultiMap participate as a full fledged member of the Collections framework
|
2012-08-10 10:25:10 -07:00 |
Simone Bordet
|
c3dfd0c653
|
Jetty9 - Set stopTimeout to zero by default, and setting defaults for threaded component that need a non-zero stop timeout to stop properly.
|
2012-08-10 19:02:16 +02:00 |
Simone Bordet
|
136f7924fd
|
Jetty9 - Refactored usage of components that were using custom stop timeout to use the get/setStopTimeout() methods inherited from AbstractLifeCycle.
|
2012-08-10 19:02:16 +02:00 |
Greg Wilkins
|
54ea5a7de2
|
jetty-9 better dispatching of events to SSL
|
2012-08-10 14:39:51 +10:00 |
Greg Wilkins
|
03ebcc881c
|
jetty-9 include more modules
|
2012-08-09 19:31:50 +10:00 |
Simone Bordet
|
0ddbdda280
|
Jetty9 - Test code cleanup.
|
2012-08-08 15:02:11 +02:00 |
Simone Bordet
|
c7a3409ed1
|
Jetty9 - Shutting down output *and* closing the connection in case the generator produces SHUTDOWN_OUT.
|
2012-08-08 13:40:42 +02:00 |
Greg Wilkins
|
32c5f6c093
|
jetty-9 reduced LazyList usage
|
2012-08-08 11:58:50 +10:00 |