4960 Commits

Author SHA1 Message Date
Thomas Becker
be73cf1972 jetty-9: HttpManyWaysToAsyncCommitTest added 2012-08-17 17:34:53 +02: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
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
9759c38fc0 [Bug 385448] migrate jetty jmx usage to be annotation based 2012-08-15 14:39:53 -05:00
Jesse McConnell
f58d7f23e1 return embedded example to its natural state 2012-08-15 14:24:08 -05:00
Jesse McConnell
c6805c3059 smoke remaining mbean files 2012-08-15 14:22:36 -05:00
Jesse McConnell
e1daf7bcbd switch monitor test to annotations as well 2012-08-15 14:20:15 -05:00
Jesse McConnell
129fb06f1f migrate jetty-nosql and jetty-monitor to jmx annotations 2012-08-15 14:17:04 -05:00
Jesse McConnell
2d9c4e823c migrate jetty-webapp to jmx annotations 2012-08-15 13:49:07 -05:00
Jesse McConnell
c92ce4bd1e jetty-servlets migration to jmx annotations 2012-08-15 13:33:05 -05:00
Jesse McConnell
8a1eb4a88a pom tweak 2012-08-15 13:32:42 -05:00
Jesse McConnell
563da755d1 Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9 2012-08-15 13:17:09 -05:00
Jesse McConnell
c1530f6be4 add example of file server using one url and two directories for resources 2012-08-15 13:17:00 -05:00
Joakim Erdfelt
ffd86fd21b Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9 2012-08-15 09:32:32 -07:00
Joakim Erdfelt
4013c750c3 Adding Utf8LineParser from websocket-client to jetty-util as it should be generally useful for others 2012-08-15 09:32:24 -07:00
Jesse McConnell
a06d5e96b6 convert jetty-servlet to annotated jmx 2012-08-15 08:41:16 -05:00
Jesse McConnell
b7407000cb fix logging bits 2012-08-14 17:30:28 -05:00
Jesse McConnell
1357c342d8 fix logging bits 2012-08-14 17:29:32 -05:00
Jesse McConnell
80608f386c remove old mbean files 2012-08-14 17:26:55 -05:00
Jesse McConnell
4de94e00d5 the old context and webapp deployer were smoked and removing the node attribute from the deployment manager since the Node's are not jmx objects themselves and are not converted 2012-08-14 17:14:40 -05:00
Jesse McConnell
f2a2120ffe add jetty logging to jetty-deploy 2012-08-14 17:03:56 -05:00
Jesse McConnell
f7054e7cd4 Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9 2012-08-14 16:53:13 -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
Joakim Erdfelt
9c63ed975e Reworking client connection handling per discussion with simone 2012-08-14 09:44:21 -07:00
Jesse McConnell
447b9ecee5 suppress duplicate attributes in the influence chain 2012-08-14 10:09:13 -05:00
Jesse McConnell
ad123c4032 Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9 2012-08-13 17:20:10 -05:00
Jesse McConnell
aae7c4da68 removed managed=true from ManagedOperation and ManagedAttribute 2012-08-13 17:19:59 -05:00
Jesse McConnell
74f8822e64 remove managed=true need for ManagedOperation 2012-08-13 16:50:15 -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
Joakim Erdfelt
50d4babe90 Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9 2012-08-13 14:00:20 -07:00
Joakim Erdfelt
1f78fc6250 Attempting to get client connection working 2012-08-13 13:59:46 -07: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
Greg Wilkins
73a89427b1 jetty-9 fixed some XML validation issues 2012-08-12 11:23:20 +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
Jesse McConnell
608e74b9bf add note to readonly annotation element 2012-08-10 17:26:38 -05:00
Jesse McConnell
752a2e7d64 more annotation jmx jiggering 2012-08-10 17:23:59 -05:00
Joakim Erdfelt
d922013313 Merge branch 'multimap-ng' into jetty-9 2012-08-10 15:13:07 -07:00