aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/main/java/com/yahoo/jdisc/http/server
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Revert "Revert "Bjorncs/ssl handshake metric""Bjørn Christian Seime2020-03-043-7/+98
* | Merge pull request #12438 from vespa-engine/bjorncs/upgrade-jettyBjørn Christian Seime2020-03-041-6/+2
|\ \ | |/ |/|
| * Replace deprecated OptionalSslConnectionFactory with DetectorConnectionFactoryBjørn Christian Seime2020-03-041-7/+2
| * Upgrade Jetty to 9.4.27Bjørn Christian Seime2020-03-041-0/+1
* | Revert "Bjorncs/ssl handshake metric"Harald Musum2020-03-043-98/+7
|/
* Replace dash with underscore in the new metric namesBjørn Christian Seime2020-03-041-5/+5
* Report SSL handshake failures in metricBjørn Christian Seime2020-03-033-7/+98
* Close all connections on ssl handshake failureBjørn Christian Seime2020-02-191-2/+10
* Specify default request timeoutsBjørn Christian Seime2020-02-191-0/+8
* Use persisent connectionsBjørn Christian Seime2020-02-191-3/+1
* State the configuration and purpose of health check proxy in the logBjørn Christian Seime2020-01-281-1/+7
* Only use a client certificate if requiredBjørn Christian Seime2020-01-281-5/+25
* Upgrade Apache httpclient+httpcore to newest versionBjørn Christian Seime2020-01-101-1/+1
* Revert "Bjorncs/java deps cleanup"Harald Musum2020-01-101-1/+1
* Upgrade Apache httpclient and httpcore to newest versionBjørn Christian Seime2020-01-091-1/+1
* Log effective SSL setup on JDisc startupBjørn Christian Seime2019-12-161-0/+18
* Revert "Allow config of ssl cipher suites and protocol version"Jon Marius Venstad2019-12-091-18/+0
* Log effective SSL setup on JDisc startupBjørn Christian Seime2019-12-041-0/+18
* Replace 'Alternative' with 'Optional'Bjørn Christian Seime2019-10-082-72/+4
* Use 'X-Forwarded-Port' as preferred source for remote portBjørn Christian Seime2019-10-081-1/+3
* Always include peer port/address in access logBjørn Christian Seime2019-10-081-9/+10
* Hide exceptions caused by abruptly closed connectionsBjørn Christian Seime2019-09-301-1/+1
* Specify user agentBjørn Christian Seime2019-09-241-0/+1
* Improve error message when clients present an invalid certificateBjørn Christian Seime2019-09-121-1/+4
* Remove findbugs annotations from code and build path.gjoranv2019-09-093-9/+6
* Only allow proxying https portsBjørn Christian Seime2019-08-151-4/+3
* Add health check proxy support to jdisc connectorsBjørn Christian Seime2019-08-154-4/+183
* Add Jetty handler that enforces TLS client authentication at http layerBjørn Christian Seime2019-08-132-3/+90
* Refactor into separate methodBjørn Christian Seime2019-04-291-5/+11
* Do not log 404 as warning for 'form-urlencoded' requestsBjørn Christian Seime2019-04-291-0/+1
* Add ssl session id and cipher suite to access logBjørn Christian Seime2019-04-101-0/+8
* Add scheme as dimension to response metricsBjørn Christian Seime2019-04-042-29/+60
* Add scheme as dimension to request metricsBjørn Christian Seime2019-04-042-2/+30
* Don't log invalid requestsBjørn Christian Seime2019-03-151-1/+2
* Print shutdown timeoutBjørn Christian Seime2019-03-131-1/+1
* Remove stopTimeout from connector configBjørn Christian Seime2019-03-131-1/+0