summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/main/java/com/yahoo/jdisc/http/server/jetty
Commit message (Expand)AuthorAgeFilesLines
* Remove the jdisc_http_service module.gjoranv2021-03-2344-5733/+0
* Use reference-equality instead of object-equality for keys in hashmapBjørn Christian Seime2021-03-091-11/+31
* Determine local port for requests processed after connector is closedBjørn Christian Seime2021-02-241-3/+13
* Move classes '.core' to '.server.jetty'Bjørn Christian Seime2021-02-2410-9/+93
* Revert "Handle alternative error message for incompatible TLS protocol version"Bjørn Christian Seime2021-02-191-2/+1
* Handle alternative error message for incompatible TLS protocol versionBjørn Christian Seime2021-02-191-1/+2
* Merge pull request #16586 from vespa-engine/bjorncs/jdisc-connection-logBjørn Christian Seime2021-02-191-12/+15
|\
| * List complete exception chain for ssl handshake failure in connection logBjørn Christian Seime2021-02-191-12/+15
* | Handle different SSL handshake error message for TLSv1.3Bjørn Christian Seime2021-02-181-1/+1
* | Change expression to match error message when multiple versions are enabledBjørn Christian Seime2021-02-181-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
* Remove all unused fields from AccessLogEntryBjørn Christian Seime2021-01-211-25/+1
* Replace AccessLogEntry with non-blocking RequestLogEntryBjørn Christian Seime2021-01-212-65/+56
* Introduce RequestLog interfaceBjørn Christian Seime2021-01-213-8/+25
* Add remote address to connection logBjørn Christian Seime2021-01-181-1/+14
* Add duration to access logBjørn Christian Seime2021-01-181-1/+10
* Only include http counters if non-zeroBjørn Christian Seime2021-01-181-8/+8
* Add SSL handshake failure to connection logBjørn Christian Seime2021-01-181-3/+22
* Add 'type' to SslHandshakeFailureBjørn Christian Seime2021-01-181-1/+9
* Move SslHandshakeFailure to separate classBjørn Christian Seime2021-01-182-41/+53
* Write SSLEngine reference to log on handshake eventBjørn Christian Seime2021-01-151-4/+4
* Only include counters if initialized. Rename 'bytes' fieldsBjørn Christian Seime2021-01-151-11/+19
* Simplify locking in ConnectionInfoBjørn Christian Seime2021-01-151-35/+16
* Use correct getterBjørn Christian Seime2021-01-151-1/+1
* Rewrite JettyConnectionLogger to deduplicate Jetty connectionsBjørn Christian Seime2021-01-151-43/+106
* Move log statement inside runnableBjørn Christian Seime2021-01-151-4/+6
* Add additional fields to connection logBjørn Christian Seime2021-01-151-4/+34
* Don't propagate exceptions out of listener implementationsBjørn Christian Seime2021-01-151-48/+57
* Track requested SNI servername in connection logBjørn Christian Seime2021-01-141-0/+8
* Add initial connection log integration with JettyBjørn Christian Seime2021-01-145-4/+220
* Setup connection log if access log is enabledMorten Tokle2021-01-141-0/+16
* Initial connection logMorten Tokle2021-01-131-1/+3
* Explicitly allow only absolute URIs with host in UriPattern.matchJon Marius Venstad2020-12-231-1/+0
* Avoid too-clever method that removes port 443 for httpsJon Marius Venstad2020-12-231-15/+11
* Add helper method to rethrow checked as uncheckedBjørn Christian Seime2020-12-023-32/+2
* Revert "Bjorncs/cluster controller reindexing status"Jon Marius Venstad2020-12-023-2/+32
* Add helper method to rethrow checked as uncheckedBjørn Christian Seime2020-12-013-32/+2
* Add strict filtering mode to jdiscBjørn Christian Seime2020-11-192-3/+32
* Log request and response chains to json access logMorten Tokle2020-11-182-0/+11
* Add metrics for request filteringBjørn Christian Seime2020-11-173-6/+33
* Allow extra dimensions for request based metric dimensionsBjørn Christian Seime2020-11-173-43/+13
* Support default request/response filters per connectorBjørn Christian Seime2020-11-176-79/+108
* Prepare FilterBindings to allow default filter chains and metricsBjørn Christian Seime2020-11-136-27/+129
* Revert "Remove implicit and potensially false dependency on jdisc_http_service"Bjørn Christian Seime2020-11-114-398/+0
* Remove implicit and potensially false dependency on jdisc_http_serviceBjørn Christian Seime2020-11-114-0/+398
* Remove find free port hack from testMartin Polden2020-10-291-1/+1
* Add server name as dimensionBjørn Christian Seime2020-10-282-0/+4
* Add metric dimension for client authenticationBjørn Christian Seime2020-10-222-4/+11