summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid NPE in deconstructionHåkon Hallingstad2019-02-271-1/+1
* Add withCertificateEntries() to KeyStoreBuilderBjørn Christian Seime2019-02-251-5/+3
* Update copyright header. Specify charsetBjørn Christian Seime2019-02-251-2/+3
* Convert JDisc http connectors to https when TLS is configured through env varsBjørn Christian Seime2019-02-213-12/+93
* Rename {Default => Configured}SslContextFactoryProvider, {Throwing => Default...Bjørn Christian Seime2019-02-216-115/+101
* Explicitly disable hostname verification in the default JDisc SSL setupBjørn Christian Seime2019-02-201-1/+1
* Populate all access log fields in log()Bjørn Christian Seime2019-02-013-82/+76
* Merge pull request #8306 from vespa-engine/bjorncs/vespa-http-clientBjørn Christian Seime2019-02-011-7/+13
|\
| * Log 'Vespa-Client-Version' header to access logBjørn Christian Seime2019-02-011-7/+13