aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_http_service
Commit message (Collapse)AuthorAgeFilesLines
* 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 SslContextFactory.Server instead.
* 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
|\ | | | | Use latest mockito 1 series.
| * 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
| | | | | Use Server subclass as default constructor of SslContextFactory and some methods are marked as deprecated.
* 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
| | | | Use global stop timeout from server on all connectors
* 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 => ↵Bjørn Christian Seime2019-02-216-115/+101
| | | | | | Default}SslContextFactoryProvider Move SslContextFactoryProvider implementations to 'impl' package.
* 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
| | | | Populate all fields in log() as populateAccessLogEntryFromHttpServletRequest was not guaranteed to be called (e.g. when request headers/uri has invalid encoding).
* Merge pull request #8306 from vespa-engine/bjorncs/vespa-http-clientBjørn Christian Seime2019-02-011-7/+13
|\ | | | | Add client version as header to all http requests (MERGEOK)
| * Log 'Vespa-Client-Version' header to access logBjørn Christian Seime2019-02-011-7/+13
| |
* | Nonfunctional changes onlyJon Bratseth2019-01-312-20/+16
|/
* Update abi specs for 7.gjoranv2019-01-211-274/+18
|
* 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
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Remove AccessLogEntry.setURI/getURIBjørn Christian Seime2019-01-212-81/+9
|
* Remove deprecated Manhattan metricsBjørn Christian Seime2019-01-213-19/+0
|
* Disable TLS RSA ciphers that do not support forward secrecyBjørn Christian Seime2019-01-211-8/+0
| | | | | | This will essentially remove the temporary workaround introduced with the Jetty 9.4.12 upgrade that was done recently. JDisc will with this change only enable certificates marked as grade A by ssllabs.com
* Re-add file removed by accident during rebase to master.gjoranv2019-01-211-0/+103
|
* Remove deprecated escapingBjørn Christian Seime2019-01-212-59/+1
|
* Fix todos in CookieBjørn Christian Seime2019-01-218-168/+20
|
* Move BouncyCastle preinstall declaration to vespajlibBjørn Christian Seime2019-01-211-12/+5
|