Greg Wilkins
|
b8f7637e7d
|
Merge remote-tracking branch 'origin/master' into jetty-9.1
|
2013-07-22 23:32:04 +10:00 |
Greg Wilkins
|
e4ef8ee1f4
|
413154 ContextHandlerCollection defers virtual host handling to ContextHandler
|
2013-07-22 22:10:13 +10:00 |
Greg Wilkins
|
8e83b574a2
|
412935 setLocale is not an explicit set of character encoding
|
2013-07-19 14:33:53 +10:00 |
Greg Wilkins
|
be00279e7e
|
413291 Avoid SPDY double dispatch
reduced warning to only when debug is on
|
2013-07-19 11:16:51 +10:00 |
Jan Bartel
|
48bedc3fd4
|
413020 Second call to HttpSession.invalidate() should throw exception
413019 HttpSession.getCreateTime() should throw exception after session is invalidated
|
2013-07-18 15:02:16 +10:00 |
Greg Wilkins
|
8645849272
|
398467 Servlet 3.1 Non Blocking IO
Added ByteBuffer write and improved test harnesses
|
2013-07-18 12:53:07 +10:00 |
Greg Wilkins
|
bad2f113e5
|
412940 minor threadsafe fixes
better protect event and listeners
|
2013-07-15 17:48:50 +10:00 |
Greg Wilkins
|
cbc0a114f4
|
412940 minor threadsafe fixes
|
2013-07-15 16:40:27 +10:00 |
Greg Wilkins
|
5d3760b17d
|
simplified HttpInput lock design
|
2013-07-15 15:54:25 +10:00 |
Greg Wilkins
|
9f5f7e9ead
|
398467 Servlet 3.1 Non Blocking IO
fixed lock issue detected by Threadsafe from contemplateltd.com
|
2013-07-15 15:24:14 +10: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 |
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 |
Greg Wilkins
|
3add75f135
|
398467 Servlet 3.1 Non Blocking IO
prevent fillInterest from HTTP after upgrade
|
2013-07-12 13:01:46 +10:00 |
Greg Wilkins
|
cd97b3dcbf
|
398467 Servlet 3.1 Non Blocking IO
fixed more tests
|
2013-07-11 15:57:42 +10:00 |
Greg Wilkins
|
56f2f9c93f
|
Merge remote-tracking branch 'origin/master' into jetty-9.1
|
2013-07-11 15:20:43 +10:00 |
Greg Wilkins
|
7b162460d7
|
412608 EOF Chunk not sent on inputstream static content
removed debug.
cleaned up imports.
|
2013-07-11 15:17:08 +10:00 |
Greg Wilkins
|
a65ca7b5cd
|
Merge remote-tracking branch 'origin/master' into jetty-9.1
|
2013-07-11 14:45:16 +10:00 |
Greg Wilkins
|
fdb9d22734
|
412608 EOF Chunk not sent on inputstream static content
Reworked loop to handle the case of a partial read before EOF
|
2013-07-11 14:41:46 +10:00 |
Jan Bartel
|
fde47b1083
|
412637 ShutdownMonitorThread already started
|
2013-07-10 17:21:43 +10:00 |
Greg Wilkins
|
e35914e400
|
Merge remote-tracking branch 'origin/master' into jetty-9.1
Conflicts:
jetty-http/src/main/java/org/eclipse/jetty/http/HttpParser.java
jetty-server/src/main/java/org/eclipse/jetty/server/HttpConnection.java
|
2013-07-09 00:32:41 +10:00 |
Greg Wilkins
|
809c3aa472
|
412442 Avoid connection timeout after FIN-FIN close
|
2013-07-08 23:23:40 +10:00 |
Greg Wilkins
|
70b285eabd
|
398467 Servlet 3.1 Non Blocking IO
fixed some tests
|
2013-07-08 14:59:08 +10: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 |
Greg Wilkins
|
4a49a5e3f0
|
398467 Servlet 3.1 Non Blocking IO
Handle bad listeners
|
2013-07-08 13:08:53 +10:00 |
Thomas Becker
|
2d911612a0
|
412318 HttpChannel fix multiple calls to _transport.completed() if handle() is called multiple times while the channel is COMPLETED
|
2013-07-05 12:02:52 +02: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 |
Greg Wilkins
|
bce8eaabe0
|
Merge remote-tracking branch 'origin/jetty-8'
Conflicts:
jetty-server/src/main/java/org/eclipse/jetty/server/handler/RequestLogHandler.java
|
2013-07-04 17:28:22 +10:00 |
Greg Wilkins
|
606c042691
|
Merge remote-tracking branch 'origin/jetty-7' into jetty-8
|
2013-07-04 15:52:39 +10:00 |
Greg Wilkins
|
cb0084260f
|
411216 RequestLogHandler handles async completion
|
2013-07-04 15:22:56 +10:00 |
Greg Wilkins
|
c33db24d94
|
Merge remote-tracking branch 'origin/jetty-8'
Conflicts:
jetty-server/src/main/java/org/eclipse/jetty/server/handler/RequestLogHandler.java
jetty-servlets/src/test/java/org/eclipse/jetty/servlets/gzip/GzipTester.java
tests/test-continuation/src/test/java/org/eclipse/jetty/continuation/ContinuationTest.java
|
2013-07-04 15:00:47 +10:00 |
Greg Wilkins
|
8d455056ec
|
Merge remote-tracking branch 'origin/jetty-7' into jetty-8
Conflicts:
test-continuation/src/test/java/org/eclipse/jetty/continuation/ContinuationTest.java
|
2013-07-04 14:40:45 +10:00 |
Greg Wilkins
|
7ad4d80af2
|
411216 RequestLogHandler handles async completion
|
2013-07-04 14:32:47 +10:00 |
Thomas Becker
|
8b31188ca7
|
405424 add X-Powered-By and Server header to SPDY
|
2013-07-01 21:57:22 +02:00 |
Greg Wilkins
|
32ec8255db
|
411538 Use Replacement character for bad parameter % encodings
|
2013-06-27 10:19:51 +10: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
|
d857562059
|
Merge branch 'release-9'
|
2013-06-25 16:37:05 -07: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 |
Joakim Erdfelt
|
31faf2fe20
|
Reverting failed release from friday
|
2013-06-25 07:42:45 -07:00 |
Greg Wilkins
|
4d0a796f72
|
405424 X-Powered-By header
|
2013-06-24 17:09:44 +10:00 |
Greg Wilkins
|
c0facf57f6
|
398467 simplified AbstractConnection fill interest handling
|
2013-06-24 14:36:22 +10:00 |
Greg Wilkins
|
068e67a8df
|
Code cleanups for direct RequestDispatcher access
|
2013-06-24 13:13:03 +10:00 |
Greg Wilkins
|
b2b2ce25fc
|
Revert "Code cleanups for direct RequestDispatcher access"
This reverts commit 1ff665f76a .
|
2013-06-24 13:11:04 +10:00 |
Greg Wilkins
|
1ff665f76a
|
Code cleanups for direct RequestDispatcher access
|
2013-06-24 13:00:21 +10:00 |
Jesse McConnell
|
57bfda2a08
|
[maven-release-plugin] prepare for next development iteration
|
2013-06-21 09:49:25 -05:00 |