Commit Graph

18098 Commits

Author SHA1 Message Date
Greg Wilkins 273f48dec2 handled stop while requests are suspended
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@318 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-28 09:49:00 +00:00
Jan Bartel 6c3f6d9acd Update for latest changes to WebAppDeployer to support setting the include pattern for jar ordering/scanning etc.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@312 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-28 04:51:38 +00:00
Greg Wilkins ee15bf4702 improved stress test
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@311 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-28 04:00:36 +00:00
Jan Bartel 4675e38841 Ensure MetaInfConfiguration finds all candidate jars from the container path and also from web-inf, then applies inclusion patterns to them to do an initial ordering. Jetty-8 will modify this ordering based on web-fragment ordering. The list of jars is passed around as a context attribute. The inclusion patterns are specified as context attributes. The ContextDeployer and WebAppDeployer can be configured with context attributes (such as the default inclusion patterns) that are set on every context they deploy. The list of jars are passed around as a List of Resources, and the pattern matching is done based on the URI (ie as a name string) rather than as a jar URL.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@310 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-28 03:51:44 +00:00
Greg Wilkins 0ef6db092a renamed AsyncRequest to AsyncContinuation
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@308 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-28 01:30:36 +00:00
Greg Wilkins fc726f598c added aggregate jars
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@302 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-27 03:24:11 +00:00
Athena Yao fb7e4aeb29 [277798] fix build failure; this was modified in the wrong file
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@301 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-27 02:59:20 +00:00
Greg Wilkins 646454e69c less warnings
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@300 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-27 02:03:40 +00:00
Greg Wilkins 932e8c6cd6 less stress
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@299 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-27 01:54:59 +00:00
Greg Wilkins 4f83801178 canonical start path
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@298 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-27 01:53:44 +00:00
Greg Wilkins ce4682e151 moved distribution and start back to jetty-*
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@296 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-27 00:34:33 +00:00
Greg Wilkins 2b395d279f moved distribution and start back to jetty-*
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@294 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-27 00:03:24 +00:00
Greg Wilkins aa5d47a35f moved distribution and start back to jetty-*
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@293 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-26 23:58:18 +00:00
Jan Bartel 66e52af837 Moved to src/test/java as it is a test class.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@292 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-26 23:55:46 +00:00
Athena Yao 60f784d2ac [277798] Denial of Service Filter
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@291 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-26 06:48:45 +00:00
Jan Bartel 3e27e3bf9e Update pom to 7.0.0.M3-SNAPSHOT. Not sure how it got out of step?
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@290 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-26 05:02:53 +00:00
Greg Wilkins 24c7e7815f toURI
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@289 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-26 04:50:26 +00:00
Greg Wilkins 3ef3440a59 fixed shutdown
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@288 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-26 02:47:51 +00:00
Greg Wilkins e17c559c84 renamed non runtime modules
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@285 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-26 01:44:57 +00:00
Greg Wilkins 88f5811842 renamed non runtime modules
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@284 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-26 01:18:10 +00:00
Greg Wilkins 020f12e948 renamed non runtime modules
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@283 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-26 01:16:27 +00:00
Greg Wilkins 0a28f5adb6 include
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@281 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-25 23:43:56 +00:00
Greg Wilkins 61d5c7095a fixed fragment processing
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@279 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-25 13:41:25 +00:00
Greg Wilkins bc8b0d7b37 improved scanning of META-INF
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@275 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-25 11:32:19 +00:00
Jan Bartel 577684b4c9 Move creation of java:comp/env to EnvConfiguration.configure() from EnvConfiguration.preConfigure(), as WebInfConfiguration only creates the web app's classloader (that the java:comp/ factory depends on) in WebInfConfiguration.configure()
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@274 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-25 10:55:31 +00:00
Jan Bartel f10ddda835 Virtual hosts may be non-null but not contain any entries
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@273 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-25 10:50:17 +00:00
Greg Wilkins 515c800bf9 imports and formatting
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@269 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-25 01:45:02 +00:00
Greg Wilkins 2b6057b3ea improved continuation tests
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@266 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-23 14:26:37 +00:00
Greg Wilkins 8f04010f67 portable continuations
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@265 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-23 11:33:40 +00:00
Jesse McConnell f946f8609b [BUG 277551] initial jetty.policy file I was working with earlier, added in for completeness since it was referenced from the start.config (but not used currently
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@264 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-22 21:42:25 +00:00
Jesse McConnell 9442ab7eee [BUG 277551] initial integration for the OPTIONS=policy mechanism, the wiring is here, need to find or write a policy file parser though, nothing seems appropraite license wise I have seen so far
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@263 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-22 21:20:14 +00:00
Jesse McConnell 0b8640696d jetty-assembly -> jetty-distribution
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@262 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-22 15:33:34 +00:00
Jesse McConnell a203b2833c back down the defaults of this test case again
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@261 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-22 14:27:19 +00:00
Jesse McConnell adb0f4b4fa back down the defaults of this test case
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@260 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-22 14:21:24 +00:00
Jan Bartel 57e21c2c00 jetty-annotations was updated some time ago to use geronimo-annotations 1.1.1, but jetty-distribution was not updated at the same time.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@259 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-22 11:23:35 +00:00
Jan Bartel fc50b231f6 Rename Configuration class to make purpose clearer.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@258 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-22 08:36:51 +00:00
Jan Bartel 9391163a29 Remove draft servlet spec 3 pojo annotation types; refactor annotation processing to make processing of non-classpath files easier (eg for jetty-maven-plugin); take out some debug printlns accidentally left in.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@257 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-22 08:31:06 +00:00
Greg Wilkins f9a8e45c9c 277403 reduced usage of system properties
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@256 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-22 02:54:42 +00:00
Athena Yao 4394909c14 fix typo
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@255 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-22 02:53:45 +00:00
Jesse McConnell 5465e76ddd [BUG 277409] switch bundle vendor the Eclipse Jetty Project
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@254 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-22 02:05:56 +00:00
Jesse McConnell 2bde18b46a [BUG 277406] added jetty-integrations
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@253 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-22 00:28:32 +00:00
Jesse McConnell 3920ebaf4e i h8 plural and singular modules that have different goop in them
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@252 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-22 00:03:22 +00:00
Jesse McConnell e0da42ab70 adding tests jar into the mix
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@251 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-22 00:01:33 +00:00
Jesse McConnell 611266ff8a convert from 6 -> 7
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@250 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-21 18:49:39 +00:00
Jesse McConnell 679bd236f5 convert from 6 -> 7
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@249 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-21 18:48:09 +00:00
Jan Bartel aeabaaab90 Refactor to put looking for jars into a method which can be overridden (eg by the jetty-maven-plugin, which does not have a WEB-INF/lib to look through, but must look through the classloader or the dependencies).
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@245 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-21 05:32:43 +00:00
Greg Wilkins 77181eadfe added setConfigurationDiscovered for servlet 3.0 features
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@244 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-20 23:07:08 +00:00
Athena Yao 64eb0863b1 Bug 274251 Dispatch to welcome files which are servlets with no matching static resource
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@240 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-20 06:57:28 +00:00
David Jencks c170801600 Bug 277027 Fix NPE if no security handler installed
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@239 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-19 22:33:15 +00:00
David Jencks 7b3eda29df Bug 277021 Fix FormAuthenticator to reconstitute original url more correctly
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@238 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-19 22:18:46 +00:00