aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/jdisc
Commit message (Expand)AuthorAgeFilesLines
* Handle implicit TLS being disabledBjørn Christian Seime2021-08-171-1/+1
* Revert "Merge pull request #18772 from vespa-engine/revert-18759-bjorncs/http2"Bjørn Christian Seime2021-08-171-43/+52
* Revert "Bjorncs/http2"Bjørn Christian Seime2021-08-171-52/+43
* Only setup HTTP/2 clear text factory if enabledBjørn Christian Seime2021-08-161-1/+3
* Deduplicate logic for setting up connection factoriesBjørn Christian Seime2021-08-161-40/+36
* Add connection factory for HTTP/2 over clear textBjørn Christian Seime2021-08-161-4/+15
* Respect thresholds for max requests/time for HTTP/2 connectionsBjørn Christian Seime2021-08-092-21/+28
* Default to redirectValerij Fredriksen2021-07-291-5/+4
* Use the port from the requestValerij Fredriksen2021-07-291-9/+1
* Redirect to login if same OriginValerij Fredriksen2021-07-281-0/+9
* Extract common methods for auth0/okta request filters to utils classValerij Fredriksen2021-07-282-0/+77
* Add san dns rfc822 cert field in connection logMorten Tokle2021-06-141-0/+11
* Keep rate control, as it only applies to invalid framesJon Marius Venstad2021-06-101-1/+0
* More aggressive HTTP connection settingsJon Marius Venstad2021-06-101-0/+4
* 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-031-4/+4
* 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
* 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-126-4/+80
* 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
* 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-064-36/+74
* 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
* Handle null argument in request callbacksBjørn Christian Seime2021-04-281-1/+2
* Include queue time in search handler for query metrics in StatisticsSearcherBjørn Christian Seime2021-04-231-0/+6
* Add request handler test driver for minimal jdisc with Jetty http serverBjørn Christian Seime2021-04-223-0/+197
* Get request handler spec through delegateMorten Tokle2021-04-214-7/+36
* Always use fallback mechanism in detector connection factoryBjørn Christian Seime2021-04-201-4/+3
* DeduplicateBjørn Christian Seime2021-04-201-4/+2
* Merge pull request #17440 from vespa-engine/mortent/custom-acl-mappingMorten Tokle2021-04-162-0/+21
|\
| * Changes after reviewMorten Tokle2021-04-161-3/+3
| * Custom acl mappingMorten Tokle2021-04-152-0/+21
* | Delegate to ssl before alpnBjørn Christian Seime2021-04-151-2/+2
|/
* Track protocol layers (with versions) in connection logBjørn Christian Seime2021-04-141-0/+22
* Jetty request is wrapped when filtering on jaxrs resource or servletBjørn Christian Seime2021-04-121-3/+10
* Add HTTP/2 support to jdiscBjørn Christian Seime2021-04-1214-87/+159
* Revert "Revert "Revert "Bjorncs/jdisc http2 preps [run-systemtest]"""Bjørn Christian Seime2021-04-1214-159/+87
* Revert "Revert "Bjorncs/jdisc http2 preps [run-systemtest]""Bjørn Christian Seime2021-04-1214-87/+159
* Revert "Bjorncs/jdisc http2 preps [run-systemtest]"Harald Musum2021-04-0914-159/+87
* fixup! Add HTTP/2.0 configuration of connector and connection factoriesBjørn Christian Seime2021-04-091-1/+1
* Rename HttpServletRequestUtils => RequestUtils + make HTTP/2 compatibleBjørn Christian Seime2021-04-0912-69/+82