summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/main/java/com/yahoo/jdisc/http/server/jetty
Commit message (Expand)AuthorAgeFilesLines
* Explicitly allow only absolute URIs with host in UriPattern.matchJon Marius Venstad2020-12-231-1/+0
* Avoid too-clever method that removes port 443 for httpsJon Marius Venstad2020-12-231-15/+11
* Add helper method to rethrow checked as uncheckedBjørn Christian Seime2020-12-023-32/+2
* Revert "Bjorncs/cluster controller reindexing status"Jon Marius Venstad2020-12-023-2/+32
* Add helper method to rethrow checked as uncheckedBjørn Christian Seime2020-12-013-32/+2
* Add strict filtering mode to jdiscBjørn Christian Seime2020-11-192-3/+32
* Log request and response chains to json access logMorten Tokle2020-11-182-0/+11
* Add metrics for request filteringBjørn Christian Seime2020-11-173-6/+33
* Allow extra dimensions for request based metric dimensionsBjørn Christian Seime2020-11-173-43/+13
* Support default request/response filters per connectorBjørn Christian Seime2020-11-176-79/+108
* Prepare FilterBindings to allow default filter chains and metricsBjørn Christian Seime2020-11-136-27/+129
* Revert "Remove implicit and potensially false dependency on jdisc_http_service"Bjørn Christian Seime2020-11-114-398/+0
* Remove implicit and potensially false dependency on jdisc_http_serviceBjørn Christian Seime2020-11-114-0/+398
* Remove find free port hack from testMartin Polden2020-10-291-1/+1
* Add server name as dimensionBjørn Christian Seime2020-10-282-0/+4
* Add metric dimension for client authenticationBjørn Christian Seime2020-10-222-4/+11
* Add back response header that was accidentally removedBjørn Christian Seime2020-10-211-0/+1
* Mark request as handledBjørn Christian Seime2020-10-211-0/+1
* Reimplement HealthCheckProxyHandler as an asynchronous handlerBjørn Christian Seime2020-10-211-24/+93
* Revert "Reimplement HealthCheckProxyHandler as an asynchronous handler"Bjørn Christian Seime2020-10-211-95/+24
* Revert "Add suffix in thread name. Combine return statement + assignment."Bjørn Christian Seime2020-10-211-2/+4
* Add suffix in thread name. Combine return statement + assignment.Bjørn Christian Seime2020-10-211-4/+2
* Reimplement HealthCheckProxyHandler as an asynchronous handlerBjørn Christian Seime2020-10-201-24/+95
* Reduce number of janitor threadsBjørn Christian Seime2020-10-191-1/+2
* Add config for minimum worker threads in JettyBjørn Christian Seime2020-10-191-1/+7
* Specify name of next protocolBjørn Christian Seime2020-10-151-1/+1
* Revert "Revert "Bjorncs/health check proxy https""Bjørn Christian Seime2020-10-152-20/+35
* Revert "Bjorncs/health check proxy https"Arnstein Ressem2020-10-152-35/+20
* 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