Greg Wilkins
0c0d47055c
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-09-09 09:22:39 +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
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
Greg Wilkins
e29aa306cf
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-09-08 15:03:31 +10: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
48b7fd4b58
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-09-08 14:27:27 +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
8128f57020
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-09-08 10:40:07 +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
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
Simone Bordet
899be63aa4
Merged branch 'jetty-9.4.x' into 'master'.
2016-09-05 23:31:40 +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
2ac0d4f2e5
Merged branch 'jetty-9.4.x' into 'master'.
2016-09-05 23:18:44 +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
bdf26da0c0
Merged branch 'jetty-9.4.x' into 'master'.
2016-09-05 23:12:44 +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
Greg Wilkins
32f1b30901
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-09-02 14:58:08 +10:00
Greg Wilkins
25574d2843
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-09-02 14:57:44 +10:00
Greg Wilkins
1f7c5a5b20
Issue #898
...
Added addCSV method to HttpFields to more efficiently add values to a CSV field without duplicates.
Improved usage of QuotedCSV and removed older parsing
Used new method in GazipHttpOutPutInterceptor to avoid duplicate Vary fields
2016-09-02 14:57:13 +10:00
Greg Wilkins
0c6c11d79d
Issue #897
...
If a request is not handled within the scope of the GzipHandler, the gzip interceptor is removed so it cannot be used by any subsequent handlers.
If the request is handled, it is left in place to be used by any async handling.
2016-09-02 12:14:23 +10:00
Greg Wilkins
ec5dd51fe1
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-09-01 16:44:32 +10:00
Greg Wilkins
718c8e2444
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-09-01 16:44:03 +10:00
Greg Wilkins
a799b21eb3
fixed merge
2016-09-01 16:41:49 +10:00
Greg Wilkins
c2621bcad6
Merge remote-tracking branch 'origin/jetty-9.2.x' into jetty-9.3.x
2016-09-01 16:29:00 +10:00
Greg Wilkins
f7c32c5fc7
Issue #882 IPv6 map
...
The new IPv6 capable InetAddressSet has been added as an alternative for IPAddressMap
The IncludeExclude class has been generalized to IncludeExcludeSet that can have a different
Predicate type to the set type and this works well with InetAddressSet.
However for #881 and #883 , this may not be enough and Map semantics may need to be added.
The IPAccessHandler also has path mappings supported, which could need the map semantics, so for now a new InetAccessHandler has been
added that just uses an IncludeExcludeSet<InetAddressSet>, but this has yet to be tested.
The AbstractProxyServlet uses a host:port combinations, so IncludeExcludeSet<InetAddressSet> is not directly applicable.
2016-09-01 16:12:35 +10:00
Joakim Erdfelt
544686255c
Merge branch 'jetty-9.4.x'
2016-08-31 10:19:02 -07:00
Greg Wilkins
5ab9846ac5
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-08-31 20:32:54 +10:00
Greg Wilkins
f856107301
Merge remote-tracking branch 'origin/jetty-9.2.x' into jetty-9.3.x
2016-08-31 19:05:57 +10:00
Greg Wilkins
0155ae761c
Issue #880 Improve IPv6 support
...
For #880 added the HostPort class, which was used to fix #878 , #879 , #884 and #886
2016-08-31 16:46:11 +10:00
Jesse McConnell
d100ed16a4
Merge branch 'jetty-9.4.x'
2016-08-26 14:37:18 -05:00
Jesse McConnell
174a3bc9be
merge 9.3.x
2016-08-26 14:35:49 -05:00
Simone Bordet
0322a1640d
Code cleanup.
2016-08-26 12:49:31 +02:00
Simone Bordet
2389b65578
Code cleanup.
2016-08-26 10:45:04 +02:00
Joakim Erdfelt
4c5d0319b1
Minor code cleanup
...
+ Changed variable from rfc7230 to rfc7239
+ Javadoc updates
2016-08-25 11:40:51 -07:00
Jan Bartel
8eb8ccfb18
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-08-18 13:24:06 +10:00
Jan Bartel
9aa0371188
Fix javadoc comments
2016-08-18 13:23:38 +10:00
Jan Bartel
fe52434d53
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-08-18 11:21:17 +10:00
Jan Bartel
4ac821d582
Updates to session javadoc
2016-08-18 11:20:45 +10:00
Greg Wilkins
5528dc60f5
Issue #845 data rate limits
...
Converted to long minimum data rather than the numerically sensitive data rate.
2016-08-17 17:24:57 +10:00
Greg Wilkins
19a20a486d
ssue #845 data rate limits
...
double
2016-08-17 07:11:36 +10:00
Greg Wilkins
a60fe5e523
Issue #845 data rate limits
...
use nanotime
2016-08-16 23:15:30 +10:00
Greg Wilkins
d4ebdd6875
Issue #845 data rate limits
...
added @sbordets feedback
2016-08-16 21:47:49 +10:00