Thomas Becker
|
345ee15d87
|
413737 hide stacktrace in ReferrerPushStrategyTest
|
2013-08-15 13:00:50 +02:00 |
Thomas Becker
|
050ac79f3d
|
413737 hide stacktrace in ReferrerPushStrategyTest
|
2013-08-15 12:13:44 +02:00 |
Jesse McConnell
|
657e78aff2
|
[maven-release-plugin] prepare for next development iteration
|
2013-08-14 13:28:42 -05:00 |
Jesse McConnell
|
590fae2bc4
|
[maven-release-plugin] prepare release jetty-9.1.0.M0
|
2013-08-14 13:28:32 -05:00 |
Greg Wilkins
|
34cfc3ed10
|
Merge remote-tracking branch 'origin/master' into jetty-9.1
Conflicts:
jetty-http/src/main/java/org/eclipse/jetty/http/HttpFields.java
jetty-http/src/test/java/org/eclipse/jetty/http/HttpFieldsTest.java
jetty-server/src/main/java/org/eclipse/jetty/server/handler/ContextHandler.java
|
2013-08-09 13:50:49 +10:00 |
Greg Wilkins
|
a779425994
|
414101 Do not escape special characters in cookies
|
2013-08-09 12:42:52 +10:00 |
Thomas Becker
|
e628478eb4
|
Replace calls to deprecated HttpTransport.send(..) method in SPDY code
|
2013-07-26 17:52:16 +02:00 |
Thomas Becker
|
ae785f034e
|
Replace calls to deprecated HttpTransport.send(..) method in SPDY code
|
2013-07-26 17:51:02 +02:00 |
Thomas Becker
|
af82e49835
|
ProxySPDYToSPDYLoadTest small change for shutting down the test
|
2013-07-26 17:40:57 +02:00 |
Thomas Becker
|
0049aa4322
|
412418 HttpTransportOverSPDY fix race condition while sending push streams that could cause push data not to be sent. Fixes intermittent test issues in ReferrerPushStrategyTest
|
2013-07-24 10:16:20 +02:00 |
Thomas Becker
|
1ab5de8ecd
|
412418 HttpTransportOverSPDY fix race condition while sending push streams that could cause push data not to be sent. Fixes intermittent test issues in ReferrerPushStrategyTest
|
2013-07-24 10:14:14 +02:00 |
Simone Bordet
|
ff3b36cfb0
|
Merged branch 'master' into 'jetty-9.1'.
|
2013-07-23 16:28:29 +02:00 |
Simone Bordet
|
aa6226e1fa
|
Merged branch 'jetty-9.1' into 'http_client_transport'.
|
2013-07-23 15:53:35 +02:00 |
Simone Bordet
|
52b805697a
|
Moved HTTPSPDYHeader into its own module, for use by a SPDY HttpClientTransport implementation.
|
2013-07-23 15:53:35 +02:00 |
Thomas Becker
|
1c546a90d6
|
ReferrerPushStrategy logging changes
|
2013-07-23 14:34:46 +02:00 |
Thomas Becker
|
4837b75eec
|
413155 HttpTransportOverSPDY remove constructor argument for version and get version from stream.getSession instead
|
2013-07-23 10:52:13 +02:00 |
Greg Wilkins
|
b8f7637e7d
|
Merge remote-tracking branch 'origin/master' into jetty-9.1
|
2013-07-22 23:32:04 +10:00 |
Greg Wilkins
|
fede2a7151
|
413291 Avoid SPDY double dispatch
removed task queue from HttpChannelOverSPDY
|
2013-07-19 11:07:17 +10:00 |
Thomas Becker
|
a1789c8f7c
|
412840 remove Future in SPDYClient.connect() and return Session instead in blocking version
|
2013-07-17 18:09:11 +02:00 |
Thomas Becker
|
d65b511447
|
413155 simplify HttpTransportOverSPDY a bit more. Throw exceptions if send is called with no content, lastContent=false and no responseInfo
|
2013-07-17 15:52:55 +02:00 |
Thomas Becker
|
205ef85ead
|
413155 refactor HttpTransportOverSPDY to fix some bugs and reduce cyclomatic complexity
|
2013-07-17 13:34:03 +02:00 |
Thomas Becker
|
11e0b57f68
|
413066 accept lower case method: head
|
2013-07-16 16:27:59 +02:00 |
Thomas Becker
|
0b3d91e94e
|
disable debug logging
|
2013-07-16 15:52:41 +02:00 |
Thomas Becker
|
7d9803972e
|
413066 fix HttpTransportOverSPDYTest
|
2013-07-16 15:39:39 +02:00 |
Thomas Becker
|
b858f266d6
|
413066 SPDY HEAD requests don't send response body anymore
|
2013-07-16 14:36:02 +02:00 |
Greg Wilkins
|
987aa846cc
|
398467 Servlet 3.1 Non Blocking IO
ensure that EOF is checked after all calls to nextContent
|
2013-07-15 14:28:22 +10:00 |
Greg Wilkins
|
b2be8a5781
|
turned off debugging
|
2013-07-15 14:12:00 +10:00 |
Thomas Becker
|
64f4ad3b11
|
Fix SPDYClient refactoring. Wrap FuturePromise<Session> in SessionPromise
|
2013-07-12 09:57:31 +02:00 |
Thomas Becker
|
891a2c2b36
|
add HttpStalledServerConnectionTest, small improvements to ProxySPDYToHTTPLoadTest
|
2013-07-12 08:40:35 +02:00 |
Thomas Becker
|
6b91b947ab
|
ProxySPDYToHTTPLoadTest add debug logging
|
2013-07-12 08:40:34 +02:00 |
Jan Bartel
|
bd2add0ae9
|
Update to post-release (servlet 3.1/javaee) versions of javaee dependencies. WARNING: jetty-schemas from jetty-toolchain needs to be changed from SNAPSHOT to final release.
|
2013-07-12 13:53:58 +10:00 |
Simone Bordet
|
cdf6f17b9e
|
412729 - SPDYClient needs a Promise-based connect() method.
Implemented the new method, modified the blocking method
(with a better signature) to call the new method.
|
2013-07-11 10:28:58 +02:00 |
Greg Wilkins
|
83b55418f5
|
Merge remote-tracking branch 'origin/master' into jetty-9.1
Conflicts:
jetty-server/src/main/java/org/eclipse/jetty/server/HttpChannel.java
jetty-server/src/main/java/org/eclipse/jetty/server/HttpChannelState.java
|
2013-07-08 13:58:35 +10:00 |
Thomas Becker
|
5d1225b60e
|
Revert "Revert "412318 HttpChannel fix multiple calls to _transport.completed() if handle() is called multiple times while the channel is COMPLETED""
This reverts commit 474d9fec28 .
|
2013-07-05 10:42:43 +02:00 |
Greg Wilkins
|
981102fda5
|
398467 Servlet 3.1 Non Blocking IO
Asynchronous reads working.
|
2013-07-05 18:11:09 +10:00 |
Greg Wilkins
|
474d9fec28
|
Revert "412318 HttpChannel fix multiple calls to _transport.completed() if handle() is called multiple times while the channel is COMPLETED"
This reverts commit cb2eb030d1 .
|
2013-07-05 09:21:10 +10:00 |
Thomas Becker
|
cb2eb030d1
|
412318 HttpChannel fix multiple calls to _transport.completed() if handle() is called multiple times while the channel is COMPLETED
|
2013-07-04 15:46:14 +02:00 |
Greg Wilkins
|
965918d8f2
|
Merge remote-tracking branch 'origin/master' into jetty-9.1
|
2013-07-04 17:28:57 +10:00 |
Thomas Becker
|
e4c7cfbf37
|
408235 SPDYtoHTTP proxy fix: remove hop headers from upstream server
|
2013-07-03 15:21:06 +02:00 |
Thomas Becker
|
85ef539663
|
HttpTransportOverSPDY add newline
|
2013-07-02 08:48:11 +02:00 |
Thomas Becker
|
8b31188ca7
|
405424 add X-Powered-By and Server header to SPDY
|
2013-07-01 21:57:22 +02:00 |
Thomas Becker
|
260b21f7df
|
405424 add X-Powered-By and Server header to SPDY
|
2013-07-01 17:08:35 +02:00 |
Greg Wilkins
|
e4716e05e1
|
Merge remote-tracking branch 'origin/master' into jetty-9.1
Conflicts:
aggregates/jetty-all/pom.xml
examples/async-rest/async-rest-jar/pom.xml
examples/async-rest/async-rest-webapp/pom.xml
examples/async-rest/pom.xml
examples/embedded/pom.xml
examples/pom.xml
jetty-annotations/pom.xml
jetty-ant/pom.xml
jetty-client/pom.xml
jetty-continuation/pom.xml
jetty-deploy/pom.xml
jetty-distribution/pom.xml
jetty-http/pom.xml
jetty-io/pom.xml
jetty-jaas/pom.xml
jetty-jaspi/pom.xml
jetty-jmx/pom.xml
jetty-jndi/pom.xml
jetty-jsp/pom.xml
jetty-jspc-maven-plugin/pom.xml
jetty-maven-plugin/pom.xml
jetty-monitor/pom.xml
jetty-nosql/pom.xml
jetty-osgi/jetty-osgi-boot-jsp/pom.xml
jetty-osgi/jetty-osgi-boot-warurl/pom.xml
jetty-osgi/jetty-osgi-boot/pom.xml
jetty-osgi/jetty-osgi-httpservice/pom.xml
jetty-osgi/jetty-osgi-npn/pom.xml
jetty-osgi/pom.xml
jetty-osgi/test-jetty-osgi-context/pom.xml
jetty-osgi/test-jetty-osgi-webapp/pom.xml
jetty-plus/pom.xml
jetty-proxy/pom.xml
jetty-rewrite/pom.xml
jetty-runner/pom.xml
jetty-security/pom.xml
jetty-server/pom.xml
jetty-servlet/pom.xml
jetty-servlets/pom.xml
jetty-spdy/pom.xml
jetty-spdy/spdy-client/pom.xml
jetty-spdy/spdy-core/pom.xml
jetty-spdy/spdy-example-webapp/pom.xml
jetty-spdy/spdy-http-server/pom.xml
jetty-spdy/spdy-server/pom.xml
jetty-spring/pom.xml
jetty-start/pom.xml
jetty-util-ajax/pom.xml
jetty-util/pom.xml
jetty-webapp/pom.xml
jetty-websocket/pom.xml
jetty-websocket/websocket-api/pom.xml
jetty-websocket/websocket-client/pom.xml
jetty-websocket/websocket-common/pom.xml
jetty-websocket/websocket-server/pom.xml
jetty-websocket/websocket-server/src/test/java/org/eclipse/jetty/websocket/server/ab/Fuzzer.java
jetty-websocket/websocket-servlet/pom.xml
jetty-xml/pom.xml
pom.xml
tests/pom.xml
tests/test-continuation/pom.xml
tests/test-loginservice/pom.xml
tests/test-sessions/pom.xml
tests/test-sessions/test-hash-sessions/pom.xml
tests/test-sessions/test-jdbc-sessions/pom.xml
tests/test-sessions/test-sessions-common/pom.xml
tests/test-webapps/pom.xml
tests/test-webapps/test-jaas-webapp/pom.xml
tests/test-webapps/test-jetty-webapp/pom.xml
tests/test-webapps/test-jndi-webapp/pom.xml
tests/test-webapps/test-mock-resources/pom.xml
tests/test-webapps/test-proxy-webapp/pom.xml
tests/test-webapps/test-servlet-spec/pom.xml
tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml
tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml
tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml
tests/test-webapps/test-webapp-rfc2616/pom.xml
|
2013-06-27 09:12:28 +10:00 |
Joakim Erdfelt
|
78b5f7df1f
|
[maven-release-plugin] prepare for next development iteration
|
2013-06-25 08:29:26 -07:00 |
Joakim Erdfelt
|
5f2c937fcb
|
[maven-release-plugin] prepare release jetty-9.0.4.v20130625
|
2013-06-25 08:29:18 -07:00 |
Jesse McConnell
|
8927c18840
|
reset versions for release
|
2013-06-21 15:28:26 -05:00 |
Jesse McConnell
|
57bfda2a08
|
[maven-release-plugin] prepare for next development iteration
|
2013-06-21 09:49:25 -05:00 |
Jesse McConnell
|
c1082ad4d4
|
[maven-release-plugin] prepare release jetty-9.0.4.v20130621
|
2013-06-21 09:49:15 -05:00 |
Thomas Becker
|
918632d408
|
411340 SpdyConnection make executeOnFillable configurable and default to true
|
2013-06-21 14:45:16 +02:00 |
Thomas Becker
|
b119bdfa24
|
fix typo in javadoc
|
2013-06-21 14:45:16 +02:00 |