Greg Wilkins
|
06b66f31f5
|
test NIO assumptions
|
2011-11-28 11:54:08 +11:00 |
Greg Wilkins
|
ddce35a2e6
|
364638 SCEP does idle timestamp checking. New setCheckForIdle method controls onIdleExpired callback.
364921 a second onIdleExpired callback will result in close rather than a shutdown output.
|
2011-11-28 11:51:01 +11:00 |
Greg Wilkins
|
a9223fe208
|
ready for next release
|
2011-11-28 08:48:34 +11:00 |
Simone Bordet
|
cfef7c631b
|
Made SslBytesClientTest more robust by avoiding a race in establishing connection with the proxy.
|
2011-11-24 23:08:57 +01:00 |
Simone Bordet
|
ccfbb3e623
|
Bumped number of parses to avoid test failures.
|
2011-11-24 22:34:30 +01:00 |
Simone Bordet
|
b3ae06888e
|
First pass at implementing SSL bytes tests for the client.
|
2011-11-24 21:15:11 +01:00 |
Simone Bordet
|
8e913fe7c0
|
Fixed bug in AsyncEndPoint.hasProgressed() handling: the progressing status
must be remembered until a call to hasProgressed() is made.
Additional code cleanups.
|
2011-11-24 20:58:59 +01:00 |
Simone Bordet
|
c6103f2d53
|
Removed usages of ThreadDeath.
|
2011-11-24 20:39:04 +01:00 |
Simone Bordet
|
59c111bde1
|
Rewritten toString() methods using String.format().
|
2011-11-24 15:20:06 +01:00 |
Simone Bordet
|
0b85184722
|
Added dump() code in case the test hangs, to understand why (still not clear).
|
2011-11-24 10:19:23 +01:00 |
Simone Bordet
|
7c0445f425
|
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
|
2011-11-24 10:16:49 +01:00 |
Simone Bordet
|
8f1fff78c0
|
Improved dumping capabilities of HttpClient, and rewritten toString() methods using String.format().
|
2011-11-24 10:16:19 +01:00 |
Greg Wilkins
|
1907944aef
|
364657 Support HTTP only cookies from standard API
|
2011-11-24 09:11:52 +11:00 |
Greg Wilkins
|
eaa83f29d1
|
added trap for rare error
|
2011-11-23 09:39:31 +11:00 |
Simone Bordet
|
bff3a5e72e
|
Disabled log debugging in SslBytesServerTest enabled in previous commit, and added check to not fail the tests if the JDK does not support TLS renegotiations.
|
2011-11-22 18:09:37 +01:00 |
Simone Bordet
|
a1eabe2b32
|
Enabled log debugging in SslBytesServerTest to see why it fails on CI.
|
2011-11-22 10:00:54 +01:00 |
Jan Bartel
|
644ea655d5
|
363993 EOFException parsing HEAD response in HttpTester
|
2011-11-22 18:15:18 +11:00 |
Greg Wilkins
|
024cf605e5
|
sensible sized default buffers
|
2011-11-22 16:48:39 +11:00 |
Jan Bartel
|
cbec18af60
|
364430 Support web.xml enabled state for servlets
|
2011-11-22 14:09:45 +11:00 |
Greg Wilkins
|
aa0b71f928
|
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
|
2011-11-22 13:16:40 +11:00 |
Greg Wilkins
|
6cb2d13abd
|
Client idle connection uses onIdleExpired rather than close
|
2011-11-22 12:57:32 +11:00 |
Jan Bartel
|
837f8d33c4
|
364283 can't parse the servlet multipart-config for the web.xml
|
2011-11-22 12:17:07 +11:00 |
Simone Bordet
|
e1d05939b8
|
Merge remote-tracking branch 'origin/master'
|
2011-11-21 23:47:03 +01:00 |
Simone Bordet
|
83f2c1b55c
|
Integrated behavior of is[In|Out]putShutdown() with volatile flag and previous implementation.
|
2011-11-21 23:31:09 +01:00 |
Simone Bordet
|
e27c5a9306
|
Normalized behavior of shutdown[In|Out]put() methods and is[In|Out]putShutdown(), relying on a volatile flag.
|
2011-11-21 21:39:47 +01:00 |
Simone Bordet
|
111000befa
|
Slightly increased handles count to cover edge cases without failures.
|
2011-11-21 21:35:18 +01:00 |
Greg Wilkins
|
d55477388b
|
more debug in tests
|
2011-11-22 00:12:56 +11:00 |
Jan Bartel
|
0e9449ac85
|
Merge remote-tracking branch 'origin/master' into jetty-8
|
2011-11-21 18:18:09 +11:00 |
Jan Bartel
|
722444506a
|
362626 IllegalStateException thrown when SslContextFactory preconfigured with SSLContext
|
2011-11-21 12:30:29 +11:00 |
Greg Wilkins
|
a00f790bc5
|
fixed close on early shutdown
|
2011-11-21 10:25:26 +11:00 |
Greg Wilkins
|
dbd97a52ae
|
flush ssl shutdownoutput
|
2011-11-19 09:48:47 +11:00 |
Simone Bordet
|
5b67abdf02
|
Made SslBytesServerTest more robust in case of automatic proxy flow.
|
2011-11-18 21:39:18 +01:00 |
Simone Bordet
|
712d250d3e
|
Merge remote-tracking branch 'origin/master'
|
2011-11-18 12:45:05 +01:00 |
Simone Bordet
|
a313d2f542
|
Added more SSL tests renegotiation in the middle of content with split boundary.
|
2011-11-18 12:20:34 +01:00 |
Simone Bordet
|
9c804921de
|
Added more SSL tests for split boundary handshake and renegotiation in the middle of content.
|
2011-11-18 11:54:31 +01:00 |
Greg Wilkins
|
d84d4c155d
|
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
|
2011-11-18 16:09:07 +11:00 |
Greg Wilkins
|
defc729d69
|
close idle SSL with shutdown
|
2011-11-18 15:33:05 +11:00 |
Jan Bartel
|
ef49f079c8
|
363488 ShutdownHandler use stopper thread
|
2011-11-18 15:31:43 +11:00 |
Greg Wilkins
|
f70ed3ac21
|
prevent spin by write blocked from non dispatched thread
|
2011-11-18 09:19:52 +11:00 |
Simone Bordet
|
324f2049f3
|
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
|
2011-11-17 12:40:56 +01:00 |
Simone Bordet
|
d1592cf5b5
|
Added more SSL tests to detect spinning conditions.
|
2011-11-17 12:40:32 +01:00 |
Greg Wilkins
|
584bbd4bce
|
improved siege
|
2011-11-17 16:31:22 +11:00 |
Greg Wilkins
|
89d0cb765f
|
improved siege like load tester
|
2011-11-17 14:45:41 +11:00 |
Greg Wilkins
|
97c711613f
|
added siege like load tester
|
2011-11-17 14:08:46 +11:00 |
Jan Bartel
|
d824cb3057
|
Fix up merge
|
2011-11-17 13:22:47 +11:00 |
Jan Bartel
|
cd41752b9c
|
Merge remote-tracking branch 'origin/master' into jetty-8
|
2011-11-17 11:18:49 +11:00 |
Jan Bartel
|
b8b5df27d6
|
Merge remote-tracking branch 'origin/master' into jetty-8
|
2011-11-17 11:03:07 +11:00 |
Jan Bartel
|
127a5af8d7
|
Merge remote-tracking branch 'origin/master' into jetty-8
|
2011-11-17 10:59:54 +11:00 |
Greg Wilkins
|
97b48a5b93
|
avoid double request handling when suspended
|
2011-11-17 10:35:14 +11:00 |
Greg Wilkins
|
e48570bd5e
|
SSL progress measured by process not inbound
|
2011-11-17 07:14:40 +11:00 |