Commit Graph

6835 Commits

Author SHA1 Message Date
Simone Bordet 9d32209576 Modifications to Travis CI build to prefer IPv4 did not work, removing them. 2013-04-29 22:06:53 +02:00
Simone Bordet 9529d0334b Further modifications to Travis CI build to prefer IPv4. 2013-04-29 21:07:33 +02:00
Simone Bordet fdb993e763 Modified Travis CI build to prefer IPv4. 2013-04-29 18:31:46 +02:00
Simone Bordet f4b8e043e5 Added SPDY profile for JDK 7u21. 2013-04-29 16:54:32 +02:00
Jan Bartel 140419c097 406618 Jetty startup in OSGi Equinox fails when using option jetty.home.bundle=org.eclipse.jetty.osgi.boot 2013-04-29 15:48:46 +10:00
Greg Wilkins 7ce709519a 405327 Merge branch jetty-9-modularstart 2013-04-29 15:44:56 +10:00
Greg Wilkins e5967344a9 406202 re-enabled connector statistics 2013-04-29 15:11:45 +10:00
Jan Bartel 0f2173dcc3 406618 Jetty startup in OSGi Equinox fails when using option jetty.home.bundle=org.eclipse.jetty.osgi.boot 2013-04-29 15:09:50 +10:00
Greg Wilkins 89da7623dc Merge remote-tracking branch 'origin/master' into jetty-9-modularstart 2013-04-29 14:03:16 +10:00
Greg Wilkins 7955548d10 406390 Close if at END and content remaining 2013-04-29 14:01:11 +10:00
Greg Wilkins cbb76283c9 406390 Close if at END and content remaining 2013-04-29 10:40:05 +10:00
Greg Wilkins a5c701c237 406390 Close if at END and content remaining 2013-04-29 09:55:34 +10:00
Jan Bartel fbf89e75aa 406753 jetty-runner contains invalid signature files 2013-04-29 09:16:47 +10:00
Joakim Erdfelt ef77b854fa 404911 - WebSocketCloseTest fails spuriously
+ Renabling test
+ Using EventQueue from jetty-test-helper instead
+ Standarizing HttpResponseHeaderParser into websocket-common so that
  remaining bytebuffer logic is maintained in one place.
+ Making BlockingClient also use HttpResponseHeaderParser
2013-04-26 15:37:46 -07:00
Thomas Becker f62cec561b 406214 fix constructor for PushSynInfo ignores timeout, remove timeout for creating push streams in HttpTransportOverSPDY 2013-04-26 16:33:03 +02:00
Jan Bartel 28d4f41572 405631 Plugin gives error when its started twice 2013-04-26 16:31:10 +10:00
Greg Wilkins 04bcde9b14 406617 fixed close handling during content 2013-04-26 16:10:33 +10:00
Greg Wilkins 9558d7e815 modular start.ini files and --download start option 2013-04-26 13:53:28 +10:00
Greg Wilkins dbedbfa67e 406437 Digest Auth supports out of order nc 2013-04-25 10:44:33 +10:00
Greg Wilkins 9f0fabe951 Merge remote-tracking branch 'origin/jetty-8'
Conflicts:
	jetty-security/src/main/java/org/eclipse/jetty/security/authentication/DigestAuthenticator.java
	jetty-security/src/test/java/org/eclipse/jetty/security/ConstraintTest.java
2013-04-25 10:42:27 +10:00
Greg Wilkins 5306c540bf Merge remote-tracking branch 'origin/jetty-7' into jetty-8
Conflicts:
	jetty-security/src/test/java/org/eclipse/jetty/security/ConstraintTest.java
2013-04-25 10:38:43 +10:00
Greg Wilkins 7da94048fa 406437 Digest Auth supports out of order nc 2013-04-25 10:26:29 +10:00
Greg Wilkins 8740616b37 uncommented basic tests 2013-04-25 08:58:15 +10:00
Jesse McConnell b665456293 Merge branch 'jetty-8' 2013-04-23 10:29:32 -05:00
Jesse McConnell 006614470b Merge branch 'jetty-7' into jetty-8 2013-04-23 10:29:05 -05:00
Jesse McConnell c19642baf4 [Bug 404010] fix cast exception in mongodb session manager 2013-04-23 10:28:03 -05:00
Jan Bartel 6c2ae7b74b 406272 Security constraints with multiple http-method-omissions can be incorrectly applied 2013-04-23 14:57:52 +10:00
Greg Wilkins 586a5dee7a Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2013-04-23 14:14:19 +10:00
Greg Wilkins 0f7d6547fe 405530 Wrap AsyncContext to throw ISE after complete 2013-04-23 14:13:58 +10:00
Thomas Becker 270083f6a1 405570 spdy push - send push resources in the order they have been requested. Do not interleave sending the bytes of the push streams. 2013-04-22 13:50:02 +02:00
Greg Wilkins 23e049d42c turn off logging in embedded 2013-04-22 14:23:14 +10:00
Greg Wilkins 03fd068ebc Merge remote-tracking branch 'origin/jetty-8'
Conflicts:
	jetty-server/src/main/java/org/eclipse/jetty/server/ResourceCache.java
2013-04-22 14:20:03 +10:00
Greg Wilkins db48bce49d Merge remote-tracking branch 'origin/jetty-7' into jetty-8 2013-04-22 14:15:51 +10:00
Greg Wilkins 3c498f0a2c 405281 allow filemappedbuffers to not be used 2013-04-22 14:15:14 +10:00
Greg Wilkins 31b6d341d0 405530 Fixed root value for JETTY_START in jetty.sh 2013-04-22 12:40:41 +10:00
Greg Wilkins c3325e8b04 405530 Wrap AsyncContext to throw ISE after complete 2013-04-22 11:33:44 +10:00
Greg Wilkins fbb53c2d23 added encodeRedirectURL to Dump servlet 2013-04-19 13:53:48 +10:00
Greg Wilkins 22c3151ad6 added some more properties to the configuration 2013-04-18 17:05:03 +10:00
Jan Bartel f23b15adaf Merge remote-tracking branch 'origin/jetty-8'
Conflicts:
	jetty-client/src/test/java/org/eclipse/jetty/client/SslBytesServerTest.java
	jetty-servlet/src/main/java/org/eclipse/jetty/servlet/JspPropertyGroupServlet.java
2013-04-18 14:43:05 +10:00
Jan Bartel 3812622365 Merge remote-tracking branch 'origin/jetty-7' into jetty-8 2013-04-18 14:37:38 +10:00
Jan Bartel 2e5a233cd3 405537 NPE in rendering JSP using SPDY and wrapped ServletRequest 2013-04-18 14:26:18 +10:00
Jan Bartel 2dd2b78335 405925 Redeploy with jetty-maven-plugin fails 2013-04-18 11:19:03 +10:00
Jesse McConnell 21da9af8c0 Merge branch 'release-9' 2013-04-17 13:23:41 -05:00
Jesse McConnell c40761dd0b set dev 2013-04-17 13:23:21 -05:00
Jesse McConnell 7baaa14ba1 [maven-release-plugin] prepare for next development iteration 2013-04-17 11:46:39 -05:00
Jesse McConnell e390b54b25 [maven-release-plugin] prepare release jetty-9.0.2.v20140417 2013-04-17 11:46:31 -05:00
Jesse McConnell 5b50fa3855 Updating VERSION.txt top section 2013-04-17 10:57:25 -05:00
Joakim Erdfelt 119a1bb1cf Guarding ExtensionStack.toString() from NPE 2013-04-17 10:54:19 -05:00
Joakim Erdfelt 824675d072 Guarding ExtensionStack.toString() from NPE 2013-04-16 06:49:33 -07:00
Jesse McConnell 0b20467c6f [maven-release-plugin] prepare for next development iteration 2013-04-15 11:40:45 -05:00