summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service
Commit message (Expand)AuthorAgeFilesLines
* Replace 'Alternative' with 'Optional'Bjørn Christian Seime2019-10-083-208/+4
* Use 'X-Forwarded-Port' as preferred source for remote portBjørn Christian Seime2019-10-082-1/+16
* 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
* set up tls using complete cert chain in config/fileandreer2019-09-191-2/+2
* Allow whitelisting of uri paths in combination with implicit ssl connectorBjørn Christian Seime2019-09-161-5/+30
* 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-096-17/+8
* Allow CA certificates configured as PEM stringBjørn Christian Seime2019-08-211-5/+12
* Reimplement ConfiguredSslContextFactoryProvider as TlsContextBasedProviderBjørn Christian Seime2019-08-211-34/+27
* Merge pull request #10262 from vespa-engine/bjorncs/http-bindings-cleanupBjørn Christian Seime2019-08-161-1/+1
|\
| * Don't use wildcard scheme in uri patternsBjørn Christian Seime2019-08-131-1/+1
* | Merge pull request #10296 from vespa-engine/bjorncs/nginx-health-check-proxyBjørn Christian Seime2019-08-157-11/+231
|\ \
| * | Only allow proxying https portsBjørn Christian Seime2019-08-151-4/+3
| * | Add health check proxy support to jdisc connectorsBjørn Christian Seime2019-08-157-11/+232
* | | Merge pull request #10238 from vespa-engine/ogronnesby/propagate-ca-in-configØyvind Grønnesby2019-08-142-0/+9
|\ \ \ | |/ / |/| |
| * | Add the CA certificates to configuration and read it from application packageØyvind Grønnesby2019-08-122-0/+9
| |/
* | Fix typo in commentBjørn Christian Seime2019-08-131-1/+1
* | Add explicit unit test to verify whitelisted accessBjørn Christian Seime2019-08-131-0/+18
* | Add Jetty handler that enforces TLS client authentication at http layerBjørn Christian Seime2019-08-136-13/+177
|/
* Fix typo in class nameBjørn Christian Seime2019-07-041-2/+2
* Add SslContextFactoryProvider that uses TlsContexBjørn Christian Seime2019-07-034-51/+150
* Extend the AutoCloseable interfaceBjørn Christian Seime2019-07-032-3/+7
* Rename 'ReloadingTlsContext' -> 'ConfigFiledBasedTlsContext'Bjørn Christian Seime2019-07-031-2/+2
* Some methods in SslContextFactory base class are deprecatedBjørn Christian Seime2019-07-023-3/+3
* Use new Jetty api for generating set-cookie headersBjørn Christian Seime2019-07-023-21/+19
* tls config from deploy paramsMorten Tokle2019-06-243-10/+38
* Revert "mortent/tls config from deploy params"Morten Tokle2019-06-213-38/+10
* enable passing certificate directly in configandreer2019-06-193-10/+38
* Generate certificate in test instead of using pre-generated oneBjørn Christian Seime2019-05-275-124/+38
* Merge pull request #9228 from vespa-engine/balder/mockito-latest-1Henning Baldersheim2019-04-2929-128/+98
|\
| * Replace use of testng with junitBjørn Christian Seime2019-04-2929-128/+93
| * Include junit to work around mockito issueBjørn Christian Seime2019-04-291-0/+5
| * Use latest mockito 1 series.Henning Baldersheim2019-04-291-1/+1
* | 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
|/
* Revert "Upgrade Jetty to 9.4.16"Bjørn Christian Seime2019-04-153-3/+3
* Upgrade Jetty to 9.4.16Bjørn Christian Seime2019-04-153-3/+3
* Add ssl session id and cipher suite to access logBjørn Christian Seime2019-04-102-0/+10
* Add scheme as dimension to response metricsBjørn Christian Seime2019-04-043-65/+112
* 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
* Add back stopTimeout to connector configBjørn Christian Seime2019-03-142-0/+6
* Print shutdown timeoutBjørn Christian Seime2019-03-131-1/+1
* Remove stopTimeout from connector configBjørn Christian Seime2019-03-134-9/+1
* Add logging of server shutdownBjørn Christian Seime2019-03-131-0/+6
* Add stop timeout to server configBjørn Christian Seime2019-03-134-2/+9
* Fix typo in commentBjørn Christian Seime2019-03-111-1/+1
* Use local port when constructing request uriBjørn Christian Seime2019-03-112-467/+39