aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/test/java/com/yahoo/jdisc/http/server
Commit message (Expand)AuthorAgeFilesLines
* Unify on List.ofHenning Baldersheim2024-04-111-5/+4
* Fail with 400 for bad `application/x-www-form-urlencoded` requestsBjørn Christian Seime2024-03-141-0/+13
* Make test fail fasterBjørn Christian Seime2024-01-041-22/+22
* Reduce time before giving upBjørn Christian Seime2024-01-031-1/+2
* Disable metric reporter for tests taking manual snapshotBjørn Christian Seime2024-01-032-3/+4
* Revert "Merge pull request #29683 from vespa-engine/revert-29678-jonmv/reappl...jonmv2023-12-171-2/+1
* Revert "Jonmv/reapply zk 3.9.1"Harald Musum2023-12-161-1/+2
* Actually fix the test bug, instead of adding one more XDjonmv2023-12-151-1/+1
* Fix random test errorjonmv2023-12-151-2/+1
* Keep old container alive until servers are switchedjonmv2023-11-301-2/+1
* Fail immediately when `Content-Length` is presentBjørn Christian Seime2023-11-171-0/+14
* Update copyrightJon Bratseth2023-10-0925-26/+26
* Isolate inner jetty server component from wrapper with filtersjonmv2023-10-052-18/+22
* Remove 'clientIp' dimensionBjørn Christian Seime2023-09-061-1/+1
* Mocking native methods no longer possibleBjørn Christian Seime2023-08-301-1/+1
* - Update dependency org.jvnet.mimepull:mimepull to v1.10.0renovate[bot]2023-08-294-45/+41
* Consolidate hamcrest usage to 2.x and remove cthul-matchersBjørn Christian Seime2023-08-292-7/+5
* Make headers controlling client address connector specificBjørn Christian Seime2023-07-192-7/+6
* Add configurable limit for max request content sizeBjørn Christian Seime2023-06-261-0/+12
* Close server after response metrics are visibleBjørn Christian Seime2023-06-231-1/+1
* Get SSL connection object through endpointBjørn Christian Seime2023-06-061-0/+2
* Also poll logs before closing Jetty in case of shutdown racing with log handlersBjørn Christian Seime2023-03-241-20/+28
* 'Connection reset' is a valid signal for failed handshakeBjørn Christian Seime2023-03-241-2/+4
* Upgrade Jetty to 11.0.14Bjørn Christian Seime2023-03-091-1/+1
* Poll until metric is reportedBjørn Christian Seime2023-02-091-5/+3
* Upgrade apache 5.1 => 5.2 and add deprecation suppressions.Henning Baldersheim2023-01-261-4/+3
* Revert apache 5.1 -> 5.2Henning Baldersheim2023-01-261-3/+0
* VespaHttpClientBuilder follow builder pattern and add connect and socket time...Henning Baldersheim2023-01-251-0/+2
* Bump apache httpclient from 5.1 to 5.2.Henning Baldersheim2023-01-251-0/+1
* Implement response metric aggregator as a HttpChannel.ListenerBjørn Christian Seime2023-01-232-93/+57
* Upgrade Jetty from 9.4.49 to 11.0.13Bjørn Christian Seime2023-01-137-33/+36
* Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Bjørn Christian Seime2022-11-027-36/+33
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-11-017-33/+36
* Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Jon Marius Venstad2022-10-317-36/+33
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-317-33/+36
* Revert "Bjorncs/jetty [run-systemtest]"Bjørn Christian Seime2022-10-287-36/+33
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-287-33/+36
* Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Bjørn Christian Seime2022-10-277-36/+33
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-267-33/+36
* Add unit test with allowed server namesBjørn Christian Seime2022-10-071-2/+18
* Pass all config through constructorBjørn Christian Seime2022-10-071-1/+2
* Revert "Restrict server names accepted per connector"Harald Musum2022-10-061-18/+2
* Restrict server names accepted per connectorBjørn Christian Seime2022-10-061-2/+18
* Allow default server name to be overriddenBjørn Christian Seime2022-10-061-2/+31
* Convert container-core to junit5Bjørn Christian Seime2022-07-2813-225/+221
* Temporarily ignore testsBjørn Christian Seime2022-06-141-0/+2
* try harder to ensure two connections get usedArne H Juul2022-06-131-1/+1
* Test seems to fail occasionally with ConnectionClosedExceptionBjørn Christian Seime2022-06-131-2/+9
* Rewrite test as hc5 is finally dealing with GOAWAY correctlyBjørn Christian Seime2022-06-131-15/+9
* Remove deprecated http response metricsBjørn Christian Seime2022-06-081-2/+0