Simone Bordet
8330586c4e
jetty-9 - HTTP client: implemented dumping.
2012-09-14 23:30:21 +02:00
Simone Bordet
ae9b32ba57
jetty-9 - Avoid to print one last empty line after each collection, since they are already separated by indentation.
2012-09-14 23:30:21 +02:00
Simone Bordet
4ffe66f899
jetty-9 - HTTP client: better cleanup at stop.
2012-09-14 23:30:21 +02:00
Simone Bordet
88cbfed7e0
jetty-9 - Made SelectorManager.connection[Opened|Closed]() concrete, since they are overridden only by SelectChannelConnector.
2012-09-14 23:30:21 +02:00
Simone Bordet
3be83efbae
jetty-9 - Calling connectionOpened() to trigger the necessary call to connection.onOpen().
2012-09-14 23:30:21 +02:00
Simone Bordet
cf3f12297f
jetty-9 - Cosmetics.
2012-09-14 23:30:21 +02:00
Jesse McConnell
daeb6f1bf0
[Bug 389639] set plugin version for jetty-jspc-maven-plugin
2012-09-14 15:34:24 -05:00
Jesse McConnell
f0a022ed54
compiling the setuid goop on osx now
2012-09-14 14:40:22 -05:00
Jesse McConnell
8fd40a3097
adjust the mortbay-eclipse.jetty in c file, and pom tweaks
2012-09-14 14:28:29 -05:00
Jesse McConnell
38bc38f59e
clean up parent pom a bit
2012-09-14 14:03:08 -05:00
Jesse McConnell
332a256497
call start() on connector as opposed to open in setuid server, adjust dep for test with profile
2012-09-14 14:00:30 -05:00
Jesse McConnell
44885bcfd2
call start() on connector as opposed to open in setuid server, adjust dep for test with profile
2012-09-14 14:00:08 -05:00
Joakim Erdfelt
6ebd96e9bd
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
2012-09-14 10:41:23 -07:00
Joakim Erdfelt
c7404731c9
Starting removal of WebSocketPolicy.getBufferSize()
2012-09-14 10:41:11 -07:00
Simone Bordet
e80430fbc2
jetty-9 - HTTP client: improved HttpExchange.complete*() to return a Result that remembers
...
request failures and response failures.
Also improved many tests to avoid random failures.
2012-09-14 16:16:14 +02:00
Simone Bordet
8c9f097666
jetty-9 - Throwing EofException when trying to flush after output shutdown.
...
When the output is shutdown, field _cannotAcceptMoreAppDataToFlush is set to true,
indicating that no more flush() calls are accepted.
However, a further call to flush() was reading _cannotAcceptMoreAppDataToFlush and
just returning false, leaving writes in pending state but without chance to be completed.
Now, if we detect _cannotAcceptMoreAppDataToFlush==true in flush(), we check
whether the output was shutdown; if it is the case, we throw an EofException to signal
to the application that it cannot write because the connection is already closed.
2012-09-14 15:20:10 +02:00
Simone Bordet
655a313fdf
jetty-9 - Improved logging.
2012-09-14 15:09:22 +02:00
Greg Wilkins
22ba57b8d2
jetty-9 refactored onOpen and onClose
2012-09-14 17:38:47 +10:00
Simone Bordet
fb2ca29364
jetty-9 - HTTP client: updated to work also with SSL.
2012-09-14 00:38:25 +02:00
Simone Bordet
b264f20dc9
jetty-9 - Removed the write of an empty buffer from onOpen().
...
SslConnection should remain as passive as possible, with the next connection driving the activity.
If client connections need to drive the SSL handshake with an empty write, they should do it, and
not SslConnection.
2012-09-14 00:38:25 +02:00
Simone Bordet
24cbb6385b
jetty-9 - Just returning in case we want to fail an already failed write flusher.
2012-09-14 00:38:25 +02:00
Jesse McConnell
6a851b5a52
fix path in xml
2012-09-13 17:36:29 -05:00
Jesse McConnell
0a475d034b
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
2012-09-13 17:32:57 -05:00
Jesse McConnell
cb33d2db18
adding in the jetty-setuid setup from codehaus, java source needs updated to new connector setup and need to finish wiring up the per platform builds once that is done
2012-09-13 17:32:51 -05:00
Joakim Erdfelt
44b963e7b8
Fixing typo
2012-09-13 10:17:30 -07:00
Joakim Erdfelt
12470a2715
Introduce SocketBased, and squelching logging on tests
2012-09-13 08:51:45 -07:00
Simone Bordet
6f8ebc1450
jetty-9 - HTTP client: javadocs.
2012-09-13 16:02:58 +02:00
Simone Bordet
5315a6dcff
jetty-9 - HTTP client: implemented abort of request and responses.
2012-09-13 16:02:57 +02:00
Simone Bordet
b5a329ecaf
jetty-9 - HTTP client: implemented followRedirect functionality.
2012-09-13 16:02:57 +02:00
Simone Bordet
6be8ce9e26
jetty-9 - HTTP client: renamed class.
2012-09-13 16:02:57 +02:00
Simone Bordet
312785eb7b
jetty-9 - HTTP client: javadocs.
2012-09-13 16:02:57 +02:00
Greg Wilkins
c7c9c35fee
jetty-9 remove leftover debug
2012-09-13 20:12:57 +10:00
Greg Wilkins
e9d7cc3cab
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
2012-09-13 17:06:46 +10:00
Simone Bordet
b85077ea18
jetty-9 - Added copyright headers.
2012-09-13 09:02:01 +02:00
Simone Bordet
d0d5a422a5
jetty-9 - HTTP client: Improved test disposal.
2012-09-13 09:01:06 +02:00
Simone Bordet
c16778eb48
jetty-9 - HTTP client: more logging.
2012-09-13 09:01:06 +02:00
Simone Bordet
f5d68f0caf
jetty-9 - HTTP client: implemented digest authentication.
2012-09-13 09:01:06 +02:00
Simone Bordet
52accdf761
jetty-9 - HTTP client: temporary commit.
2012-09-13 09:01:06 +02:00
Simone Bordet
772fa55b99
jetty-9 - HTTP client: Using standard Jetty SecurityHandler for authentication tests.
2012-09-13 09:01:06 +02:00
Greg Wilkins
35a86c3373
jetty-9 more configuration clean ups
2012-09-13 16:49:15 +10:00
Greg Wilkins
e596d6eef6
jetty-9 more xml configuration
2012-09-13 15:30:07 +10:00
Greg Wilkins
9940796a32
jetty-9 xml configurations
2012-09-13 14:43:03 +10:00
Greg Wilkins
c709981aa5
jetty-9 finished refactor for oneconnector and configuration pluggability
2012-09-13 10:00:44 +10:00
Greg Wilkins
a41b6e32ac
Merge branch 'jetty-9-configuration' into jetty-9
...
Conflicts:
jetty-io/src/main/java/org/eclipse/jetty/io/ssl/SslConnection.java
2012-09-13 08:22:06 +10:00
Greg Wilkins
b3e8f91026
jetty-9 flush returns boolean to say completely flushed or not
2012-09-13 08:11:05 +10:00
Greg Wilkins
79caf45604
Merge branch 'jetty-9' into jetty-9-configuration
...
Conflicts:
jetty-io/src/main/java/org/eclipse/jetty/io/ssl/SslConnection.java
2012-09-12 23:11:12 +10:00
Greg Wilkins
427a01855c
jetty-9 WriteFlusher handlers buffering endpoints
2012-09-12 23:06:19 +10:00
Joakim Erdfelt
2d070970b8
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
2012-09-10 15:15:49 -07:00
Joakim Erdfelt
550f0d28f6
attempting to address the SCEPSslTest.testWriteBlocked() failures
2012-09-10 15:15:31 -07:00
Greg Wilkins
26f5ffc459
jetty-9 improve SslConnection toString
2012-09-11 08:04:33 +10:00