summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/main/java/com/yahoo/jdisc/http/server/jetty/AccessLogRequestLog.java
Commit message (Expand)AuthorAgeFilesLines
* Move classes '.core' to '.server.jetty'Bjørn Christian Seime2021-02-241-1/+1
* Add back 'ssl-principal' to json access logBjørn Christian Seime2021-02-151-0/+5
* Default to request's localport if connector is already closedBjørn Christian Seime2021-01-221-1/+7
* Ensure duration is not negativeBjørn Christian Seime2021-01-221-1/+1
* Revert "Revert "Access log optimizations [run-systemtest]""Bjørn Christian Seime2021-01-221-68/+61
* Revert "Access log optimizations [run-systemtest]"Morten Tokle2021-01-221-61/+68
* Replace AccessLogEntry with non-blocking RequestLogEntryBjørn Christian Seime2021-01-211-63/+56
* Introduce RequestLog interfaceBjørn Christian Seime2021-01-211-6/+6
* Add initial connection log integration with JettyBjørn Christian Seime2021-01-141-0/+6
* Log request and response chains to json access logMorten Tokle2020-11-181-0/+8
* Don't use request headers for remote address/port in hosted VespaBjørn Christian Seime2020-10-061-24/+26
* Propagate requestType through jdisc core responseJon Bratseth2020-09-141-6/+7
* Don't assume remote port header contains a valid port numberBjørn Christian Seime2020-07-081-1/+9
* Ignore local port reported from proxy-protocol headerBjørn Christian Seime2020-04-301-1/+3
* Replace 'Alternative' with 'Optional'Bjørn Christian Seime2019-10-081-4/+4
* Use 'X-Forwarded-Port' as preferred source for remote portBjørn Christian Seime2019-10-081-1/+3
* Always include peer port/address in access logBjørn Christian Seime2019-10-081-9/+10
* Add ssl session id and cipher suite to access logBjørn Christian Seime2019-04-101-0/+8
* Populate all access log fields in log()Bjørn Christian Seime2019-02-011-57/+38
* Log 'Vespa-Client-Version' header to access logBjørn Christian Seime2019-02-011-7/+13
* Remove AccessLogEntry.setURI/getURIBjørn Christian Seime2019-01-211-51/+2
* Retrieve status code and content length using low-level Jetty interfaceBjørn Christian Seime2018-04-111-2/+2
* Let X-Forwarded-For HTTP header take precedence for remote address in access logFrode Lundgren2018-04-041-3/+3
* Expose client certificate chain in DiscFilterRequestBjørn Christian Seime2018-03-131-1/+1
* Copy raw path and query from request to access log entryBjørn Christian Seime2018-02-011-0/+6
* Refactor uri creation logic into separate methodBjørn Christian Seime2018-02-011-16/+26
* Catch exceptions from AccessLogRequestLogBjørn Christian Seime2018-01-311-17/+23
* Use correct attribute for x509 cert chainBjørn Christian Seime2017-12-041-1/+1
* Add client tls certificate principal to access log entryBjørn Christian Seime2017-11-291-0/+5
* Add access logging of user principalBjørn Christian Seime2017-11-171-0/+6
* Add 'secure' and 'local-port' to JSON access logBjørn Christian Seime2017-11-151-0/+2
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Handle invalid uri escape patternBjørn Christian Seime2017-03-281-1/+3
* Use Github username as authorBjørn Christian Seime2016-06-281-1/+1
* PublishJon Bratseth2016-06-151-0/+150