Commit Graph

4582 Commits

Author SHA1 Message Date
Jesse McConnell ff57f913e8 Updating VERSION.txt top section 2012-09-03 12:53:24 -05:00
Jesse McConnell 52034452a0 Merge branch 'jetty-8' into release-8 2012-09-03 12:49:39 -05:00
Jesse McConnell 1587c3e8c5 Updating VERSION.txt top section 2012-09-03 12:49:16 -05:00
Jesse McConnell 6d2c793edc Merge branch 'master' into jetty-8 2012-09-03 12:48:21 -05:00
Jesse McConnell 694c8af3ba Merge branch 'master' into release 2012-09-03 12:47:48 -05:00
Greg Wilkins fd01a1b496 JETTY-1541 fixed different behaviour for single byte writes 2012-09-03 17:57:37 +10:00
Greg Wilkins a922d44ce0 388652 Do not flush on handle return if request is suspended 2012-09-03 13:48:17 +10:00
Thomas Becker 842f30fb87 Additional test to make sure that jetty sends a 500 response code when an exception is thrown. 2012-08-31 15:23:47 +02:00
Greg Wilkins c3844a43c9 388502 handle earlyEOF with 500 2012-08-31 19:00:42 +10:00
Greg Wilkins da82238d6b improved efficiency 2012-08-31 17:19:47 +10:00
Thomas Becker b710701d13 HttpServerTestBase small assertion text fix 2012-08-30 16:38:43 +02:00
Thomas Becker f10729c3f8 HttpServerTestBase small assertion text fix 2012-08-30 16:13:27 +02:00
Jesse McConnell 3a0e9e1733 Merge branch 'master' into jetty-8 2012-08-30 09:09:44 -05:00
Thomas Becker 4b2cda3fd6 Merge branch 'master' of ssh://git.eclipse.org:29418/jetty/org.eclipse.jetty.project 2012-08-30 15:48:18 +02:00
Jan Bartel b97a7b6193 388072 GZipFilter incorrectly gzips when Accept-Encoding: gzip; q=0 2012-08-30 20:17:59 +10:00
Jan Bartel 1cdef414b4 388393 WebAppProvider doesn't work alongside OSGi deployer 2012-08-30 16:52:16 +10:00
Jan Bartel c7b9081a52 Merge remote-tracking branch 'origin/master' into jetty-8 2012-08-30 16:16:44 +10:00
Jan Bartel 2ed3a1688d 388102 Jetty HttpClient memory leaks when sending larger files 2012-08-30 15:37:32 +10:00
Simone Bordet 3c48496a0b Added copyright headers. 2012-08-28 23:17:10 +02:00
Jesse McConnell f7793ae94d [Bug 387896] populate session in SessionAuthentication as a valueBound in addition to activation so it is populate when needed 2012-08-28 11:24:14 -05:00
Thomas Becker 3c952da6ed Merge branch 'master' of ssh://git.eclipse.org:29418/jetty/org.eclipse.jetty.project 2012-08-28 13:58:05 +02:00
Jesse McConnell 7af3d5c047 remove logging statement 2012-08-27 12:24:47 -05:00
Jesse McConnell cf1337264b [Bug 388073] null session id from cookie causes NPE fixed 2012-08-27 11:32:12 -05:00
Jesse McConnell 7e21d6c159 Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2012-08-27 11:31:43 -05:00
Jesse McConnell 94c2dec2e2 add some session tests to the hash session manager, and a new one focusing on session cookie processing 2012-08-27 11:31:34 -05:00
Thomas Becker 77c03ad45f 388079: AbstractHttpConnection. Flush the buffer before shutting output down on error condition 2012-08-27 12:02:50 +02:00
Jan Bartel 6ab68f0dda 387943 Catch CNFE when no jstl jars are installed 2012-08-27 18:12:44 +10:00
Jan Bartel ef17e69bd5 Merge branch 'jetty-8' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-8 2012-08-27 17:27:32 +10:00
Jan Bartel c6cf4d4fb5 Add a toString() method to TldLocatableURLClassloader 2012-08-27 17:26:52 +10:00
Jan Bartel 28667f1707 387953 jstl does not work with jetty-7 in osgi 2012-08-27 14:05:05 +10:00
Jesse McConnell b3446fa543 Merge branch 'master' into jetty-8 2012-08-23 16:44:44 -05:00
Jesse McConnell fd1ab0ed55 merge from master 2012-08-23 16:44:30 -05:00
Jesse McConnell ad63e3f3f1 update parent version 2012-08-23 16:44:13 -05:00
Jesse McConnell 18cd5b455f Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2012-08-23 15:13:29 -05:00
Jesse McConnell 5761c8201b [Bug 385049] fix issue with pipelined connections when switching protocols 2012-08-23 15:11:09 -05:00
Thomas Becker 9173751438 387919: throw EOFException on early eof from client on http requests 2012-08-23 19:36:49 +02:00
Thomas Becker 2bd6cf2ebf Merge branch 'master' of ssh://git.eclipse.org:29418/jetty/org.eclipse.jetty.project 2012-08-21 11:19:02 +02:00
Thomas Becker 1721a56c6d 369349: directory with spaces --dry-run fix 2012-08-20 19:16:03 +02:00
Jesse McConnell 74e6be5097 Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2012-08-20 08:34:11 -05:00
Jesse McConnell f137b5fc38 add space between license and header 2012-08-20 08:33:06 -05:00
Greg Wilkins c1a454c278 avoided race in FormAuth by not sending redirect until after session attribute set 2012-08-20 22:29:08 +10:00
Jan Bartel e0276a8f65 JETTY-1515 Include cookies on 304 responses from DefaultServlet. 2012-08-20 14:52:33 +10:00
Jan Bartel bc4f45bbfe JETTY-1532 HTTP headers decoded with platform's default encoding 2012-08-20 08:40:04 +10: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
Jesse McConnell ba8ecfbcfb format->check 2012-08-17 12:01:46 -05: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
Jan Bartel 6dbef17e44 377055 Prevent webapp classloader leaks
Use the passed in classloader as an arg to Class.forName, even though the classloader is set in AbstractPreventer as the context classloader.
2012-08-10 17:48:03 +10:00