summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/test/java/com/yahoo/jdisc/http/server/jetty
Commit message (Expand)AuthorAgeFilesLines
* Stabilize HttpServerTestBjørn Christian Seime2020-05-191-6/+17
* Ignore local port reported from proxy-protocol headerBjørn Christian Seime2020-04-302-2/+34
* Report expired client certificate as a separate metricBjørn Christian Seime2020-04-081-0/+41
* Return status code 405 for unknown HTTP methodsBjørn Christian Seime2020-04-061-0/+17
* Make 'max requests per connection' config connector specificBjørn Christian Seime2020-04-021-2/+2
* Merge pull request #12516 from vespa-engine/bjorncs/support-proxy-protocol-in...Morten Tokle2020-03-101-1/+97
|\
| * Use multi-thread safe list implementationBjørn Christian Seime2020-03-091-1/+2
| * Close server before inspecting access logBjørn Christian Seime2020-03-091-9/+8
| * Support proxy protocol for https connectorsBjørn Christian Seime2020-03-091-0/+96
* | Remove wiring for pre-bound channels in Jetty integrationBjørn Christian Seime2020-03-091-34/+3
|/
* Use TLSv1.3 in test instead of TLSv1.1Bjørn Christian Seime2020-03-051-2/+2
* Revert "Revert "Bjorncs/ssl handshake metric""Bjørn Christian Seime2020-03-043-54/+170
* Revert "Bjorncs/ssl handshake metric"Harald Musum2020-03-043-170/+54
* Add workaround for odd behaviour with Jetty or Apache httpclientBjørn Christian Seime2020-03-031-0/+9
* Report SSL handshake failures in metricBjørn Christian Seime2020-03-031-0/+126
* Add constructor overload with list of enabled ciphers and protocol versionsBjørn Christian Seime2020-03-031-1/+13
* Make TLS client auth configurable in test driver factoryBjørn Christian Seime2020-03-032-4/+11
* Remove unused raw() and exceptTrailer() methodsBjørn Christian Seime2020-03-031-47/+0
* Close connections used by SimpleHttpClientBjørn Christian Seime2020-03-031-4/+13
* Remove use of apache commons libraries in jdisc_http_serviceBjørn Christian Seime2020-01-031-11/+20
* Use mockito-core 3.1.0Håkon Hallingstad2019-10-183-8/+9
* Replace 'Alternative' with 'Optional'Bjørn Christian Seime2019-10-081-136/+0
* Use 'X-Forwarded-Port' as preferred source for remote portBjørn Christian Seime2019-10-081-0/+13
* Merge pull request #10262 from vespa-engine/bjorncs/http-bindings-cleanupBjørn Christian Seime2019-08-161-1/+1
|\
| * Don't use wildcard scheme in uri patternsBjørn Christian Seime2019-08-131-1/+1
* | Add explicit unit test to verify whitelisted accessBjørn Christian Seime2019-08-131-0/+18
* | Add Jetty handler that enforces TLS client authentication at http layerBjørn Christian Seime2019-08-132-8/+39
|/
* Use new Jetty api for generating set-cookie headersBjørn Christian Seime2019-07-021-1/+1
* Generate certificate in test instead of using pre-generated oneBjørn Christian Seime2019-05-273-9/+38
* Replace use of testng with junitBjørn Christian Seime2019-04-2914-26/+28
* Use latest mockito 1 series.Henning Baldersheim2019-04-291-1/+1
* Add scheme as dimension to response metricsBjørn Christian Seime2019-04-041-36/+52
* Use local port when constructing request uriBjørn Christian Seime2019-03-111-465/+29
* Rename {Default => Configured}SslContextFactoryProvider, {Throwing => Default...Bjørn Christian Seime2019-02-211-2/+2
* Populate all access log fields in log()Bjørn Christian Seime2019-02-011-24/+38
* Remove AccessLogEntry.setURI/getURIBjørn Christian Seime2019-01-211-30/+7
* Remove deprecated escapingBjørn Christian Seime2019-01-211-10/+0
* Remove old ssl connector configBjørn Christian Seime2019-01-211-27/+0
* Add support for connection throttling in JDiscBjørn Christian Seime2019-01-072-0/+95
* Revert "Add support for connection throttling in JDisc"gjoranv2018-12-121-17/+0
* Revert "Change memory threshold to a percentage of total memory"gjoranv2018-12-121-1/+1
* Change memory threshold to a percentage of total memoryBjørn Christian Seime2018-12-101-1/+1
* Add support for connection throttling in JDiscBjørn Christian Seime2018-12-071-0/+17
* Deprecation cleanupJon Bratseth2018-11-201-1/+1
* Make SslContextFactoryProvider public apiBjørn Christian Seime2018-09-131-1/+1
* Move old ssl logic for connectors into LegacySslProviderBjørn Christian Seime2018-09-133-39/+13
* Remove SslKeyStoreConfigurator/SslTrustStoreConfigurator conceptBjørn Christian Seime2018-09-121-8/+1
* Move logic for creating default SslContextFactory to DefaultSslContextFactory...Bjørn Christian Seime2018-09-121-2/+5
* Added metrics for 401/403 status codesOla Aunrønning2018-09-061-0/+13
* Report HTTP method as a dimension in request/response metricsOlli Virtanen2018-08-061-0/+145