13144 Commits

Author SHA1 Message Date
Jan Bartel
beecdd0a0d Issue #914
Regularize property names for file session store.
2016-09-14 16:05:58 +10:00
Joakim Erdfelt
d531e8f07e Merge branch 'jetty-9.3.x' into jetty-9.4.x 2016-09-09 11:23:10 -07:00
Joakim Erdfelt
83f868e473 Merge branch 'jetty-9.2.x' into jetty-9.3.x 2016-09-09 11:22:47 -07:00
Jan Bartel
7f032417db Issue #914
Rationalize gcloud session property names.
2016-09-09 18:19:34 +10:00
Jan Bartel
db30a315fe Issue #856
Add host and port to mongo config
2016-09-09 16:38:53 +10:00
Greg Wilkins
3cd52fda04 Issue #572 Javadoc 2016-09-09 14:11:16 +10:00
Greg Wilkins
b6a39cf7d3 Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2016-09-09 10:13:38 +10:00
Greg Wilkins
68340a94d0 Issue #911 encode requestURI in startAsync(req,res) 2016-09-09 10:12:08 +10:00
Greg Wilkins
ab579d542b Issue #911 encode requestURI in startAsync(req,res) 2016-09-09 10:12:08 +10:00
Jan Bartel
7da797e834 Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2016-09-09 10:10:22 +10:00
Jan Bartel
a97665da3e Issue #913 2016-09-09 10:09:46 +10:00
Greg Wilkins
e9613785f4 Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2016-09-09 09:21:13 +10:00
Greg Wilkins
b408786b9a Issue #911 encode requestURI in startAsync(req,res) 2016-09-09 09:20:24 +10:00
Greg Wilkins
4312995d89 Issue #911 encode requestURI in startAsync(req,res) 2016-09-09 09:19:01 +10:00
Greg Wilkins
ebec811427 Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2016-09-09 09:10:48 +10:00
Greg Wilkins
1247380976 Issue #911 encode requestURI in startAsync(req,res) 2016-09-09 09:09:51 +10:00
Joakim Erdfelt
fb7da26ad2 Updating to version 9.2.20-SNAPSHOT 2016-09-08 13:04:11 -07:00
Joakim Erdfelt
7b94bc32f4 Updating to version 9.2.19.v20160908 jetty-9.2.19.v20160908 2016-09-08 12:11:44 -07:00
Greg Wilkins
a6512c991b Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2016-09-08 15:03:10 +10:00
Greg Wilkins
f7d017ca1a Issue #911 encode requestURI in startAsync(req,res) 2016-09-08 15:00:54 +10:00
Jan Bartel
3bb9fe86d3 Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2016-09-08 14:26:45 +10:00
Jan Bartel
09da3248e5 Issue #909 2016-09-08 14:24:29 +10:00
Greg Wilkins
f703d2ad38 Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2016-09-08 10:39:27 +10:00
Greg Wilkins
3a42455411 Merge remote-tracking branch 'origin/jetty-9.2.x' into jetty-9.3.x 2016-09-08 10:38:54 +10:00
Greg Wilkins
ada58ea65a javadoc 2016-09-08 10:35:57 +10:00
Greg Wilkins
28ca70378e Issue #844 Thread Limit Handler (#857)
* Issue #844 DoS Handler

First cut at implementation of Thread limiting handler for #844

* Added modules, simplified API, added IP exemptions

* fixed xml

* fixed preallocation

* simplified code
2016-09-08 08:49:03 +10:00
Jan Bartel
d518a61201 Merge pull request #910 from WalkerWatch/docupdates/Sessions
Updates for 9.4 Sessions
2016-09-08 07:42:32 +10:00
WalkerWatch
f0e270c380 Updates for 9.4 Sessions
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-09-07 10:41:38 -04:00
Jan Bartel
713ac5a9ef Issue #906
Ensure juli log exposed for osgi.
2016-09-07 11:56:04 +10:00
Jan Bartel
a8975176be Merge pull request #904 from WalkerWatch/docupdates/Sessions
Additional Sessions documentation for 9.4.
2016-09-07 10:14:35 +10:00
WalkerWatch
f08fc31e9d Additional Sessions documentation for 9.4.
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-09-06 14:35:00 -04:00
Simone Bordet
448100ff80 Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2016-09-06 12:02:01 +02:00
Simone Bordet
6d485b2777 Fixes #902 - Expect: 100-Continue does not work with HTTP/2.
Improved handling of the 100 status code in both client and server.
2016-09-06 12:01:24 +02:00
Simone Bordet
d116385d6a Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2016-09-05 23:28:35 +02:00
Simone Bordet
9d72e0d94e Improved JMX attributes. 2016-09-05 23:28:15 +02:00
Simone Bordet
beb5c52609 Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2016-09-05 23:15:26 +02:00
Simone Bordet
08bf15634a Updated copy constructor. 2016-09-05 23:14:26 +02:00
Simone Bordet
e21ad09e3a Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2016-09-05 23:09:12 +02:00
Simone Bordet
89b20b4692 Merged branch 'jetty-9.3.x-845'. 2016-09-05 21:36:04 +02:00
Simone Bordet
705a68dfc4 Issue #845 - Improve blocking IO for data rate limiting.
Moved tests to run HTTP and HTTP/2 tests, and added more test cases.
2016-09-05 19:13:05 +02:00
WalkerWatch
297c5ba762 Resolves #653. (#873)
* Resolves #653.

Signed-off-by: WalkerWatch <ctwalker@gmail.com>

* Issue #653 updates.

Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-09-05 19:07:04 +10:00
Jesse McConnell
ecbac9ea55 Merge branch 'jetty-9.3.x' into jetty-9.4.x 2016-09-02 10:57:30 -05:00
Jesse McConnell
96bde3263a fix up documentation after the docbx-maven-plugin changed where it generated source 2016-09-02 10:57:02 -05:00
Jan Bartel
83c3d6725d Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2016-09-02 17:28:40 +10:00
Jan Bartel
a274d1c17b Merge remote-tracking branch 'origin/jetty-9.2.x' into jetty-9.3.x 2016-09-02 17:28:06 +10:00
Jan Bartel
55a81fd7c6 Issue #899 2016-09-02 17:24:28 +10:00
Greg Wilkins
a01cdf6417 fixed coding standards 2016-09-02 16:07:02 +10:00
Greg Wilkins
3b9db6bcd4 Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2016-09-02 15:54:50 +10:00
Greg Wilkins
8edc5f73a2 fixed javadoc 2016-09-02 15:53:28 +10:00
Jan Bartel
30bf3febdc Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2016-09-02 15:45:15 +10:00