summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/test/java/com/yahoo/jdisc/http/server/jetty/HttpServerTest.java
Commit message (Expand)AuthorAgeFilesLines
* Close after waiting for log entryJon Marius Venstad2021-03-011-1/+1
* Block until access log entry is availableBjørn Christian Seime2021-02-261-7/+3
* Disable TLSV1.3Bjørn Christian Seime2021-02-241-1/+2
* Allow multiple invocations (in case client retries handshake)Bjørn Christian Seime2021-02-231-6/+7
* Read/write race will produce different error message for TLSv1.3Bjørn Christian Seime2021-02-231-1/+4
* Ignore test for JDKs where TLSv1.1 is disabledBjørn Christian Seime2021-02-231-4/+6
* Revert "Handle alternative error message for incompatible TLS protocol version"Bjørn Christian Seime2021-02-191-0/+2
* Handle alternative error message for incompatible TLS protocol versionBjørn Christian Seime2021-02-191-2/+0
* Temporarily disable testBjørn Christian Seime2021-02-191-0/+2
* Make expected error message substring more genericBjørn Christian Seime2021-02-191-1/+1
* Merge pull request #16586 from vespa-engine/bjorncs/jdisc-connection-logBjørn Christian Seime2021-02-191-11/+18
|\
| * List complete exception chain for ssl handshake failure in connection logBjørn Christian Seime2021-02-191-11/+18
* | Expect TLSv1.3 in connection logBjørn Christian Seime2021-02-181-1/+1
* | Update test as TLSv1.3 is now allowedBjørn Christian Seime2021-02-181-1/+1
|/
* Use cheaper EC based crypto materialBjørn Christian Seime2021-02-091-7/+7
* Revert "Revert "Access log optimizations [run-systemtest]""Bjørn Christian Seime2021-01-221-39/+25
* Revert "Access log optimizations [run-systemtest]"Morten Tokle2021-01-221-25/+39
* Replace AccessLogEntry with non-blocking RequestLogEntryBjørn Christian Seime2021-01-211-38/+19
* Introduce RequestLog interfaceBjørn Christian Seime2021-01-211-22/+27
* Verify content of connection log in HttpServerTestBjørn Christian Seime2021-01-181-44/+117
* Rewrite JettyConnectionLogger to deduplicate Jetty connectionsBjørn Christian Seime2021-01-151-1/+1
* Add skeleton for connection log unit testBjørn Christian Seime2021-01-141-3/+15
* Move MetricConsumerMock to separate classBjørn Christian Seime2020-11-171-13/+0
* Extract metric names and dimensions to separate classBjørn Christian Seime2020-10-081-6/+5
* Wait for statisticsJon Bratseth2020-09-151-17/+28
* Test just one requestJon Bratseth2020-09-141-2/+1
* Propagate requestType through jdisc core responseJon Bratseth2020-09-141-4/+3
* Test request statisticsJon Bratseth2020-09-141-65/+124
* Stabilize HttpServerTestBjørn Christian Seime2020-05-191-6/+17
* Ignore local port reported from proxy-protocol headerBjørn Christian Seime2020-04-301-2/+30
* Report expired client certificate as a separate metricBjørn Christian Seime2020-04-081-0/+41
* Make 'max requests per connection' config connector specificBjørn Christian Seime2020-04-021-2/+2
* 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
* 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-041-3/+139
* Revert "Bjorncs/ssl handshake metric"Harald Musum2020-03-041-139/+3
* 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
* Make TLS client auth configurable in test driver factoryBjørn Christian Seime2020-03-031-3/+4
* 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-131-8/+34
* 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-271-1/+30
* Replace use of testng with junitBjørn Christian Seime2019-04-291-1/+1
* Add support for connection throttling in JDiscBjørn Christian Seime2019-01-071-0/+17
* 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