aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_http_service
Commit message (Expand)AuthorAgeFilesLines
* Java 9: Suppress warning for deprecated Provider ctor.gjoranv2018-05-031-0/+1
* Deprecate legacy SecretStore interfaceMorten Tokle2018-04-245-10/+15
* Stabilize unit testBjørn Christian Seime2018-04-131-1/+2
* Add unit test verifying that the access log is invoked for 414Bjørn Christian Seime2018-04-111-2/+33
* Retrieve status code and content length using low-level Jetty interfaceBjørn Christian Seime2018-04-111-2/+2
* Register access log directly on ServerBjørn Christian Seime2018-04-111-12/+4
* Return bad request response when encoding in query is invalidBjørn Christian Seime2018-04-092-10/+34
* Let X-Forwarded-For HTTP header take precedence for remote address in access logFrode Lundgren2018-04-042-3/+16
* Fetch the client cert chain attribute directly from underlying servlet requestBjørn Christian Seime2018-03-141-1/+1
* Change return type of getClientCertificateChain() to List<X509Certificate>Bjørn Christian Seime2018-03-133-6/+17
* Expose client certificate chain in DiscFilterRequestBjørn Christian Seime2018-03-135-1/+21
* Add preinstall dependencies of jdisc_http_service to vespa rpmBjørn Christian Seime2018-03-071-0/+1
* Copy bouncycastle dependenciesBjørn Christian Seime2018-03-071-0/+16
* Make BouncyCastle a pre-install requirement of jdisc_http_serviceBjørn Christian Seime2018-03-071-2/+4
* Fix typoMartin Polden2018-03-011-1/+1
* Don't expose methodJon Bratseth2018-02-021-1/+1
* Skip DNS lookup that is not usedJon Bratseth2018-02-021-16/+12
* Copy raw path and query from request to access log entryBjørn Christian Seime2018-02-012-0/+24
* Refactor uri creation logic into separate methodBjørn Christian Seime2018-02-012-16/+27
* Catch exceptions from AccessLogRequestLogBjørn Christian Seime2018-01-311-17/+23
* Add class descriptionBjørn Christian Seime2018-01-031-0/+2
* Workaround for Jetty truststore without passwordBjørn Christian Seime2018-01-032-1/+35
* EofException is always wrapped in CompletionExceptionBjørn Christian Seime2017-12-151-3/+5
* Use Jetty v9.4.8Bjørn Christian Seime2017-12-082-5/+6
* Remove dangling importBjørn Christian Seime2017-12-041-2/+0
* Use correct attribute for x509 cert chainBjørn Christian Seime2017-12-041-1/+1
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
* Merge pull request #4307 from vespa-engine/bjorncs/ssl-details-access-logBjørn Christian Seime2017-11-293-1/+8
|\
| * Add client tls certificate principal to access log entryBjørn Christian Seime2017-11-293-1/+8
* | Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|/
* Merge pull request #4304 from vespa-engine/gjoranv/split-parentgjoranv2017-11-291-0/+1
|\
| * Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
* | Refactor out duplicate codeBjørn Christian Seime2017-11-291-29/+27
* | Add SslTrustStoreConfigurator interface to JDiscBjørn Christian Seime2017-11-287-29/+138
|/
* Stabilize testBjørn Christian Seime2017-11-201-1/+1
* Merge pull request #4193 from vespa-engine/bjorncs/user-principal-access-loggingMorten Tokle2017-11-207-10/+57
|\
| * Add access logging of user principalBjørn Christian Seime2017-11-177-9/+57
| * Remove unused fieldBjørn Christian Seime2017-11-171-1/+0
* | Fix silly bugBjørn Christian Seime2017-11-171-1/+1
|/
* Merge pull request #4132 from vespa-engine/bjorncs/custom-ssl-contextBjørn Christian Seime2017-11-1613-100/+217
|\
| * 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
|\
| * Fix unstable testBjørn Christian Seime2017-11-131-1/+1