Commit Graph

2292 Commits

Author SHA1 Message Date
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
Jesse McConnell 57e9966bd0 remove bogus @Override's 2011-07-27 09:40:46 -05:00
Jesse McConnell 9b4ab80ea6 [Bug 353210] align bundle version in MANIFEST.MF 2011-07-27 09:38:30 -05:00
Greg Wilkins 1a832ef21e Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2011-07-27 11:16:03 +10:00
Greg Wilkins f17d271f07 353073 parallel test option 2011-07-27 11:15:38 +10:00
Jesse McConnell 042ffc96e8 Ignore tests that require a mongo server 2011-07-26 15:58:12 -05:00
Jesse McConnell 04557d5d39 [Bug 351516] rejigger the packaging a bit 2011-07-26 15:16:21 -05:00
Jesse McConnell 98b89c5aad fix bogus entries in pom.xml 2011-07-26 15:12:44 -05:00
Jesse McConnell 2ead7a83fe [Bug 351516] support nosql sessions 2011-07-26 15:00:49 -05:00
Greg Wilkins 5859a85919 353073 WebSocketClient 2011-07-26 17:31:55 +10:00
Greg Wilkins 2be177484e Miscellaneous changes resulting from the optimization for 7.5.x
Mostly refining debug and toString()
Use shutdown for idle expiry
2011-07-22 18:12:56 +10:00
Greg Wilkins 6a1b20abe7 352421 HttpURI paths beginning with . 2011-07-22 12:15:48 +10:00
Greg Wilkins ee02bb4b17 Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2011-07-22 11:04:11 +10:00
Greg Wilkins f496c26c71 352421 HttpURI paths beginning with . 2011-07-22 11:03:48 +10:00
Michael Gorovoy 2790badf6d 352786 GzipFilter fails to pass parameters to GzipResponseWrapper 2011-07-21 13:11:36 -04:00
Michael Gorovoy 3e621d312d 352684 improve stopping 2011-07-21 11:16:40 -04:00
Greg Wilkins 9fe3c8f67f Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2011-07-22 00:32:25 +10:00
Greg Wilkins 4ba35e330e 352684 setters 2011-07-22 00:31:48 +10:00
Jesse McConnell ba30be6408 [Bug 349005] add javadoc detailing the convenience hack of removing
leading /'s
2011-07-21 08:51:44 -05:00
Greg Wilkins 42b9baa4db 352684 setters 2011-07-21 23:03:54 +10:00
Greg Wilkins 3302d54bab 352684 ensure test harness completes 2011-07-21 22:36:19 +10:00
Greg Wilkins 676b1a8ffc 352684 ensure test harness completes 2011-07-21 22:11:32 +10:00
Greg Wilkins 14bddae71e Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2011-07-21 19:44:09 +10:00
Michael Gorovoy d18bae4fe8 Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2011-07-20 19:32:15 -04:00
Michael Gorovoy 0cc914c4bb 352684 Implemented spinning thread analyzer 2011-07-20 19:30:44 -04:00
Jesse McConnell 281bb12689 [Bug 347484] / - > ${/} in some paths in grant codebases 2011-07-19 14:27:52 -05:00
Jesse McConnell fde7831a81 [Bug 352133] resolve java 1.5isms with sessions, fix misspelling in
mbean and add access to underlying server in session test server
2011-07-19 11:22:32 -05:00
Jesse McConnell 3919023be5 [Bug 352133] resolve some 1.5isms 2011-07-18 12:54:19 -05:00
Greg Wilkins 93f3ec1731 test harness cleanups after performance branch merge 2011-07-18 16:45:08 +10:00