summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove old ssl connector configBjørn Christian Seime2019-01-217-751/+16
|
* Remove soLingerTime from connector configBjørn Christian Seime2019-01-211-4/+0
|
* Revert "Bratseth/disallow dash "Jon Bratseth2019-01-162-16/+20
|
* Nonfunctional changes onlyJon Bratseth2019-01-102-20/+16
|
* Update APIs that have changed.Ilpo Ruotsalainen2019-01-091-0/+40
|
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-092-0/+1366
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Add support for connection throttling in JDiscBjørn Christian Seime2019-01-075-0/+388
|
* Revert "Add support for connection throttling in JDisc"gjoranv2018-12-124-167/+0
| | | | This reverts commit 36221bb67238256d46cb0fe69ca682172d2bec65.
* Revert "Change memory threshold to a percentage of total memory"gjoranv2018-12-123-12/+8
| | | | This reverts commit 2db810113ffc50b26cae63c034cdf0f33b859c64.
* Revert "Pass correct argument to addBean"gjoranv2018-12-121-1/+1
| | | | This reverts commit b821372e19a98e9d87d6020e2208585863fb22ed.
* Pass correct argument to addBeanBjørn Christian Seime2018-12-111-1/+1
|
* Change memory threshold to a percentage of total memoryBjørn Christian Seime2018-12-103-8/+12
|
* Add support for connection throttling in JDiscBjørn Christian Seime2018-12-074-0/+167
|
* Deprecation cleanupJon Bratseth2018-11-201-1/+1
|
* Server.start() now wraps BindException in IOExceptionBjørn Christian Seime2018-11-191-2/+4
| | | | https://github.com/eclipse/jetty.project/pull/3003
* Move classes in com.yahoo.security to security-utilsBjørn Christian Seime2018-10-191-1/+1
|
* Revert "Move classes in com.yahoo.security to security-utils"Harald Musum2018-10-191-1/+1
|
* Move classes in com.yahoo.security to security-utilsBjørn Christian Seime2018-10-171-1/+1
|
* Don't log OverloadException for requests of application/x-www-form-urlencodedBjørn Christian Seime2018-10-101-1/+3
|
* Make SslContextFactoryProvider public apiBjørn Christian Seime2018-09-137-12/+17
|
* Move old ssl logic for connectors into LegacySslProviderBjørn Christian Seime2018-09-1310-306/+188
| | | | | - Inject LegacySslContextFactoryProvider if not using ssl/ssl-provider syntax - Update JDisc unit tests to use new connector config
* Validate new ssl configMorten Tokle2018-09-131-0/+10
|
* Merge pull request #6920 from vespa-engine/bjorncs/ssl-cleanupBjørn Christian Seime2018-09-1211-342/+102
|\ | | | | Remove SslKeyStoreConfigurator/SslTrustStoreConfigurator concept
| * Remove SslKeyStoreConfigurator/SslTrustStoreConfigurator conceptBjørn Christian Seime2018-09-1211-342/+102
| |
* | Merge pull request #6882 from vespa-engine/bjorncs/move-tests-to-open-sourcegjoranv2018-09-122-0/+220
|\ \ | |/ |/| Open-source Security(Response|Request)FilterChainTest
| * Open-source Security(Response|Request)FilterChainTestBjørn Christian Seime2018-09-102-0/+220
| |
* | Use new ssl config to setup ssl on connectorBjørn Christian Seime2018-09-122-24/+69
| |
* | Sort dependencies on scopeBjørn Christian Seime2018-09-122-56/+52
| | | | | | | | - Also remove dependency on Jetbrains annotations artifact
* | Add dummy implementation of SslContextFactoryProviderBjørn Christian Seime2018-09-121-0/+16
| |
* | Move logic for creating default SslContextFactory to ↵Bjørn Christian Seime2018-09-125-73/+100
| | | | | | | | DefaultSslContextFactoryProvider
* | Add interface for SslContextFactoryProviderBjørn Christian Seime2018-09-121-0/+20
| |
* | Set up components and config for ssl/ssl-providerMorten Tokle2018-09-121-3/+18
|/
* Added metrics for 401/403 status codesOla Aunrønning2018-09-063-9/+31
|
* Use correct method to allow TLS_RSA* ciphersHarald Musum2018-09-061-2/+1
|
* Allow TLS_RSA* ciphers in JDisc with Jetty 9.4.12+Bjørn Christian Seime2018-09-051-0/+9
| | | | | Jetty 9.4.12+ disables all TLS_RSA ciphers by default (https://github.com/eclipse/jetty.project/issues/2807).