Commit Graph

3366 Commits

Author SHA1 Message Date
Simone Bordet 2e66e54425 370387 - SafariWebsocketDraft0Test failure during build.
The reason for the failure of this test was that a BufferedReader was used to read the header lines.
However, the buffered reader may have read and buffered also the hixie bytes and subsequently,
when the test was trying to read the hixie bytes directly from the input stream (and not from the
buffered reader), the read was timing out.
Fixed by always using the input stream to read the header and hixie bytes.
2012-02-24 11:26:50 +01:00
Simone Bordet 3a82176531 Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2012-02-24 10:40:39 +01:00
Simone Bordet c9c5bd3b47 372457 - Big response + slow clients + pipelined requests cause Jetty spinning and eventually closing connections. 2012-02-24 10:40:22 +01:00
Jesse McConnell b29f371758 add close boolean to govern Connection: setting on requests in test 2012-02-23 08:03:44 -06:00
Jesse McConnell 23a2081168 add close boolean to govern Connection: setting on requests in test 2012-02-23 07:54:40 -06:00
Thomas Becker 8de385992e 372256: fix if clause doing an || instead of && and thus always calling instanceOf on null values 2012-02-22 14:42:11 -06:00
Thomas Becker 19fae56d6d 372190: HttpContent.getIndirectBuffer() close InputStream null check 2012-02-22 09:26:17 -06:00
Thomas Becker 9adabd0f2a 370966: RewriteHandler javadoc config example fix 2012-02-22 08:05:16 -06:00
Thomas Becker 94c979f2b2 372190: HttpContent.getIndirectBuffer() close InputStream 2012-02-22 07:55:19 -06:00
Jesse McConnell 7fe5454888 [Bug 372093] handle quotes in Require-Bundle manifest string 2012-02-21 16:03:32 -06:00
Jesse McConnell a90c3201e8 [Bug #371635] and [Bug #371649] add missing attributes (non-optimal) and resolve async flow issue with scoping 2012-02-21 10:34:11 -06:00
Jesse McConnell af07ce4b6c add debug to mongo session id manager 2012-02-21 08:40:59 -06:00
Jesse McConnell c771766aae updates to spnego doc 2012-02-21 08:40:20 -06:00
Joakim Erdfelt c06df6cbbd Correcting minor typo 2012-02-16 14:41:40 -07:00
Joakim Erdfelt 47f4b65359 Making gzip + pipelining test perform sha1 test correctly 2012-02-16 14:40:46 -07:00
Joakim Erdfelt 0315655b27 Trying to work out why gzip decompress isn't working 2012-02-16 14:26:50 -07:00
Joakim Erdfelt 766ff7cf19 Bug 371798 - potential pipelining issue
+ Adding testcase for gzip + pipelining issue reported in bugzilla.
  Created scenario where 2 requests are made, with 2nd request
  overlapping the first response.  The first response is also gzip'd
2012-02-16 14:08:21 -07:00
Jesse McConnell 566eec65ce Merge branch 'release' 2012-02-15 15:21:18 -06:00
Jesse McConnell 56f72e6fa9 update version 2012-02-15 15:20:50 -06:00
Jesse McConnell efb6883cf0 [maven-release-plugin] prepare for next development iteration 2012-02-15 14:22:19 -06:00
Jesse McConnell baf2b94f77 [maven-release-plugin] prepare release jetty-7.6.1.v20120215 2012-02-15 14:22:12 -06:00
Jesse McConnell aef2b8f03c Merge branch 'master' into release 2012-02-15 13:59:27 -06:00
Jesse McConnell e0d7337fa3 Updating VERSION.txt top section 2012-02-15 13:58:49 -06:00
Simone Bordet adeb18093b Made _bypass field protected.
This is needed because the _content field is also protected, and subclasses
may need to know if the generator is in bypass mode (and therefore access
the _content buffer directly).
2012-02-14 23:05:41 +01:00
Joakim Erdfelt 4caf662182 Improve test failure on truncated Draft0 handshake read.
+ If a truncated response occurs, attempt to have the test case produce
  a meaningful response message indicating where/how the truncation
  occured, instead of just a 'read timeout'.
2012-02-13 11:46:20 -07:00
Joakim Erdfelt e7608eafae Trying to get more information from failing Websocket Draft0 test failure 2012-02-13 11:06:02 -07:00
Jan Bartel 629c6c470a Ensure construction of fresh MongoSessionIdManager 2012-02-10 16:01:17 +11:00
Jan Bartel 41049826bb Fix misspelling of module name 2012-02-10 14:49:07 +11:00
Jan Bartel 4a180eef3b Move mongodb tests from jetty-nosql module to common test module. Activate during build with -Dmongodb.enabled=true 2012-02-10 14:19:13 +11:00
Jan Bartel e1bbb73c11 Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2012-02-10 12:29:13 +11:00
Jan Bartel 7aff671bae Tidy up session tests, add more comments. 2012-02-10 12:28:44 +11:00
Greg Wilkins 47c21e91a8 Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2012-02-10 12:16:55 +11:00
Greg Wilkins a4a5e56aeb 371162 NPE protection for nested security handlers 2012-02-10 11:58:19 +11:00
Joakim Erdfelt f7fd3a4680 Bumping up socket read timeout and adding debug. 2012-02-09 15:39:49 -07:00
Jesse McConnell 9ab7452f8f [Bug 371041] valid was not being set to new mongo db sessions, and the call to mongodb api was wrong in isIdInUse 2012-02-09 15:05:51 -06:00
Jesse McConnell 528c246163 [Bug 371040] nosqlsession needs to call correct super contructor for new
sessions
2012-02-09 12:54:46 -06:00
Jesse McConnell d13599a1d1 add assertion that a new session is in fact new 2012-02-09 12:42:18 -06:00
Jan Bartel b949fb7622 JETTY-1484 Add option for HashSessionManager to delete session files if it can't restore them 2012-02-09 19:21:10 +11:00
Jan Bartel 5f0fdb7d32 Rename jetty-jsp src/main/resource to src/main/resources 2012-02-09 08:15:59 +11:00
Simone Bordet c7814d88d7 Added factory method for HttpGenerator. 2012-02-08 18:45:24 +01:00
Simone Bordet 74faad2ef6 Merge branch 'spdy' 2012-02-07 14:06:25 +01:00
Simone Bordet b0119e4d62 Forwarded HttpParser.EventHandler methods from the inner class to the outer class (AbstractHttpConnection itself)
to allow other protocols such as SPDY to fake the emission of HTTP events by calling the EventHandler methods.
2012-02-07 14:05:40 +01:00
Joakim Erdfelt 9207423ca0 Fixing JDK5 build abort due to bad javadocs 2012-02-06 10:01:44 -07:00
Simone Bordet 9781a734bd Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2012-02-06 09:44:21 +01:00
Joakim Erdfelt 76e7b32415 Jetty 7 is JDK5+ (downgrading improper compiler setting) 2012-02-03 16:04:26 -07:00
Joakim Erdfelt 29936f4889 Jetty 7 is JDK5+ (downgrading improper compiler setting) 2012-02-03 14:55:33 -07:00
Joakim Erdfelt 6c794e68b1 Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2012-02-02 15:52:35 -07:00
Joakim Erdfelt 706023fbc0 Fixing NOTICE.txt copyright, as all of the mentioned companies are one in the same. 2012-02-02 15:50:00 -07:00
Jesse McConnell b665beeb64 [370377] add classloadingobjectinputstream to mongodb session manager, contribution by david, thanks much 2012-02-02 16:42:10 -06:00
Jan Bartel 33a73c69fd 370386 Remove META-INF from jetty distro 2012-02-02 16:24:08 +11:00