Greg Wilkins
11d89c9e3f
353073 too large message handling
2011-08-12 14:23:51 +10:00
Michael Gorovoy
157e1c3fe5
352684 Implemented extra stack trace logging mode
2011-08-11 20:54:45 -04:00
Joakim Erdfelt
f39ffad9a9
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2011-08-11 13:21:35 -07:00
Joakim Erdfelt
da8f5052a3
Beefing up GzipFilter tests
2011-08-11 13:20:31 -07:00
Jan Bartel
9315e1896d
354466 - Typo in example config of jetty-plus.xml
2011-08-11 19:31:47 +10:00
Greg Wilkins
365bc6bb67
353073 use java.net ProtocolException
2011-08-11 18:24:13 +10:00
Greg Wilkins
8ae43e9bea
353073 expose cookie api
2011-08-11 17:26:15 +10:00
Greg Wilkins
c07e14840c
353073 Support fake fragements, so that frames may be larger than buffers
2011-08-11 13:26:12 +10:00
Greg Wilkins
d63294bfe4
353073 Improved client javadoc
2011-08-11 12:18:36 +10:00
Greg Wilkins
3d36f07a62
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2011-08-11 11:52:52 +10:00
Greg Wilkins
72caa15632
353073 Improved client API to use futures
2011-08-11 11:52:33 +10:00
Greg Wilkins
6b9ecd0806
353073 Improved client API to use futures
2011-08-11 11:50:23 +10:00
Michael Gorovoy
f01c8f7ebf
352684 Rewrote thread monitor code, removed deadlock detection, removed spin analyzer that was slow
2011-08-10 17:28:27 -04:00
Michael Gorovoy
599d7f92c9
352684 Added spinning thread analyzer, improved logging to eliminate redundant info
2011-08-10 01:35:47 -04:00
Greg Wilkins
5ea2806c08
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
...
Conflicts:
jetty-websocket/src/test/java/org/eclipse/jetty/websocket/WebSocketClientTest.java
2011-08-09 15:45:17 +10:00
Greg Wilkins
75dacc2b61
fixed websocket client tests
2011-08-09 15:39:26 +10:00
Jan Bartel
548696ef60
354204 - Charset encodings property file not used
2011-08-09 13:51:14 +10:00
Michael Gorovoy
d496a4f80a
354014 Content-Length is passed to wrapped response in GZipFilter
2011-08-08 18:03:36 -04:00
Joakim Erdfelt
5e2583084d
Making various changes for Java 1.5isms + Generic support
2011-08-05 18:10:46 -07:00
Joakim Erdfelt
222d1ca787
Fixing javadoc errors and warnings
2011-08-05 18:10:03 -07:00
Joakim Erdfelt
dc236529b0
Adding unit testing to MultiMap
2011-08-05 18:09:40 -07:00
Michael Gorovoy
3362af9856
352684 Added thread state information to the log output
2011-08-05 18:35:59 -04:00
Jesse McConnell
3dd582475b
Resolve test case issue with comment for Greg on proper order of on*
...
responses for websocket interface
2011-08-05 12:44:41 -05:00
Joakim Erdfelt
f930050a4a
Working out what testBadHandshake keeps failing
2011-08-05 10:11:38 -07:00
Joakim Erdfelt
43e7bcc1a0
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2011-08-05 09:56:23 -07:00
Joakim Erdfelt
300f449e6f
Working out what testBadHandshake keeps failing
2011-08-05 09:55:51 -07:00
Michael Gorovoy
4e4099c821
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2011-08-05 12:43:20 -04:00
Joakim Erdfelt
1b51da30f4
Working out what testBadHandshake keeps failing
2011-08-05 09:30:23 -07:00
Michael Gorovoy
095cf33010
354014 Improved GzipFilterTest to verify that Content-Length header is passed when mime type is not configured.
2011-08-05 12:21:32 -04:00
Joakim Erdfelt
05bd98d822
352133 - Generally resolve java 1.5isms
...
+ Expanding on the test cases for LazyList to make sure that it behaves
well with Generics in the mix.
2011-08-04 15:02:21 -07:00
Simone Bordet
449db20d7d
Fixes #353862 (Improve performance of QuotedStringTokenizer.quote()). Corrected various implementation mistakes (thanks test suite).
2011-08-04 14:44:21 +02:00
Simone Bordet
01cbaf528b
Fixes #353862 (Improve performance of QuotedStringTokenizer.quote()).
2011-08-04 12:15:39 +02:00
Jesse McConnell
3d9ebd7803
Disconnecting test for mac since build server apparently has issues
...
finding itself
2011-08-03 12:20:26 -05:00
Joakim Erdfelt
79a2046715
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2011-08-03 08:24:48 -07:00
Joakim Erdfelt
4b7b44249e
352133 - Generally resolve java 1.5isms
...
+ Expanding on the test cases for LazyList to make sure that it behaves
well with Generics in the mix.
2011-08-03 08:23:59 -07:00
Michael Gorovoy
f0e646e18b
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2011-08-02 20:59:31 -04:00
Michael Gorovoy
a6d003a0bc
352684 Implemented logging of thread CPU utilisation in Thread Monitor
2011-08-02 20:59:12 -04:00
Jesse McConnell
7aade2d726
resolve test issues with jetty-websocket stemming from the
...
boundschecking being enabled in the surefire plugin. tests would pass
in eclipse because the bounds checking was turned off and the usage of
the ByteArrayBuffer in WebSocketClient to wrap a string would create an
immutable buffer...and when flush() is called if this property is true
an exception is thrown breaking the unit tests. so I am commenting out
the property that triggers this for greg to sort out the correct usage
with regards to that test.
2011-08-02 16:48:03 -05:00
Thomas Becker
0a6c7ad846
353563: HttpDestinationQueueTest too slow
...
Signed-off-by: Jesse McConnell <jesse.mcconnell@gmail.com>
2011-08-02 08:39:38 -05:00
Jesse McConnell
cd0dd3e8ff
[Bug 352999] test performance patch applied to jetty-client, thanks Thomas
2011-08-02 08:04:18 -05:00
Jesse McConnell
7bc663dd49
Address broken build from 56866b3e68
2011-08-01 14:39:25 -05:00
Jan Bartel
56866b3e68
Bug 353465 - JAASLoginService ignores callbackHandlerClass
2011-08-01 12:55:32 +10:00
Greg Wilkins
f7cc402219
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2011-08-01 12:41:30 +10:00
Greg Wilkins
2806869cfd
353073 test harness for websocket client and improved ietf draft 10 compliance
2011-08-01 12:35:01 +10:00
Jesse McConnell
062feb4750
[Bug 353165] remove a directory check for directories of jar files,
...
rational being that some users wish to point to unpacked jar files
using symbolic links and this was preventing that behavior
2011-07-29 11:21:13 -05:00
Jan Bartel
c2cf8077b3
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
...
Conflicts:
VERSION.txt
2011-07-29 11:09:52 +10:00
Jan Bartel
991c186159
353095 - maven-jetty-plugin: PermGen leak due to javax.el.BeanELResolver
2011-07-29 11:07:20 +10:00
Jan Bartel
fb8fb0e2f8
353095 - maven-jetty-plugin: PermGen leak due to javax.el.BeanELResolver
...
Also found that java beans can be leaked via java.beans.Introspector so fixed that too.
2011-07-29 11:05:45 +10:00
Jesse McConnell
73b179d9ff
@Override -> @Test for broken nosql test
2011-07-28 12:25:24 -05:00
Greg Wilkins
5c11d3af38
353073 named logger
2011-07-28 17:13:26 +10:00