aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4132 from vespa-engine/bjorncs/custom-ssl-contextBjørn Christian Seime2017-11-1613-100/+217
|\ | | | | Bjorncs/custom ssl context
| * Remove code duplicationBjørn Christian Seime2017-11-151-19/+11
| |
| * Add interface for custom keystore implementation with hot-reloadingBjørn Christian Seime2017-11-148-66/+218
| |
| * Remove meaningless SslKeyStore interfaceBjørn Christian Seime2017-11-145-32/+7
| |
| * Move JksKeyStore to test source directoryBjørn Christian Seime2017-11-143-4/+2
| |
* | Don't log org.eclipse.jetty.io.EofException as warningBjørn Christian Seime2017-11-151-1/+6
| |
* | Add 'secure' and 'local-port' to JSON access logBjørn Christian Seime2017-11-151-0/+2
|/
* Merge pull request #4105 from vespa-engine/bjorncs/bundle-plugin-testHåkon Hallingstad2017-11-131-1/+1
|\ | | | | Use com.yahoo.vespa as artifact id of bundle-plugin-test
| * Fix unstable testBjørn Christian Seime2017-11-131-1/+1
| |
* | Merge pull request #4090 from vespa-engine/bjorncs/custom-ssl-contextBjørn Christian Seime2017-11-136-136/+157
|\ \ | |/ |/| Bjorncs/custom ssl context
| * Cleanup config validation messBjørn Christian Seime2017-11-101-23/+26
| |
| * Add TODOsBjørn Christian Seime2017-11-101-1/+4
| |
| * Rename getKeyStore -> createPemKeyStoreBjørn Christian Seime2017-11-101-3/+3
| |
| * Move JDiscServerConnector to separate fileBjørn Christian Seime2017-11-105-110/+125
| |
* | Reduce log noise from HttpServerConformanceTestBjørn Christian Seime2017-11-131-1/+22
| |
* | Simplify SslKeyStore interfaceBjørn Christian Seime2017-11-135-51/+35
| |
* | Simplify PemSslKeyStore interfaceBjørn Christian Seime2017-11-135-88/+61
| |
* | Remove old Manhattan keystore hackBjørn Christian Seime2017-11-133-143/+11
| |
* | Add TODO on broken semanticsBjørn Christian Seime2017-11-131-0/+1
| |
* | Reduce log noise from unit testsBjørn Christian Seime2017-11-131-1/+4
| |
* | Revert "Bjorncs/jdisc http service cleanup"Martin Polden2017-11-1012-133/+281
|/
* Reduce log noise from HttpServerConformanceTestBjørn Christian Seime2017-11-091-1/+22
|
* Simplify SslKeyStore interfaceBjørn Christian Seime2017-11-095-51/+35
|
* Simplify PemSslKeyStore interfaceBjørn Christian Seime2017-11-095-88/+63
|
* Remove old Manhattan keystore hackBjørn Christian Seime2017-11-093-143/+11
|
* Add TODO on broken semanticsBjørn Christian Seime2017-11-091-0/+1
|
* Reduce log noise from unit testsBjørn Christian Seime2017-11-091-1/+4
|
* Remove 'test' suffix from package name. Remove more dead codeBjørn Christian Seime2017-11-096-289/+3
|
* Remove dead codeBjørn Christian Seime2017-11-085-362/+0
|
* Make PemKeyStoreProvider an static inner classBjørn Christian Seime2017-11-082-20/+13
|
* Move JKSKeyStore to separate packageBjørn Christian Seime2017-11-082-2/+4
|
* Fix author tag. Remove unused classBjørn Christian Seime2017-11-087-76/+6
|
* Move SslContextFactory to test source directoryBjørn Christian Seime2017-11-084-4/+5
|
* Move test utils to test source directoryBjørn Christian Seime2017-11-085-0/+0
|
* Nonfunctional changes onlyJon Bratseth2017-11-081-2/+2
|
* Always try to upgrade to the latest good versionJon Bratseth2017-11-011-31/+26
|
* Support versioned secrets in SecretStoreBjørn Christian Seime2017-10-271-0/+6
|
* Revert "Add back SslKeyStoreFactoryProvider as a temporary workaround"Bjørn Christian Seime2017-10-191-15/+0
|
* Add back SslKeyStoreFactoryProvider as a temporary workaroundBjørn Christian Seime2017-10-121-0/+15
| | | | | Some applications use unsafe config features that breaks when removing a component from the config-model.
* Remove meaningless package-info.java fileBjørn Christian Seime2017-10-091-5/+0
|
* Open-source PEM keystore for JDiscBjørn Christian Seime2017-10-0910-66/+587
|
* Expose Principal as attribute/property in request typesBjørn Christian Seime2017-10-031-2/+3
|
* Allow swetting no trust store passwordJon Bratseth2017-10-032-3/+10
|
* Nonfunctional changes onlyJon Bratseth2017-10-032-10/+11
|
* Nonfunctional changes onlyJon Bratseth2017-10-031-30/+21
|
* Nonfunctional changes onlyJon Bratseth2017-10-021-2/+1
|
* Expose config for secure random algorithm for SSLEngineBjørn Christian Seime2017-09-212-0/+10
|
* Expose config for configuring SSL to want client authBjørn Christian Seime2017-09-212-3/+10
|
* Revert "Use Jetty v9.4.7"Arnstein Ressem2017-09-202-6/+5
|
* Use Jetty v9.4.7Bjørn Christian Seime2017-09-202-5/+6
| | | | | Upgrade to newest Jetty and add support for empty HTTP header values. Release notes Jetty: http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00111.html