4119 Commits

Author SHA1 Message Date
Jan Bartel
2de753b30a 388895 Update dependencies for jetty-jndi 2012-09-06 11:55:02 +10:00
Jesse McConnell
093becb688 Merge branch 'release' 2012-09-03 14:32:54 -05:00
Jesse McConnell
fb929aca20 prep for dev 2012-09-03 14:32:38 -05:00
Jesse McConnell
d37deeea74 [maven-release-plugin] prepare for next development iteration 2012-09-03 13:33:18 -05:00
Jesse McConnell
41e9b1f6e2 [maven-release-plugin] prepare release jetty-7.6.6.v20120903 jetty-7.6.6.v20120903 2012-09-03 13:33:10 -05:00
Jesse McConnell
1587c3e8c5 Updating VERSION.txt top section 2012-09-03 12:49:16 -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
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
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
28667f1707 387953 jstl does not work with jetty-7 in osgi 2012-08-27 14:05:05 +10: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
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
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
Jan Bartel
0b4d2e6a0f 377055 Prevent webapp classloader leaks 2012-08-09 10:23:00 +10:00
Greg Wilkins
b2fd3aad26 386714 used deferred auth for form login and error pages 2012-08-08 10:37:02 +10:00
Jesse McConnell
b4ec1f36ed [Bug 386591] add UnixCrypt note to about.html 2012-08-07 08:57:26 -05:00
Simone Bordet
ab40dee06f 367591 - Support Env variables in XmlConfiguration.
The 7.6 DTD was erroneously committed without the relevant change, which was committed to the 6.0 DTD.
2012-08-06 18:13:56 +02:00
Jan Bartel
7b61f5f04d JETTY-1501 Setting custom error response message changes page title 2012-08-03 19:22:58 +10:00
Jan Bartel
3f07564274 379423 Jetty URL Decoding fails for certain international characters 2012-08-03 17:20:58 +10:00
Greg Wilkins
c998abc8bc JETTY-1527 handle requests with URIs like http://host (ie no / ) 2012-08-02 19:03:40 +10:00