Commit Graph

2693 Commits

Author SHA1 Message Date
Greg Wilkins 65a1e84886 misc findbugs cleanups 2011-09-07 15:57:18 +10:00
Greg Wilkins cf45e7b647 356823 correctly decode close codes. Send not utf-8 close code. 2011-09-07 11:37:46 +10:00
Greg Wilkins ba5af45d17 350634 Added Resource.newResource(File) 2011-09-06 14:29:33 +10:00
Greg Wilkins 8e67fd926b 356428 removed timed waits from test 2011-09-06 13:40:40 +10:00
Greg Wilkins 53327b469d Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2011-09-06 11:33:35 +10:00
Greg Wilkins 1d6079e78f findbugs inspired code cleanups 2011-09-06 11:22:37 +10:00
Jan Bartel a96052def2 356751 Add null protection to ServletContextHandler.doStop 2011-09-06 09:25:55 +10:00
Jan Bartel 44204a2e5b 356726 Instead of the sessionDestroyed called sessionCreated after invalidate session 2011-09-06 09:15:26 +10:00
Simone Bordet b1f95541de Fixes #356749 (WebSocket message length is computed wrongly when greater than 0xFFFF), and a bunch of other silly mistakes. 2011-09-06 00:18:02 +02:00
Simone Bordet 93547f2d38 Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2011-09-05 13:49:03 +02:00
Simone Bordet 5297d98350 Fixes #356693 (Too much of the websocket implementation is exposed to the webapp).
WebSocketServlet must be loaded from the webapp classloader, even if the webapp is configured to have parent classloader priority.
2011-09-05 13:45:33 +02:00
Jan Bartel 9800e1e0fb 356190 fix monodb tests for changed test api 2011-09-05 20:09:43 +10:00
Simone Bordet 1f380606d1 Fixes #356695 (websocket packages should be provided), along with commit a8ce6e8878. 2011-09-05 11:29:43 +02:00
Simone Bordet a8ce6e8878 Fixed pom.xml by declaring dependencies in the right way.
Dependency on jetty-server must be kept with scope provided (the classes that depend on jetty-server can only be run on Jetty).
2011-09-05 11:18:47 +02:00
Jan Bartel 9ed8a75b9b Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2011-09-05 13:49:00 +10:00
Jan Bartel e8f37070a6 356190 - Problem selecting expired sessions java.sql.SQLException: Database 'sessions' not found 2011-09-05 13:48:33 +10:00
Greg Wilkins 898dcc8b2a 356693 reduce visibility to webapp of websocket implementations 2011-09-05 11:24:37 +10:00
Greg Wilkins 68fe9c4b82 stop test hanging forever so we can work out what is going wrong with intermittant failure 2011-09-05 11:22:24 +10:00
Greg Wilkins 8a40a0d9fb 356695 jetty server jars are provided for websockets 2011-09-05 11:21:26 +10:00
Jesse McConnell 837c4ce1cf Merge branch 'release' 2011-09-01 11:54:50 -05:00
Jesse McConnell bfcd3f6308 Updating VERSION.txt top section 2011-09-01 11:54:29 -05:00
Jesse McConnell a728021edf [maven-release-plugin] prepare for next development iteration 2011-09-01 11:17:05 -05:00
Jesse McConnell 882308f781 [maven-release-plugin] prepare release jetty-7.5.0.c20110901 2011-09-01 11:16:58 -05:00
Jesse McConnell 7f405070cb Updating VERSION.txt top section 2011-09-01 10:57:29 -05:00
Jesse McConnell c3e170bb74 Merge branch 'master' into release 2011-09-01 10:56:08 -05:00
Simone Bordet 93aed81e34 Added protected getter for the job queue. 2011-09-01 16:50:49 +02:00
Simone Bordet b2849e36c6 Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2011-09-01 16:30:04 +02:00
Simone Bordet d55abffe2d Refactored job.run() into its own method to allow subclasses to override to perform pre/post actions. 2011-09-01 16:29:26 +02:00
Greg Wilkins 6a15cf7dc7 javadoc 2011-09-01 23:49:30 +10:00
Greg Wilkins e68d056b0f setters for max message size in client factory 2011-09-01 23:33:05 +10:00
Greg Wilkins 0b489b8877 356421 Upgraded websocket to draft 13 support 2011-09-01 12:11:10 +10:00
Greg Wilkins 9528870b23 improved setting of default message maximums 2011-09-01 10:48:43 +10:00
Jesse McConnell 57e9045635 [maven-release-plugin] prepare for next development iteration 2011-08-31 14:17:32 -05:00
Jesse McConnell 317491a4d7 [maven-release-plugin] prepare release jetty-7.5.0.v20110901 2011-08-31 14:17:25 -05:00
Jesse McConnell d959276c9a Updating VERSION.txt top section 2011-08-31 13:58:27 -05:00
Jesse McConnell 0b1fff1a7a Updating VERSION.txt top section 2011-08-31 13:56:53 -05:00
Jesse McConnell b6abe647aa Merge branch 'master' into release 2011-08-31 13:55:18 -05:00
Joakim Erdfelt 31eb258e1f Updating gitignores for IDEAJ 2011-08-31 09:46:36 -07:00
Simone Bordet 0f8939dd96 Added test for the lost messages bug. 2011-08-31 18:29:09 +02:00
Greg Wilkins ba87334389 353073 better warnings 2011-08-31 21:53:34 +10:00
Greg Wilkins 0a5e3d2f4c 353073 better warnings 2011-08-31 21:46:42 +10:00
Greg Wilkins 0f54330156 353073 more false frag tests 2011-08-31 21:41:13 +10:00
Greg Wilkins 82e364730b 353073 blocking tests 2011-08-31 18:35:40 +10:00
Greg Wilkins 582655ef52 Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2011-08-31 17:08:08 +10:00
Greg Wilkins a55ba2eac3 353073 blocking tests 2011-08-31 17:07:48 +10:00
hmalphettes 15a773751b Fix the source bundles for OSGi for montiro and nosql 2011-08-31 12:57:33 +08:00
Michael Gorovoy d6da533ca5 Moved jetty-distribution to main modules list 2011-08-30 19:35:24 -04:00
Michael Gorovoy a619c099f9 Cleaned up pom.xml in jetty-monitor 2011-08-30 18:10:48 -04:00
Greg Wilkins 93c14a31a6 Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2011-08-31 07:56:07 +10:00
Joakim Erdfelt b482138eca Merge branch 'release' 2011-08-30 14:03:27 -07:00