aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/jdisc/http
Commit message (Expand)AuthorAgeFilesLines
* Move parsing of configuration string to config modelBjørn Christian Seime2024-06-061-10/+5
* Require configuration of max content sizeBjørn Christian Seime2024-06-061-13/+13
* Make sample rate mandatory. Validate in config modelBjørn Christian Seime2024-06-051-3/+1
* Allow configuration of sampling rateBjørn Christian Seime2024-06-051-15/+32
* Fix regexBjørn Christian Seime2024-06-051-1/+1
* Allow logging of request contentBjørn Christian Seime2024-06-053-10/+81
* Improve namingjonmv2024-05-222-4/+4
* Use 499 for client EoF etc.jonmv2024-05-221-1/+1
* Override to 400 and 408 when client EoFs or times outjonmv2024-05-222-3/+7
* Revert "- Avoid a Q in the document v1 handler. Rely only on mbus Q."Henning Baldersheim2024-04-161-1/+5
* Replace all usages of Arrays.asList with List.of where possible.Henning Baldersheim2024-04-127-14/+9
* Unify on List.ofHenning Baldersheim2024-04-114-11/+10
* Unify on Map.ofHenning Baldersheim2024-04-111-2/+1
* - Avoid a Q in the document v1 handler. Rely only on mbus Q.Henning Baldersheim2024-04-041-5/+1
* Fail with 400 for bad `application/x-www-form-urlencoded` requestsBjørn Christian Seime2024-03-141-1/+13
* Add config to disable metric reporterBjørn Christian Seime2024-01-032-6/+8
* Add back methods accidentally removed.Henning Baldersheim2023-11-241-0/+26
* Move Jackson util from vespajlib to container-core.Henning Baldersheim2023-11-241-1/+1
* jackson 2.16 changes some of its default settings so we consolidate our use o...Henning Baldersheim2023-11-231-28/+2
* Change 'TlsContext' interface to return `X509SslContext'Bjørn Christian Seime2023-11-231-1/+1
* Fail immediately when `Content-Length` is presentBjørn Christian Seime2023-11-171-7/+14
* Add configuration for shutdown idle timeoutBjørn Christian Seime2023-11-131-1/+5
* Update container-core/src/main/java/com/yahoo/jdisc/http/server/jetty/Servlet...Bjørn Christian Seime2023-11-101-1/+1
* Limit max payload size based on heap sizeBjørn Christian Seime2023-11-101-5/+22
* Do not use direct buffers for ENcryption in Jettyjonmv2023-11-061-1/+1
* Only report known dimension valuesMorten Tokle2023-10-231-2/+4
* Update copyrightJon Bratseth2023-10-0985-87/+87
* Add copyright headerjonmv2023-10-051-0/+1
* Isolate inner jetty server component from wrapper with filtersjonmv2023-10-059-53/+112
* Remove 'clientIp' dimensionBjørn Christian Seime2023-09-062-6/+0
* Mocking native methods no longer possibleBjørn Christian Seime2023-08-301-4/+18
* Add enums for infrastructure and add to vespametricsset as needed for infrast...yngveaasheim2023-07-311-1/+1
* Add separate connector for token endpointBjørn Christian Seime2023-07-191-11/+6
* Make headers controlling client address connector specificBjørn Christian Seime2023-07-192-12/+7
* Add configurable limit for max request content sizeBjørn Christian Seime2023-06-261-2/+35
* Handle proxy start/reload issuesMorten Tokle2023-06-201-2/+11
* Allow both file and PEM configured simultaneouslyBjørn Christian Seime2023-06-161-5/+8
* Misc improvementsBjørn Christian Seime2023-06-151-4/+2
* Always add access log entry to test filter requestBjørn Christian Seime2023-06-141-0/+5
* Expose certificateBjørn Christian Seime2023-06-141-8/+28
* Merge pull request #27350 from vespa-engine/bjorncs/jettyHenning Baldersheim2023-06-082-4/+15
|\
| * Add workaround for stale requestsBjørn Christian Seime2023-06-082-4/+15
* | Merge branch 'master' into olaa/dataplane-proxy-configOla Aunrønning2023-06-081-1/+17
|\|
| * Get SSL connection object through endpointBjørn Christian Seime2023-06-061-2/+3
| * Add SSL bytes to connection logBjørn Christian Seime2023-05-301-1/+16
* | Generate proxy certificate and inject in trust storeMorten Tokle2023-06-073-2/+114
|/
* Use conn hashcode for distribution insteadjonmv2023-05-151-1/+1
* Initiate connections uniform-randomly up to 10% before conn TTL expiryjonmv2023-05-151-1/+2
* Move metrics definitions to metrics:ai.vespa.metricsgjoranv2023-05-081-1/+1
* Invoke graceful shutdown with using `shutdown()`Bjørn Christian Seime2023-04-271-4/+1