Joakim Erdfelt
|
5cd478c0fd
|
410522 - jetty start broken for command line options
+ Adding tests for the different forms of property handling in start.jar
|
2013-06-12 09:15:23 -07:00 |
Thomas Becker
|
d93faf589c
|
409598 spdy: Fix NPE when a broken client tried to create duplicate stream IDs
|
2013-06-12 16:23:31 +02:00 |
Thomas Becker
|
9501ef3392
|
409796 fix intermittent test issue in ReferrerPushStrategy.testResourceOrder. Happened when the client got closed before the server finished sending all data frames. Client waits now until all data is received.
|
2013-06-12 10:54:57 +02:00 |
Thomas Becker
|
f116d76290
|
410337 throw EofException instead of EOFException in HttpOutput.write() if HttpOutpyt is closed
|
2013-06-12 10:54:57 +02:00 |
Greg Wilkins
|
955e7e8d74
|
410559 Removed FillInterest race
|
2013-06-12 18:35:13 +10:00 |
Thomas Becker
|
c5bf9c3d49
|
Increase buffer size of BufferUtil.writeTo to 4k
|
2013-06-12 08:43:25 +02:00 |
Greg Wilkins
|
53270e7edb
|
410522 JETTY_PORT sets jetty.port property instead of -Djetty.port
|
2013-06-12 13:13:09 +10:00 |
Joakim Erdfelt
|
536b8d9504
|
410469 - UpgradeRequest is sent twice when using SSL, one fails warning about WritePendingException
+ Removing manual connectionOpened() in favor of letting endpoint notify.
|
2013-06-11 08:56:53 -07:00 |
Thomas Becker
|
91f6170c40
|
remove debug logging
|
2013-06-11 16:26:27 +02:00 |
Thomas Becker
|
beba00c5e0
|
410337 HttpOutput calls now HttpChannel.close() instead of closing the endPoint directly. That way the different implementations of HttpChannel can decide if the endPoint should be shutdown or not.
|
2013-06-11 16:17:15 +02:00 |
Jan Bartel
|
c5bdc019a2
|
409801 Jetty should allow webdefault to be specified using a relative location when running in OSGi
|
2013-06-11 18:39:15 +10:00 |
Greg Wilkins
|
2b1e6bf0de
|
Merge remote-tracking branch 'origin/jetty-8'
Conflicts:
jetty-server/src/main/java/org/eclipse/jetty/server/AbstractHttpConnection.java
jetty-server/src/main/java/org/eclipse/jetty/server/Request.java
jetty-server/src/test/java/org/eclipse/jetty/server/HttpConnectionTest.java
|
2013-06-11 15:11:23 +10:00 |
Greg Wilkins
|
9ec1378b73
|
fixed merge
|
2013-06-11 14:57:48 +10:00 |
Jan Bartel
|
d967ee2c3a
|
408806 getParameter returns null on Multipart request if called before request.getPart()/getParts()
|
2013-06-11 14:45:41 +10:00 |
Greg Wilkins
|
9b8a78392c
|
410405 Avoid NPE for requestDispatcher(../)
Added extra tests for dotdot and encoded dotdot.
Also protected against dotdot in absolute URIs
|
2013-06-11 14:44:26 +10:00 |
Greg Wilkins
|
ed04753111
|
410405 Avoid NPE for requestDispatcher(../)
|
2013-06-11 14:22:54 +10:00 |
Greg Wilkins
|
06d3fbe5aa
|
Merge remote-tracking branch 'origin/jetty-8'
Conflicts:
jetty-deploy/src/test/java/org/eclipse/jetty/deploy/providers/ScanningAppProviderRuntimeUpdatesTest.java
tests/test-sessions/test-jdbc-sessions/src/test/java/org/eclipse/jetty/server/session/ReloadedSessionMissingClassTest.java
tests/test-sessions/test-jdbc-sessions/src/test/java/org/eclipse/jetty/server/session/WebAppObjectInSessionTest.java
|
2013-06-11 14:07:00 +10:00 |
Greg Wilkins
|
5d17bdcc27
|
fixed double dispatch in continuation tests
|
2013-06-11 10:50:15 +10:00 |
Thomas Becker
|
9abed8e85d
|
408904 Enhance CommandlineBuilder to not escape strings inside single quotes
|
2013-06-10 18:01:07 +02:00 |
Thomas Becker
|
fb5de72f76
|
410341 suppress stacktraces that happen during test setup shutdown after successful test run
|
2013-06-10 16:01:19 +02:00 |
Thomas Becker
|
ba6ce78fc2
|
@Ignore MaxConcurrentStreamsTest for now
|
2013-06-10 11:26:00 +02:00 |
Simone Bordet
|
27bc0b9d73
|
405188 - HTTP 1.0 with GET returns internal IP address.
Introduced HostHeaderCustomizer.
|
2013-06-10 10:29:05 +02:00 |
Simone Bordet
|
a2815c0611
|
410246 - HttpClient with proxy does not tunnel HTTPS requests.
Modified HttpClient to tunnel properly requests, and ported tests from Jetty 7 to test this behavior.
|
2013-06-08 00:38:11 +02:00 |
Joakim Erdfelt
|
d95e316f2c
|
Upgrading to jetty-test-helper 2.3
|
2013-06-07 13:33:11 -07:00 |
Thomas Becker
|
654dc1e007
|
409796 fix and cleanup ReferrerPushStrategy. There's more work to do here, so it remains @Ignore for now
|
2013-06-07 18:12:19 +02:00 |
Simone Bordet
|
2ff8962f9f
|
410083 - Jetty clients submits incomplete URL to proxy.
Made the request URI absolute in case the HttpClient is configured with a forward proxy.
|
2013-06-07 16:34:23 +02:00 |
Thomas Becker
|
937c3b13b8
|
410098 inject accept-encoding header for all http requests through SPDY as SPDY clients MUST support spdy. Also remove two new tests that have been to implementation agnostic and not needed anymore due to recent code changes
|
2013-06-07 15:13:59 +02:00 |
Jan Bartel
|
b86344e269
|
Added new examples of embedding JNDI,annotations and updated realm.properties to match distro
|
2013-06-07 08:49:28 +10:00 |
Thomas Becker
|
bf9a4dd0c0
|
406759 supressed stacktrace in ReferrerPushStrategyTest
|
2013-06-06 16:46:45 +02:00 |
Simone Bordet
|
4c3a777ed5
|
408782 - Transparent Proxy - rewrite URL is ignoring query strings.
|
2013-06-06 15:38:51 +02:00 |
Thomas Becker
|
5c8b785962
|
406759 supressed two stacktraces thrown in ProxySPDYToHTTPTest
|
2013-06-06 14:48:03 +02:00 |
Thomas Becker
|
82b73c065f
|
409953 return buffer.slice() instead of buffer.asReadOnlyBuffer() in ResourceCache to avoid using inefficent path in BufferUtil.writeTo
|
2013-06-06 14:09:27 +02:00 |
Thomas Becker
|
d3b96328f9
|
409953 More efficient implementation of BufferUtil.writeTo(...)
|
2013-06-06 12:59:18 +02:00 |
Thomas Becker
|
4a10f4296c
|
409953 More efficient implementation of BufferUtil.writeTo(...)
|
2013-06-06 11:39:22 +02:00 |
Greg Wilkins
|
6732dcfe76
|
409403 fix IllegalStateException when SPDY is used and the response is written through BufferUtil.writeTo byte by byte
Removed the clear from ChannelEndPoint#flush
|
2013-06-06 17:13:45 +10:00 |
Thomas Becker
|
544b4414c3
|
409403 fix IllegalStateException when SPDY is used and the response is written through BufferUtil.writeTo byte by byte
git removed a newline in the file. Fix the filesize in the test accordingly.
|
2013-06-06 08:18:31 +02:00 |
Thomas Becker
|
38a0e4f6aa
|
revert test in BufferUtilTest
|
2013-06-06 08:06:52 +02:00 |
Greg Wilkins
|
100e8cbaef
|
improved javadoc
|
2013-06-06 12:12:31 +10:00 |
Greg Wilkins
|
cefe657ad4
|
409796 ignored failing test
|
2013-06-06 12:09:22 +10:00 |
Greg Wilkins
|
bb8c58e315
|
409403 fix IllegalStateException when SPDY is used and the response is written through BufferUtil.writeTo byte by byte
ignore broken test
|
2013-06-06 11:25:46 +10:00 |
Greg Wilkins
|
229c44b44f
|
409403 fix IllegalStateException when SPDY is used and the response is written through BufferUtil.writeTo byte by byte
backed out bad test
|
2013-06-06 10:43:49 +10:00 |
Joakim Erdfelt
|
822b639829
|
Removing travis build
|
2013-06-05 14:57:23 -07:00 |
Joakim Erdfelt
|
82b5acb0cf
|
409978 - Websocket shouldn't create HttpSession if not present
+ Preventing creation of HttpSession
+ Adding Local/Remote address information lookup in
ServletWebSocketRequest
|
2013-06-05 09:22:23 -07:00 |
Thomas Becker
|
b274fdb0d6
|
409403 fix IllegalStateException when SPDY is used and the response is written through BufferUtil.writeTo byte by byte
|
2013-06-05 15:31:24 +02:00 |
Simone Bordet
|
e65e4e168d
|
409842 - Suspended request completed by a request thread does not set read interest.
HttpConnection.completed() now performs the right check about the current connection.
|
2013-06-05 11:34:12 +02:00 |
Joakim Erdfelt
|
3db9299369
|
Merge branch 'jetty-7' into jetty-8
|
2013-06-04 11:24:44 -07:00 |
Joakim Erdfelt
|
4b458792c9
|
JDK5 build fix with Resource caching and path lookups
|
2013-06-04 10:42:32 -07:00 |
Joakim Erdfelt
|
559069cdd6
|
JDK5 fix for bad JarFile resource caching during deploy tests
|
2013-06-04 09:57:04 -07:00 |
Joakim Erdfelt
|
0c4a266d60
|
Fixing JDK5 test error with comparison of query string
|
2013-06-04 09:04:12 -07:00 |
Greg Wilkins
|
bacff75b31
|
Replace reponse.commit with response.closeOutput
|
2013-06-04 10:51:49 +10:00 |