summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Fix typo in class nameBjørn Christian Seime2019-07-041-2/+2
* Add SslContextFactoryProvider that uses TlsContexBjørn Christian Seime2019-07-033-51/+80
* Extend the AutoCloseable interfaceBjørn Christian Seime2019-07-031-1/+2
* 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-021-19/+17
* tls config from deploy paramsMorten Tokle2019-06-241-8/+26
* Revert "mortent/tls config from deploy params"Morten Tokle2019-06-211-26/+8
* enable passing certificate directly in configandreer2019-06-191-8/+26
* 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-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
* Add logging of server shutdownBjørn Christian Seime2019-03-131-0/+6
* Add stop timeout to server configBjørn Christian Seime2019-03-131-1/+1
* Fix typo in commentBjørn Christian Seime2019-03-111-1/+1
* Use local port when constructing request uriBjørn Christian Seime2019-03-111-2/+10
* 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-213-97/+97
* 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-012-58/+38
* 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
* | Nonfunctional changes onlyJon Bratseth2019-01-312-20/+16
|/
* Add back method that was intended to be removed in Vespa 7Bjørn Christian Seime2019-01-211-0/+5
* Clarify that deprecation will be removed for Vespa 8gjoranv2019-01-211-1/+1
* Remove AccessLogEntry.setURI/getURIBjørn Christian Seime2019-01-211-51/+2