aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/test/java/com/yahoo/jdisc/http/server
Commit message (Expand)AuthorAgeFilesLines
* Remove the jdisc_http_service module.gjoranv2021-03-2322-4508/+0
* Close after waiting for log entryJon Marius Venstad2021-03-011-1/+1
* Block until access log entry is availableBjørn Christian Seime2021-02-262-7/+27
* Determine local port for requests processed after connector is closedBjørn Christian Seime2021-02-242-5/+8
* 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-227-79/+108
* Revert "Access log optimizations [run-systemtest]"Morten Tokle2021-01-227-108/+79
* Replace AccessLogEntry with non-blocking RequestLogEntryBjørn Christian Seime2021-01-214-72/+87
* Introduce RequestLog interfaceBjørn Christian Seime2021-01-216-30/+44
* 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
* Guice modules passed to TestDrivers will always override config moduleBjørn Christian Seime2021-01-151-21/+20
* Add skeleton for connection log unit testBjørn Christian Seime2021-01-143-19/+57
* Close client when closing TestDriverBjørn Christian Seime2021-01-141-1/+3
* Add initial connection log integration with JettyBjørn Christian Seime2021-01-141-1/+5
* Setup connection log if access log is enabledMorten Tokle2021-01-143-0/+7
* Stabilize unit testBjørn Christian Seime2021-01-041-1/+1
* Avoid too-clever method that removes port 443 for httpsJon Marius Venstad2020-12-231-2/+42
* Add strict filtering mode to jdiscBjørn Christian Seime2020-11-191-6/+29
* Add metrics for request filteringBjørn Christian Seime2020-11-171-20/+37
* Move MetricConsumerMock to separate classBjørn Christian Seime2020-11-172-13/+28
* Support default request/response filters per connectorBjørn Christian Seime2020-11-172-21/+140
* Prepare FilterBindings to allow default filter chains and metricsBjørn Christian Seime2020-11-134-104/+70
* Merge pull request #14787 from vespa-engine/bjorncs/jetty-threadpool-metricsHenning Baldersheim2020-10-092-26/+24
|\
| * Extract metric names and dimensions to separate classBjørn Christian Seime2020-10-082-26/+24
* | Don't use request headers for remote address/port in hosted VespaBjørn Christian Seime2020-10-061-6/+16
|/
* Stabilize test - exception may fail out request between commit and response w...Bjørn Christian Seime2020-10-021-1/+1
* 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-144-101/+160
* Handle default port for http and https being hidden by java URIJon Marius Venstad2020-09-091-2/+2
* Validate created URI is as expectedJon Marius Venstad2020-09-091-0/+36
* Allow setting a request type explicitlyJon Bratseth2020-09-021-7/+21
* Report requests to /search as request type readMorten Tokle2020-08-121-1/+4
* Include client ip dimension for ssl handshake failure metrics (#13998)Morten Tokle2020-08-051-0/+42
* Test handling of invalid remote port headerBjørn Christian Seime2020-07-091-0/+20
* Add request type dimension to http.nxx metricsMorten Tokle2020-06-261-2/+33