Commit Graph

6098 Commits

Author SHA1 Message Date
Jesse McConnell eefb0bc8fd remove jetty-setuid from master and use the toolchain setuid in the distribution 2012-12-06 10:06:38 -06:00
Thomas Becker 98d17bdea9 395922: Avoid that SPDY frames containing headers are sent in another order than they have been created 2012-12-06 14:18:52 +01:00
Jesse McConnell ddb1a1b719 classifier->type 2012-12-04 20:11:25 -06:00
Jesse McConnell dcd13c02ce native->generated 2012-12-04 19:46:34 -06:00
Jesse McConnell 5d328b33c3 more dependency ordering 2012-12-04 18:55:40 -06:00
Jesse McConnell 835d65bb2d add in dependencies in profiles for setuid stuff so build ordering is correct 2012-12-04 18:11:47 -06:00
Jesse McConnell 7856bbed31 double paste in link options 2012-12-04 17:34:09 -06:00
Jesse McConnell 10be4297b9 fix linux build 2012-12-04 17:32:51 -06:00
Jesse McConnell 38f633361a remove antrun bits from pom 2012-12-04 17:11:40 -06:00
Jesse McConnell 4ff82fb8fe fix test dependency 2012-12-04 17:08:01 -06:00
Jesse McConnell d35cc0bf59 fix test issue on linux 2012-12-04 17:06:36 -06:00
Jesse McConnell ec4d926b4b [Bug 395649] add jetty-setuid back into jetty 9 and distribution 2012-12-04 16:52:26 -06:00
Joakim Erdfelt 7abd512b32 391623 - Making --stop with STOP.WAIT perform graceful shutdown
+ Moving jetty-start Monitor to jetty-server ShutdownMonitor and
  using ShutdownThread to perform a graceful shutdown instead.
2012-12-04 10:18:54 -07:00
Simone Bordet b2e878a7e8 + Introduced Request.content(ContentProvider content, String contentType)
+ Introduced a new renamings to clarify concepts
+ Vastly improved Javadocs.
2012-12-04 16:18:09 +01:00
Jan Bartel 6bc507c3af 395574 port jetty-runner and StatisticsServlet to jetty-9 2012-12-04 18:22:26 +11:00
Joakim Erdfelt 7488452e8a Adding some debugging 2012-12-03 14:55:22 -07:00
Joakim Erdfelt 57849a905f Adding -Dtest.slow.destroy support to CookieDump to aid in testing of
start.jar -DSTOP.WAIT=360 --stop
2012-12-03 13:04:03 -07:00
Joakim Erdfelt 7c0f7cc8f4 Fixing for JDK5. 2012-12-03 12:55:37 -07:00
Jesse McConnell 89e5fc93dc [Bug 395605] class cast exception in XMLConfiguration fixed 2012-12-03 08:42:06 -06:00
Thomas Becker e909bc4bc5 Fix WriteFlusher javadoc 2012-12-03 13:55:41 +01:00
Thomas Becker efc1a3e98f Fix javadoc in Stream.java and logging if a Stream is committed twice 2012-11-30 13:55:09 +01:00
Greg Wilkins b3e1114313 Merge remote-tracking branch 'origin/jetty-8'
Conflicts:
	VERSION.txt
	jetty-osgi/jetty-osgi-boot/src/main/java/org/eclipse/jetty/osgi/boot/internal/webapp/WebBundleTrackerCustomizer.java
	jetty-servlets/src/test/java/org/eclipse/jetty/servlets/MultipartFilterTest.java
	jetty-util/src/main/java/org/eclipse/jetty/util/MultiPartInputStreamParser.java
	jetty-util/src/main/java/org/eclipse/jetty/util/TypeUtil.java
	jetty-util/src/test/java/org/eclipse/jetty/util/MultiPartInputStreamTest.java
	jetty-xml/src/main/java/org/eclipse/jetty/xml/XmlConfiguration.java
2012-11-30 12:04:00 +11:00
Greg Wilkins d269015c7d Merge remote-tracking branch 'origin/jetty-7' into jetty-8 2012-11-30 09:09:22 +11:00
Greg Wilkins 61a0d48df4 395394 allow logging from boot classloader 2012-11-30 08:33:56 +11:00
Jesse McConnell 12075f7196 [Bug 395168] fix unavailable attributes when return type has annotation
on super class
2012-11-29 15:01:48 -06:00
Greg Wilkins cfa1c1e2e4 395394 allow logging from boot classloader 2012-11-30 07:56:38 +11:00
Jesse McConnell 61e5aba531 Merge branch 'jetty-7' into jetty-8 2012-11-29 11:31:27 -06:00
Jesse McConnell a22f2a25eb tweak tests and add some commenting 2012-11-29 11:30:02 -06:00
Joakim Erdfelt 62ebbbac3c Making test more reliable on non-US machines 2012-11-29 10:23:20 -07:00
Jesse McConnell 51bb01e14b decode the request uri and validate that 2012-11-29 11:23:16 -06:00
Joakim Erdfelt 916097f787 Validating that URIUtil.decodePath() can handle null characters 2012-11-29 10:20:41 -07:00
Jesse McConnell a5081abc55 add license headers 2012-11-29 10:54:35 -06:00
Jesse McConnell 90b8f60e7b [Bug 395380] add ValidUrlRule to jetty-rewrite 2012-11-29 10:53:50 -06:00
Thomas Becker e1fb49d4d7 remove log.info in StandardSession.flush() 2012-11-29 14:22:01 +01:00
Thomas Becker 61fbc68be7 395312 log.warn if a SPDY stream gets committed twice 2012-11-29 13:37:02 +01:00
Thomas Becker e33bc260b2 Even better, use a random port for SpringXmlConfigurationTest 2012-11-29 12:45:58 +01:00
Thomas Becker bdce905216 Use a not so common port for SpringXmlConfigurationTest 2012-11-29 12:37:20 +01:00
Thomas Becker 1b5de5ae64 Readd unpack spdy jars in jetty-distribution 2012-11-29 12:01:06 +01:00
Thomas Becker 800ef53fef Remove jetty-monitor execution target from jetty-distribution 2012-11-29 11:51:37 +01:00
Greg Wilkins ad939bbdc4 Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2012-11-29 17:57:19 +11:00
Greg Wilkins 4d823c28bf jetty-9 added jetty-all for javadoc, reinstated static context for javadoc, made proxy to xref 2012-11-29 17:41:54 +11:00
Jan Bartel 5e7f394d44 395215 Multipart mime with just LF and no CRLF: add test for legacy filter 2012-11-29 17:31:10 +11:00
Jan Bartel 2d97e5b0ca Merge remote-tracking branch 'origin/jetty-7' into jetty-8 2012-11-29 17:18:51 +11:00
Greg Wilkins 21f717078c jetty-9 handle null push strategy 2012-11-29 17:03:40 +11:00
Greg Wilkins 9931ddec94 jetty-9 fixed test webapp TestServer and improved error message 2012-11-29 17:03:40 +11:00
Jan Bartel 2723c415bf 395215 Multipart mime with just LF and no CRLF 2012-11-29 16:48:21 +11:00
Jan Bartel 9f5801c3fd 395215 Multipart mime with just LF and no CRLF 2012-11-29 15:57:16 +11:00
Greg Wilkins 5ee2ea85bb fixed path for new layout 2012-11-29 15:55:33 +11:00
Greg Wilkins d78ec063ee 395220 New InputStream extension to allow a mix of EOL styles between headers and content 2012-11-29 13:40:25 +11:00
Greg Wilkins 16844eafc5 jetty-9 javadoc 2012-11-29 13:29:24 +11:00