summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/main/java/com/yahoo/jdisc/http/server
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14864 from vespa-engine/jonmv/async-doc-v1-take2Bjørn Christian Seime2020-10-141-28/+28
|\
| * Update expectation to complete writing stuff to request content channel earlierJon Marius Venstad2020-10-141-28/+28
* | Use node cert for health checks to port with 'need' client authBjørn Christian Seime2020-10-141-15/+20
* | Control if connector should use TLS implicitly if Vespa TLS is enabledBjørn Christian Seime2020-10-141-5/+15
|/
* Merge pull request #14787 from vespa-engine/bjorncs/jetty-threadpool-metricsHenning Baldersheim2020-10-0912-193/+247
|\
| * Add metrics for Jetty's threadpoolBjørn Christian Seime2020-10-082-0/+22
| * Move server metric reporting to separate classBjørn Christian Seime2020-10-082-67/+107
| * Rename 'MetricReporter' => 'RequestMetricReporter'Bjørn Christian Seime2020-10-085-17/+17
| * Simplify thread construction to use DaemonThreadFactoryBjørn Christian Seime2020-10-081-16/+5
| * Remove meaningless '@Beta' annotationBjørn Christian Seime2020-10-081-2/+0
| * Extract metric names and dimensions to separate classBjørn Christian Seime2020-10-087-102/+107
* | Merge pull request #14739 from vespa-engine/bjorncs/jdisc-access-loggingBjørn Christian Seime2020-10-092-25/+27
|\ \ | |/ |/|
| * Don't use request headers for remote address/port in hosted VespaBjørn Christian Seime2020-10-062-25/+27
* | Upgrade Jetty to 9.4.32Bjørn Christian Seime2020-10-072-6/+6
|/
* Update pattern to new type of error message for invalid client certificate (#...Bjørn Christian Seime2020-09-241-2/+2
* Don't log failed requests as infoBjørn Christian Seime2020-09-211-2/+1
* Propagate requestType through jdisc core responseJon Bratseth2020-09-143-9/+8
* Test request statisticsJon Bratseth2020-09-142-0/+11
* Handle default port for http and https being hidden by java URIJon Marius Venstad2020-09-091-2/+12
* Validate created URI is as expectedJon Marius Venstad2020-09-091-4/+12
* Allow setting a request type explicitlyJon Bratseth2020-09-026-134/+121
* Update comment mentioning jdisc_http_filtersgjoranv2020-08-191-2/+2
* Report requests to /search as request type readMorten Tokle2020-08-122-2/+7
* Include client ip dimension for ssl handshake failure metrics (#13998)Morten Tokle2020-08-052-3/+10
* Remove feature flag 'jdisc-health-check-proxy-client-timeout'Bjørn Christian Seime2020-07-091-3/+0
* Don't assume remote port header contains a valid port numberBjørn Christian Seime2020-07-081-1/+9
* Don't log invalid requests for filter execution on servletsBjørn Christian Seime2020-07-071-1/+7
* Log failed requests as 'info' instead of 'warning'Bjørn Christian Seime2020-07-071-1/+1
* Add request type dimension to http.nxx metricsMorten Tokle2020-06-262-12/+41
* Make proxy client timeout configurableBjørn Christian Seime2020-05-201-21/+23
* Ignore local port reported from proxy-protocol headerBjørn Christian Seime2020-04-305-6/+14
* Report expired client certificate as a separate metricBjørn Christian Seime2020-04-082-0/+5
* 200 OK response on status.html for redirect handlerandreer2020-04-081-2/+6
* Merge pull request #12855 from vespa-engine/bjorncs/jdisc-unknown-methodsBjørn Christian Seime2020-04-071-6/+15
|\
| * Return status code 405 for unknown HTTP methodsBjørn Christian Seime2020-04-061-6/+15
* | make secure redirect use http (not https)andreer2020-04-061-1/+1
|/
* Remove unused methodBjørn Christian Seime2020-04-021-24/+0
* Add connector config for max connection lifeBjørn Christian Seime2020-04-021-0/+9
* Make 'max requests per connection' config connector specificBjørn Christian Seime2020-04-022-11/+16
* Add secure direct support to JDiscBjørn Christian Seime2020-04-022-2/+57
* Merge pull request #12516 from vespa-engine/bjorncs/support-proxy-protocol-in...Morten Tokle2020-03-101-10/+42
|\
| * Support proxy protocol for https connectorsBjørn Christian Seime2020-03-091-10/+42
* | Remove unused variableBjørn Christian Seime2020-03-091-2/+0
* | Remove wiring for pre-bound channels in Jetty integrationBjørn Christian Seime2020-03-093-64/+4
|/
* Handle SSLHandshakeException without messageBjørn Christian Seime2020-03-061-0/+1
* Rename new jdisc http ssl handshake metricsBjørn Christian Seime2020-03-051-5/+5
* Handle SslConnectionFactory wrapped in DetectorConnectionFactoryBjørn Christian Seime2020-03-051-0/+3
* Replace deprecated OptionalSslConnectionFactory with DetectorConnectionFactoryBjørn Christian Seime2020-03-051-7/+2
* Revert "Replace deprecated OptionalSslConnectionFactory with DetectorConnecti...Bjørn Christian Seime2020-03-051-2/+7
* Merge pull request #12442 from vespa-engine/revert-12440-revert-12415-bjorncs...Bjørn Christian Seime2020-03-053-7/+98
|\