5124 Commits

Author SHA1 Message Date
Greg Wilkins
cd719bf979 jetty-9 cleanups and fixes after refactor 2012-08-23 14:07:10 +10:00
Greg Wilkins
74e632cd34 jetty-9 fixed some test fails after refactor 2012-08-23 08:39:05 +10:00
Joakim Erdfelt
28ae24fc35 Fixing testBlockReceiving 2012-08-22 11:06:57 -07:00
Simone Bordet
ab5c8ee508 Jetty9 - More work on parser reentrancy, but more work needed. 2012-08-22 16:46:52 +02:00
Simone Bordet
c6094c2398 Jetty9 - Small cleanups. 2012-08-22 11:58:21 +02:00
Simone Bordet
783a296bc5 Jetty9 - Removed redundant field and cleaned up code. 2012-08-22 10:29:41 +02:00
Simone Bordet
f5986a12da Jetty9 - Fixed test: when passing a large, empty header buffer the generator should not return NEED_CHUNK, so the test code was removed. 2012-08-22 10:05:24 +02:00
Simone Bordet
fa06ae9762 Jetty9 - Removed old code not used anymore, greatly simplifying the implementation. 2012-08-22 09:39:03 +02:00
Jesse McConnell
a77093dd94 add jetty-ant module from codehaus via CQ6712 2012-08-21 16:58:16 -05:00
Jesse McConnell
0ad217f39a add jetty-ant module from codehaus via CQ6712 2012-08-21 16:56:35 -05:00
Simone Bordet
71e7f519c7 Jetty9 - Refactored error handling logic. 2012-08-21 23:40:08 +02:00
Jesse McConnell
71dd5322c7 Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9 2012-08-21 15:51:17 -05:00
Jesse McConnell
70cf8dd5bf replace old getrequest mechanism with the one that simone hates 2012-08-21 15:51:11 -05:00
Simone Bordet
dc140f85b7 Jetty9 - Refactored HttpChannel: moved connection logic back to HttpConnection. 2012-08-21 15:09:54 +02:00
Joakim Erdfelt
4ed72ad585 Fixing websocket-client issues around fillInterested on physical connection 2012-08-20 15:05:47 -07:00
Simone Bordet
21494f97bb Jetty9 - Refactored commit logic into HttpChannel. 2012-08-20 18:32:41 +02:00
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
4f30fb17a6 jetty-9 removed debugs 2012-08-20 09:23:47 +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
6311976e86 Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9 2012-08-17 13:48:22 -07:00
Joakim Erdfelt
b36b41afd7 Fixing websocket-client upgrade connection -> websocket connection handling 2012-08-17 13:48:04 -07:00
Joakim Erdfelt
3d1d76d214 Merge from jetty-8 to jetty-9 (license header standarization) 2012-08-17 13:44:22 -07:00
Jesse McConnell
8e9bcf48f2 Merge branch 'master' into jetty-8 2012-08-17 14:52:03 -05: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
Jesse McConnell
ba8ecfbcfb format->check 2012-08-17 12:01:46 -05:00
Jesse McConnell
188e749bb6 Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9 2012-08-17 11:43:15 -05:00
Jesse McConnell
5eaf946956 patch over some nasties that are exposed with starting and stopping server, needs more investigation 2012-08-17 11:43:10 -05: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
Jesse McConnell
8c0897839a replace old AbstractHttpConnection with HttpChannel to get request for session listener 2012-08-17 09:18:47 -05: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
Thomas Becker
b73ca3e316 interims changes 2012-08-17 11:52:59 +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
Jesse McConnell
c82871b10f Merge branch 'master' into jetty-8 2012-08-16 17:10:35 -05:00
Jesse McConnell
8dc7a7b1d7 add license-check profile and header template file 2012-08-16 15:26:38 -05:00
Thomas Becker
f8950b64bd merge with jetty-9 2012-08-16 09:56:51 +02:00