aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/main/java/com/yahoo/jdisc/http
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4132 from vespa-engine/bjorncs/custom-ssl-contextBjørn Christian Seime2017-11-169-124/+193
|\ | | | | Bjorncs/custom ssl context
| * Add interface for custom keystore implementation with hot-reloadingBjørn Christian Seime2017-11-146-59/+194
| |
| * Remove meaningless SslKeyStore interfaceBjørn Christian Seime2017-11-144-23/+4
| |
| * Move JksKeyStore to test source directoryBjørn Christian Seime2017-11-141-47/+0
| |
* | 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 #4090 from vespa-engine/bjorncs/custom-ssl-contextBjørn Christian Seime2017-11-134-132/+150
|\ | | | | Bjorncs/custom ssl context
| * Cleanup config validation messBjørn Christian Seime2017-11-101-23/+26
| |
| * Rename getKeyStore -> createPemKeyStoreBjørn Christian Seime2017-11-101-3/+3
| |
| * Move JDiscServerConnector to separate fileBjørn Christian Seime2017-11-104-107/+122
| |
* | Simplify SslKeyStore interfaceBjørn Christian Seime2017-11-133-31/+21
| |
* | Simplify PemSslKeyStore interfaceBjørn Christian Seime2017-11-134-83/+61
| |
* | Remove old Manhattan keystore hackBjørn Christian Seime2017-11-132-75/+8
| |
* | Revert "Bjorncs/jdisc http service cleanup"Martin Polden2017-11-107-90/+187
|/
* Simplify SslKeyStore interfaceBjørn Christian Seime2017-11-093-31/+21
|
* Simplify PemSslKeyStore interfaceBjørn Christian Seime2017-11-094-83/+63
|
* Remove old Manhattan keystore hackBjørn Christian Seime2017-11-092-75/+8
|
* Make PemKeyStoreProvider an static inner classBjørn Christian Seime2017-11-082-20/+13
|
* Move JKSKeyStore to separate packageBjørn Christian Seime2017-11-081-1/+3
|
* Move SslContextFactory to test source directoryBjørn Christian Seime2017-11-081-88/+0
|
* Move test utils to test source directoryBjørn Christian Seime2017-11-085-503/+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-096-24/+400
|
* Expose Principal as attribute/property in request typesBjørn Christian Seime2017-10-031-2/+3
|
* Allow swetting no trust store passwordJon Bratseth2017-10-031-2/+3
|
* Nonfunctional changes onlyJon Bratseth2017-10-031-9/+10
|
* 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-211-0/+4
|
* Expose config for configuring SSL to want client authBjørn Christian Seime2017-09-211-1/+8
|
* Revert "Use Jetty v9.4.7"Arnstein Ressem2017-09-201-1/+2
|
* Use Jetty v9.4.7Bjørn Christian Seime2017-09-201-2/+1
| | | | | 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
* Add connector config for requiring client authenticationBjørn Christian Seime2017-09-191-0/+2
|
* Expose client certificate chain as request attributeBjørn Christian Seime2017-09-191-1/+7
|
* Store maxage as secondsBjørn Christian Seime2017-09-011-10/+8
|
* Remove Netty by replacing cookie codec with Jetty + Java SEBjørn Christian Seime2017-09-011-43/+102
|
* Revert "Bjorncs/remove netty"Harald Musum2017-08-301-106/+49
|
* Store maxage as secondsBjørn Christian Seime2017-08-301-10/+8
|
* Remove Netty by replacing cookie codec with Jetty + Java SEBjørn Christian Seime2017-08-301-43/+102
|
* Revert "Remove Netty by replacing cookie codec with Jetty + Java SE"Henning Baldersheim2017-08-291-127/+47
|
* Remove Netty by replacing cookie codec with Jetty + Java SEBjørn Christian Seime2017-08-291-47/+127
|
* Add copyright headerJon Bratseth2017-08-181-1/+1
|
* Expose connection timestamp to all request typesBjørn Christian Seime2017-07-124-21/+37
|
* Move helper methods to separate utility classBjørn Christian Seime2017-07-125-12/+28
|
* Fix 'connectedAt' timestamp for persistent connectionsBjørn Christian Seime2017-07-121-1/+3
|