Commit Graph

1812 Commits

Author SHA1 Message Date
Jan Bartel 2c16ef1fc1 JETTY-1263 fix the previous fix so that existing tables are not affected
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2264 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-09 01:19:21 +00:00
David Jencks 5d49fe9d29 bugs 324811 and 324812. Fix an NPE and restore a constructor used by geronimo
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2263 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-09 00:40:22 +00:00
Jan Bartel a701c372cf JETTY-1263 changed column rowId to srowId as rowId is a reserved word on oracle
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2262 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-09 00:05:25 +00:00
Greg Wilkins 3c4a816760 324601 replace asserts with junit asserts
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2259 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-08 06:09:21 +00:00
Greg Wilkins ee2d8e635e #323985 renames to clarify code
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2258 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-08 06:09:05 +00:00
Greg Wilkins 2149d93443 JETTY-1269 Improve log multithreadedness
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2257 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-08 01:36:20 +00:00
Greg Wilkins fa9a3fab2c 324601 Check session expiry on access
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2256 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-08 01:36:05 +00:00
Greg Wilkins 442c7995e6 JETTY-1271 handled unavailable exception
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2255 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-07 23:46:26 +00:00
Greg Wilkins 71f4d444a5 324601 Check session expiry on access
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2254 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-07 23:12:21 +00:00
Greg Wilkins ba9c222814 324601 Check session expiry on access
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2253 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-07 02:15:36 +00:00
Greg Wilkins 5faf2a9f53 324601 Check session expiry on access
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2252 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-07 01:24:11 +00:00
David Jencks b4ac274cbc bug 324501 Fire RequestListener.requestDestroyed in last-to-first order
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2249 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-04 07:27:19 +00:00
Greg Wilkins 0b7866e03a 324379 Change content type after getWriter
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2246 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-03 07:29:06 +00:00
Greg Wilkins 1596451908 324369 Implement draft-ietf-hybi-thewebsocketprotocol-01
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2245 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-03 07:05:53 +00:00
Greg Wilkins f3c64a9c26 empty file
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2244 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-03 07:05:30 +00:00
Greg Wilkins 097d770200 324377 Allow dispatch of ServletRequest and ServletResponse
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2243 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-03 07:05:14 +00:00
Greg Wilkins 995df89b22 324369 Implement draft-ietf-hybi-thewebsocketprotocol-01
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2242 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-03 03:41:05 +00:00
Greg Wilkins e613d5b484 bug 324360 validate input on getResource since loop logic obscures subclass input validation. Port from jetty 8 rev 324360
bug 324359 illegal actions on AsyncContext should not change its state.  Port from jetty 8 rev 2237

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2241 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-03 03:40:45 +00:00
David Jencks 1e5ceb27dc bug 324360 validate input on getResource since loop logic obscures subclass input validation. Port from jetty 8 rev 324360
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2240 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-03 00:55:28 +00:00
David Jencks 109c10b997 bug 324359 illegal actions on AsyncContext should not change its state. Port from jetty 8 rev 2237
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2239 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-03 00:53:14 +00:00
Greg Wilkins c0759a44f1 324260 jetty-6 continuations support complete calls
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2236 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-02 01:40:52 +00:00
Hugues Malphettes bc1fcba91d put back the proper versions. should never have been committed as 7.1.7
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2235 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-01 18:18:28 +00:00
Hugues Malphettes 41493a213e bug 324158. replace th jars downloaded from orbit by the one in the jetty download site.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2234 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-01 18:17:33 +00:00
Greg Wilkins f50f5ca8a2 some generic strangeness
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2231 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-01 04:36:02 +00:00
Greg Wilkins 00b7716a36 324158 Durable download or Orbit jars
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2230 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-01 03:39:13 +00:00
Greg Wilkins 282d4d13d0 324110 Merge async dispatch parameters
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2229 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-01 03:38:50 +00:00
Greg Wilkins 9e728c5d52 324110 Merge async dispatch parameters
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2228 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-01 02:38:52 +00:00
Greg Wilkins 2dcf4b2c43 323464 IPv6 localhost
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2227 7e9141cc-0065-0410-87d8-b60c137991c4
2010-08-26 03:04:30 +00:00
Hugues Malphettes ae061725da bug 323497 put back logback fragment and add the package ch.qos.logback.access.jetty.v7 as an option
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2224 7e9141cc-0065-0410-87d8-b60c137991c4
2010-08-24 15:06:31 +00:00
Greg Wilkins 8750c7d258 323464 IPv6 localhost
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2223 7e9141cc-0065-0410-87d8-b60c137991c4
2010-08-24 08:20:59 +00:00
Greg Wilkins 9f8cf49b73 323435 MovedContextHandler permanent redirection
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2222 7e9141cc-0065-0410-87d8-b60c137991c4
2010-08-24 08:20:43 +00:00
Jesse McConnell 6451647d21 update with resolved issue
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2221 7e9141cc-0065-0410-87d8-b60c137991c4
2010-08-23 14:41:45 +00:00
Jesse McConnell 7bafa0243c 323196 fix some naming issues in code ported from jetty6
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2220 7e9141cc-0065-0410-87d8-b60c137991c4
2010-08-23 14:26:14 +00:00
Jesse McConnell a3033e34f8 JETTY-1261 resolve usage of null listener is StandardDescriptorProcessor
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2218 7e9141cc-0065-0410-87d8-b60c137991c4
2010-08-18 17:43:59 +00:00
Jesse McConnell b647bf0a16 Bug 322575 resolve potential NPE in hot swap handler if old handler was null. added a null check since existing doStart and doStop methods specifically handle cases where wrapped handler is null on start/stop
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2216 7e9141cc-0065-0410-87d8-b60c137991c4
2010-08-16 15:54:35 +00:00
Greg Wilkins 3c1d186d31 322448 Added jetty-dir.css for directory listings
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2215 7e9141cc-0065-0410-87d8-b60c137991c4
2010-08-16 14:37:58 +00:00
Greg Wilkins 50de9c814e 322448 Added jetty-dir.css for directory listings
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2214 7e9141cc-0065-0410-87d8-b60c137991c4
2010-08-16 14:36:39 +00:00
Greg Wilkins a456b2b600 321735 HttpClient onException called for buffer overflow.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2213 7e9141cc-0065-0410-87d8-b60c137991c4
2010-08-16 05:46:17 +00:00
Greg Wilkins aff6cfed53 updated orbit repo version
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2212 7e9141cc-0065-0410-87d8-b60c137991c4
2010-08-16 04:36:07 +00:00
Greg Wilkins db2f4cbcb2 322683 made RewriteHandler thread safe
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2211 7e9141cc-0065-0410-87d8-b60c137991c4
2010-08-16 03:58:52 +00:00
Jesse McConnell c0510118a4 320457 move the stringToSID and SIDtoString methods to StringUtil and add appropriate unit tests
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2210 7e9141cc-0065-0410-87d8-b60c137991c4
2010-08-12 14:09:05 +00:00
Greg Wilkins fb9ebc84ba JETTY-1256 annotation jars from Orbit
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2209 7e9141cc-0065-0410-87d8-b60c137991c4
2010-08-05 13:10:38 +00:00
Jan Bartel 2e566b9248 Fix jetty-plus configuration names.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2208 7e9141cc-0065-0410-87d8-b60c137991c4
2010-08-05 12:32:16 +00:00
Michael Gorovoy ef5fb6198c 321730 SelectChannelEndPoint prints to System.err
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2207 7e9141cc-0065-0410-87d8-b60c137991c4
2010-08-04 18:50:14 +00:00
Greg Wilkins 4196e46c09 321307 HashSessionManager calls passivation listeners
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2206 7e9141cc-0065-0410-87d8-b60c137991c4
2010-08-04 08:00:44 +00:00
Greg Wilkins a5e1cea005 321232 BasicAuthenticator ignores bad Authorization header
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2205 7e9141cc-0065-0410-87d8-b60c137991c4
2010-08-04 04:47:48 +00:00
Jesse McConnell 129184744a JETTY-912 add exchange timeout
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2204 7e9141cc-0065-0410-87d8-b60c137991c4
2010-08-03 14:51:41 +00:00
Greg Wilkins 16caeeb478 320073 template deployments
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2203 7e9141cc-0065-0410-87d8-b60c137991c4
2010-08-03 00:41:57 +00:00
Hugues Malphettes a93c6445e1 remove the unused copied configuration files. cleanup the default config file
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2201 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-31 00:35:22 +00:00
Jesse McConnell 11d03a6f0b fix broken osgi build, update filter targets to 7.2 (which we ought to just standardize so we don't have to change filters based on minor version and found source of issue being an unquoted version in DynamicImport in boot osgi
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2200 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-30 17:30:49 +00:00