Commit Graph

8863 Commits

Author SHA1 Message Date
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
Jesse McConnell 6098e46b51 switch over to using the remote resources for artifacts and distribution
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@235 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-19 17:23:42 +00:00
Jesse McConnell 7d973ac81c add in the remote resources plugin into lifecycle, now the about.html will appear in each mvn artifact which is required since they are also valid eclipse plugins
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@234 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-19 17:12:50 +00:00
Jan Bartel 688fbac7aa New Configuration structure. This structure will be modified in jetty-8 to accommodate servlet spec3. This checkin moves jetty-7 closer to that final structure. Configuration now consists of 3 phases: preConfigure(), configure() and postConfigure(). All Configurations can now be chained together rather than having to override/replace existing Configurations.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@230 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-19 07:40:36 +00:00
Greg Wilkins c236945c53 fixed race with expired async request
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@229 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-19 07:40:07 +00:00
Greg Wilkins 19080861ad stress testing
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@228 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-19 04:32:56 +00:00
Greg Wilkins 573cccb8df inverted the sense of aliases on contextHandler
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@226 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-19 00:52:02 +00:00
Greg Wilkins 9ef16a8d7a [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@225 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-18 09:03:47 +00:00
Greg Wilkins 7aa836b089 [maven-release-plugin] prepare release jetty-7.0.0.M2
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@223 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-18 09:03:18 +00:00
Greg Wilkins 3fb52aa9ed ready for release
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@222 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-18 08:49:57 +00:00
Greg Wilkins 3de92c8cce versions
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@221 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-18 04:43:41 +00:00
Jan Bartel 06c57e0be8 JETTY-1013
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@220 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-16 04:40:13 +00:00
Greg Wilkins cdf04bc376 JETTY-1004 improved test harness and reapplied fix
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@219 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-16 01:00:46 +00:00
Greg Wilkins c2f8201aed doco
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@218 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-16 00:43:45 +00:00
David Jencks 33b4c7b79c Bug 276444 when formatting old-style cookie maxAge timeouts, don't wipe out the start of the cookie text
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@217 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-15 16:46:28 +00:00
Jan Bartel 0256dcc2cc JETTY-1020 (Patch was not applied due to different code, but a similar try/catch was implemented).
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@216 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-15 01:01:41 +00:00
Jesse McConnell 147722467a remove old bogus property and mask the src/main/java/META-INF directory that is appearing from somewhere in the build, which is ok since that directory ought only ever come from src/main/resources if its legit
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@214 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-13 16:25:45 +00:00
Jesse McConnell 3175c54491 point to actual dtd
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@213 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-13 16:24:22 +00:00
Jesse McConnell f281aebf7a svn ignore test
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@212 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-13 16:19:06 +00:00
Jesse McConnell af76b491b5 add source encoding until new parent is released and used
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@211 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-13 16:07:46 +00:00
Greg Wilkins d29b5d3a4e 275396 Added Authentication.Wrapped to allow JSAPI wrapping
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@210 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-13 03:09:01 +00:00
Greg Wilkins 5255060588 275396 Added ScopedHandler to set servlet scope before security handler
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@209 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-12 14:09:54 +00:00
David Jencks 08938580c3 Bug 275396 Fix a lot of little jaspi problems. Still problems with Request methods
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@208 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-08 00:41:07 +00:00
Greg Wilkins ab24a94666 JETTY-1015 work in progress
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@207 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-07 06:46:40 +00:00
Greg Wilkins 3ee44fd757 JETTY-1015 Reduce BayeuxClient and HttpClient lock contention
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@206 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-05 14:13:18 +00:00
David Yu 806219ab59 JETTY-1014 Enable start-stop-daemon by default on jetty.sh (START_STOP_DAEMON=1)
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@205 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-05 07:09:18 +00:00
Greg Wilkins 0d5ad3fa16 273791 reworked java-6 workaround. Configure JVM bug threshhold
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@204 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-05 04:03:47 +00:00
Greg Wilkins 4b832d9561 273791 reworked java-6 workaround. Better recreation of selectset
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@203 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-05 02:03:44 +00:00
Greg Wilkins b35e984317 access request/response from async
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@202 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-05 02:02:28 +00:00
Greg Wilkins 3dd595c123 updates
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@201 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-30 06:38:46 +00:00
Greg Wilkins 14c38b8346 JETTY-937
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@200 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-30 03:24:06 +00:00
Greg Wilkins 456a00161b JETTY-980 & JETTY-1004
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@199 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-30 03:23:13 +00:00
Jan Bartel 79edb1ebee JETTY-1003
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@198 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-29 05:20:16 +00:00
Greg Wilkins a6c6ba30b3 track jaspi API change
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@196 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-27 05:27:11 +00:00
Jan Bartel 34b0cbe84e 273767
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@194 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-27 05:24:52 +00:00
Jan Bartel f6c18f109f 273767: update to geronimo specs 1.1.1
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@193 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-27 05:18:20 +00:00