summaryrefslogtreecommitdiffstats
path: root/container-core/src/test/java/com/yahoo/jdisc/http/server/jetty/HttpServerConformanceTest.java
Commit message (Expand)AuthorAgeFilesLines
* Keep old container alive until servers are switchedjonmv2023-11-301-2/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* Isolate inner jetty server component from wrapper with filtersjonmv2023-10-051-8/+12
* Consolidate hamcrest usage to 2.x and remove cthul-matchersBjørn Christian Seime2023-08-291-4/+3
* Upgrade Jetty from 9.4.49 to 11.0.13Bjørn Christian Seime2023-01-131-0/+1
* Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Bjørn Christian Seime2022-11-021-1/+0
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-11-011-0/+1
* Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Jon Marius Venstad2022-10-311-1/+0
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-311-0/+1
* Revert "Bjorncs/jetty [run-systemtest]"Bjørn Christian Seime2022-10-281-1/+0
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-281-0/+1
* Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Bjørn Christian Seime2022-10-271-1/+0
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-261-0/+1
* Convert container-core to junit5Bjørn Christian Seime2022-07-281-6/+6
* Remove obsolete usage of ServletPathsConfiggjoranv2022-01-031-3/+0
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Reuse HTTP client and executor. Replace 'ClientProxy' with listen port.Bjørn Christian Seime2021-06-211-25/+17
* Remove implicit testing over HTTP/1.0 in methods of HttpServerConformanceTestBjørn Christian Seime2021-06-211-12/+4
* Success with no content is allowed on failureBjørn Christian Seime2021-05-071-8/+8
* Add request handler test driver for minimal jdisc with Jetty http serverBjørn Christian Seime2021-04-221-1/+1
* Add test java source files from jdisc_http_service.gjoranv2021-03-231-0/+847