summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/test/java
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Initial connection logMorten Tokle2021-01-131-0/+32
* Revert "Revert "Merge container-accesslogging into jdisc_http_service""Bjørn Christian Seime2021-01-116-0/+605
* Revert "Merge container-accesslogging into jdisc_http_service"Bjørn Christian Seime2021-01-116-605/+0
* Merge container-accesslogging into jdisc_http_serviceBjørn Christian Seime2021-01-116-0/+605
* 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
* Revert "Remove implicit and potensially false dependency on jdisc_http_service"Bjørn Christian Seime2020-11-111-203/+0
* Remove implicit and potensially false dependency on jdisc_http_serviceBjørn Christian Seime2020-11-111-0/+203
* 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-142-7/+6
* 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
* 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