Commit Graph

12748 Commits

Author SHA1 Message Date
Simone Bordet b9f25d78ce Merged branch 'jetty-9.4.x' into 'master'. 2016-06-20 23:11:52 +02:00
Simone Bordet b3fda0b733 Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2016-06-20 23:11:16 +02:00
Simone Bordet d073780dde Refactored tests. 2016-06-20 23:10:44 +02:00
Simone Bordet 7ef22c8ebd Fixes #648 - Problem using InputStreamResponseListener to handle HTTP/2 responses.
The fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=484446
reimplemented InputStreamResponseListener using callbacks rather than
blocking waits.

However, HTTP/2 behaves a little differently than HTTP/1.
Where in HTTP/1 until the callback was completed no further calls to
onContent() were made, with HTTP/2 additional calls are made until
the flow control window is exhausted.

For this reason InputStreamResponseListener must queue content chunks
rather than dealing only with one chunk at a time.
2016-06-20 23:10:44 +02:00
Simone Bordet 442a7ce8cc Improved logging. 2016-06-20 23:10:44 +02:00
Joakim Erdfelt 4993c69489 Merge branch 'jetty-9.4.x' 2016-06-20 09:57:17 -07:00
Joakim Erdfelt 49c28e958e Merge branch 'jetty-9.3.x' into jetty-9.4.x 2016-06-20 09:56:39 -07:00
Joakim Erdfelt 62effb73d3 Removing duplicate entries in VERSION.txt 2016-06-20 09:56:21 -07:00
Joakim Erdfelt abdbd177c1 Wrong version plugin (oops) 2016-06-20 09:12:05 -07:00
Joakim Erdfelt 7b1d807e49 Updating version plugin 2016-06-20 09:10:27 -07:00
Joakim Erdfelt 4d85e1f82c Adding release-jetty.sh script (for those that want it) 2016-06-20 09:08:53 -07:00
Jesse McConnell e47c320077 Merge branch 'jetty-9.4.x' 2016-06-17 18:57:27 -05:00
Jesse McConnell c64e34c79f Merge branch 'jetty-9.3.x' into jetty-9.4.x 2016-06-17 18:57:07 -05:00
Jesse McConnell 99e1a16d07 Resolve Issue #649 by checking for null password on a binding ldap authentication 2016-06-17 18:56:45 -05:00
Greg Wilkins 7a8edef808 Merge remote-tracking branch 'origin/jetty-9.4.x' 2016-06-17 23:33:45 +10:00
Greg Wilkins d05c282baa Issue #644 Modules for enabling logging
Improved descriptions
2016-06-17 23:33:26 +10:00
Simone Bordet c8e61c5c4f Merged branch 'jetty-9.4.x' into 'master'. 2016-06-17 11:54:51 +02:00
Simone Bordet 9632019e18 Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2016-06-17 11:54:24 +02:00
Simone Bordet fdd1cd1e94 Fixes #647 - HTTP/2 CONTINUATION frame parsing throws IllegalStateException.
Added the missing "break" statement.
2016-06-17 11:53:58 +02:00
Simone Bordet 559d8af3e7 Merged branch 'jetty-9.4.x' into 'master'. 2016-06-17 10:26:59 +02:00
Simone Bordet 1cec689ece Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2016-06-17 10:26:16 +02:00
Simone Bordet 9d9f68da08 Reduced logging level for MAX_HEADER_LIST_SIZE. 2016-06-17 10:25:45 +02:00
Jan Bartel 003e9cd302 Merge remote-tracking branch 'origin/jetty-9.4.x' 2016-06-17 15:54:02 +10:00
Jan Bartel ea633359a6 Remove debug stacktrace from MemcachedSessionDataMap. 2016-06-17 15:53:38 +10:00
Greg Wilkins 4bf4c51084 Issue #644 Modules for enabling logging
Use JCL module
2016-06-17 15:10:41 +10:00
Greg Wilkins d79b0a7acd Issue #644 Modules for enabling logging
Separated modules for jetty logging
Added JCL
2016-06-17 14:57:25 +10:00
Jan Bartel 5173bdfbc0 Merge remote-tracking branch 'origin/jetty-9.4.x' 2016-06-17 14:03:21 +10:00
Jan Bartel 79cd9add9f Fix naming in session-store-mongo xml file. 2016-06-17 14:02:32 +10:00
Jan Bartel 673f7de65b Fix session-store-infinispan mod and xml files. 2016-06-17 13:56:52 +10:00
Jan Bartel 1e7b866d6f Merge remote-tracking branch 'origin/jetty-9.4.x' 2016-06-17 13:36:56 +10:00
Jan Bartel 739dbc8eda Use new logging module dependency for session-store-cache module. 2016-06-17 13:26:33 +10:00
Jan Bartel 1b508e3714 Add test for memcached session data. 2016-06-17 13:18:52 +10:00
Greg Wilkins 07b0127587 Issue #644 rename module 2016-06-17 07:42:57 +10:00
Greg Wilkins 2fbf466393 Issue #644 Modules for enabling logging 2016-06-17 07:39:11 +10:00
Jan Bartel 552fea5f99 Merge remote-tracking branch 'origin/jetty-9.4.x' 2016-06-16 15:28:57 +10:00
Jan Bartel bb73aea67b Fix memcache session data cache module 2016-06-16 15:27:23 +10:00
Greg Wilkins a098b587bc Merge remote-tracking branch 'origin/jetty-9.4.x' 2016-06-16 14:18:08 +10:00
Greg Wilkins 443e99c3fb Issue #515 Alternate start modules
Fixed ordering unit tests
made depends work for provided modules
2016-06-16 13:44:42 +10:00
Jan Bartel 80cae83bde Merge remote-tracking branch 'origin/jetty-9.4.x' 2016-06-16 12:17:18 +10:00
Jan Bartel fd0c2c968c Reinstate xmemcached module 2016-06-16 10:31:36 +10:00
Jan Bartel 2bb060ae32 Merge remote-tracking branch 'origin/jetty-9.4.x' 2016-06-15 18:21:08 +10:00
Jan Bartel 5093df33dc Issue #505
Updated to asm 5.1.
2016-06-15 18:20:32 +10:00
Greg Wilkins 8dd61c6d1c Merge remote-tracking branch 'origin/jetty-9.4.x' 2016-06-15 18:07:01 +10:00
Greg Wilkins e607acfa4e Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2016-06-15 18:06:32 +10:00
Greg Wilkins 0e5de87d49 Issue #663 Cleanup
Increased websocket tests timeouts
2016-06-15 18:04:33 +10:00
Greg Wilkins a8e315a3f5 Fix #663 NPE during context stop
Avoid adding null beans
protect against null beans.
2016-06-15 18:04:33 +10:00
Jan Bartel f37a9b3880 Merge remote-tracking branch 'origin/jetty-9.4.x' 2016-06-15 16:32:39 +10:00
Jan Bartel 1ce0592d6c Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2016-06-15 16:31:54 +10:00
WalkerWatch 69804f9e76 Chapter 24 touch-ups. (#635)
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-06-15 15:55:11 +10:00
Jan Bartel f1c56d7f8c Issue #641
Also use mongo createIndex for index on validity and access time fields
2016-06-15 13:46:39 +10:00