aboutsummaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Expand)AuthorAgeFilesLines
* Fix: set idle timeout based on configBjørn Christian Seime2021-06-081-1/+1
* Add connector config for HTTP/2 streamsBjørn Christian Seime2021-06-033-6/+44
* Report idle timeout as 500 instead of 503Bjørn Christian Seime2021-06-032-0/+9
* Use same idle timeout for HTTP/2 stream and connectionsBjørn Christian Seime2021-06-021-1/+4
* Pass error from Servlet read listener to content channelBjørn Christian Seime2021-06-011-0/+1
* Upgrade httpclient5 to 5.1Bjørn Christian Seime2021-05-251-2/+2
* Don't create test driver twiceBjørn Christian Seime2021-05-251-3/+2
* Revert "Bjorncs/upgrade httpclient5"Bjørn Christian Seime2021-05-251-4/+5
* Upgrade httpclient5 to 5.1Bjørn Christian Seime2021-05-251-2/+2
* Don't create test driver twiceBjørn Christian Seime2021-05-251-3/+2
* Enable HTTP/2 by default in jdisc (assuming ALPN/TLS)Bjørn Christian Seime2021-05-211-1/+1
* Add HTTP/2 stream id to request logBjørn Christian Seime2021-05-201-0/+14
* Ensure SSLEngine instances are purged on connection closedBjørn Christian Seime2021-05-192-12/+19
* Rename 'connectionInfo' to 'connectionInfos'Bjørn Christian Seime2021-05-191-6/+6
* Increase max concurrent streams per connection for http/2Bjørn Christian Seime2021-05-181-1/+3
* Add metric for requests per connectionBjørn Christian Seime2021-05-128-5/+97
* Extend with more methods. Use Optional in return type.Bjørn Christian Seime2021-05-122-14/+22
* Janitor threadpool must be available across JettyHttpServer instancesBjørn Christian Seime2021-05-116-38/+61
* Extract concurrent identity hashmap into separate classBjørn Christian Seime2021-05-112-34/+52
* Handle case where SslConnection is opened but SSL listener not invokedBjørn Christian Seime2021-05-111-0/+11
* Handle missing query start time in LoggingRequestHandlerBjørn Christian Seime2021-05-071-1/+4
* Make fields private finalBjørn Christian Seime2021-05-072-8/+4
* Success with no content is allowed on failureBjørn Christian Seime2021-05-071-8/+8
* Rewrite comment to make senseBjørn Christian Seime2021-05-061-1/+1
* Support all sub-classes of 'Response' in security response filtersBjørn Christian Seime2021-05-065-55/+86
* Use creation time from http request when availableBjørn Christian Seime2021-05-051-1/+1
* Merge pull request #17697 from vespa-engine/jonmv/reapply-rest-apis-without-t...Jon Marius Venstad2021-05-022-2/+7
|\
| * Fix comparatorJon Marius Venstad2021-05-021-1/+1
| * Sort mappers according to class hierarchy to match most specific mapperJon Marius Venstad2021-04-301-2/+4
| * More details with 404 and 405Jon Marius Venstad2021-04-302-2/+4
| * Check built-in response exceptions firstJon Marius Venstad2021-04-301-1/+2
* | Use valid protocol names in ALPN configurationBjørn Christian Seime2021-05-021-7/+4
* | Add http protocol verison as dimension to request/response metricsBjørn Christian Seime2021-04-304-23/+53
* | Add redirect responseBjørn Christian Seime2021-04-301-0/+27
|/
* Merge pull request #17632 from vespa-engine/bjorncs/fixJon Marius Venstad2021-04-281-1/+2
|\
| * Handle null argument in request callbacksBjørn Christian Seime2021-04-281-1/+2
* | More lazy debug log message generationJon Marius Venstad2021-04-284-13/+14
|/
* Include queue time in search handler for query metrics in StatisticsSearcherBjørn Christian Seime2021-04-232-0/+7
* Merge pull request #17563 from vespa-engine/bjorncs/restapi-test-driverBjørn Christian Seime2021-04-2317-292/+529
|\
| * Add additional constructor overloadsBjørn Christian Seime2021-04-231-0/+17
| * Add test driver for RestApiBjørn Christian Seime2021-04-231-0/+96
| * Add builder for test HttpRequestBjørn Christian Seime2021-04-232-0/+88
| * Add request handler test driver for minimal jdisc with Jetty http serverBjørn Christian Seime2021-04-2213-292/+328
* | Fix javadocMorten Tokle2021-04-231-3/+3
* | Merge pull request #17549 from vespa-engine/mortent/simplify-custom-acl-mappingMorten Tokle2021-04-234-44/+99
|\ \
| * | Provide standard mappingMorten Tokle2021-04-224-44/+99
| |/
* / Revert "Reduce maximum idleTimeout for a connection to 30 sec"Bjørn Meland2021-04-221-1/+1
|/
* Merge pull request #17514 from vespa-engine/bratseth/redundancyJon Bratseth2021-04-211-1/+0
|\
| * No functional changesJon Bratseth2021-04-201-1/+0
* | ensure the handler actually runs before checking what it didArne Juul2021-04-211-2/+2