aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/test/java/com/yahoo/jdisc
Commit message (Expand)AuthorAgeFilesLines
* Merge Java package 'c.y.s.tls.{auth,json,policy}' into 'c.y.s.tls'Bjørn Christian Seime2022-07-201-1/+1
* 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
* GC deprecated methods and make mebers final.Henning Baldersheim2022-06-081-3/+0
* Remove deprecated filter request/response APIsBjørn Christian Seime2022-06-082-40/+25
* Remove deprecated http response metricsBjørn Christian Seime2022-06-081-2/+0
* Rewrite current 'SslContextFactoryProvider' impls to 'SslProvider'Bjørn Christian Seime2022-05-311-5/+3
* Ensure proxy-protocol is mandatory when mixed-mode is disabledBjørn Christian Seime2022-05-111-2/+20
* Destroy Jetty client after stopBjørn Christian Seime2022-05-061-0/+1
* Configure timeouts on Jetty client and add retries to access log validationBjørn Christian Seime2022-05-061-2/+15
* Misc code cleanupBjørn Christian Seime2022-05-061-13/+12
* Deprecate method leaking GuiceBjørn Christian Seime2022-02-081-6/+0
* Remove obsolete usage of ServletPathsConfiggjoranv2022-01-032-5/+0
* Broken pipe can be reported through SocketExceptionBjørn Christian Seime2021-12-131-1/+2
* Make DiscFilterRequest non-abstract and deprecate JdiscFilterRequestBjørn Christian Seime2021-12-031-26/+25
* Make DiscFilterResponse concrete and remove package-private sub-classBjørn Christian Seime2021-12-031-7/+8
* Reapply "Remove Servlet integration from container-core [run-systemtest]""Bjørn Christian Seime2021-12-035-620/+0
* Revert "Remove Servlet integration from container-core [run-systemtest]"Jon Marius Venstad2021-12-035-0/+620
* Remove Servlet integration from container-coreBjørn Christian Seime2021-12-025-620/+0
* Deprecate metrics 'http.status.[401|403]'Bjørn Christian Seime2021-11-231-0/+1
* Add status code as dimension to response metricsBjørn Christian Seime2021-11-231-21/+27
* Use concurrent map for adders + simplify request=>dimensions mappingBjørn Christian Seime2021-11-232-37/+31
* Add position and arrayOffset, when writing from ByteBufferJon Marius Venstad2021-10-311-1/+0
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* More mockito magic.Henning Baldersheim2021-10-081-3/+5
* Use refer(any)Henning Baldersheim2021-10-081-12/+8
* Merge pull request #19452 from vespa-engine/bjorncs/jetty-async-listenerBjørn Christian Seime2021-10-071-2/+1
|\
| * Refactor async completion logic for read and write pathBjørn Christian Seime2021-10-071-2/+1
* | Update Verizon Media copyright notices.gjoranv2021-10-0714-14/+14
* | Update 2019 Yahoo Holdings copyright notices.gjoranv2021-10-071-1/+1
* | Update 2018 copyright notices.gjoranv2021-10-074-4/+4
* | Update 2017 copyright notices.gjoranv2021-10-0725-25/+25
|/
* Add mock for added newRequest method.Henning Baldersheim2021-10-053-0/+3
* Add option to attach a context to refer.Henning Baldersheim2021-10-051-0/+1
* SimplifyHenning Baldersheim2021-10-041-20/+20
* - Add deprecation warning for methods only used in tests to enable using fina...Henning Baldersheim2021-10-013-0/+5
* Revert "Merge pull request #18772 from vespa-engine/revert-18759-bjorncs/http2"Bjørn Christian Seime2021-08-175-37/+85
* Revert "Bjorncs/http2"Bjørn Christian Seime2021-08-175-85/+37
* Add unit test for HTTP/2 Plain TextBjørn Christian Seime2021-08-163-35/+85
* HTTP/2 is enabled by defaultBjørn Christian Seime2021-08-162-2/+0
* Respect thresholds for max requests/time for HTTP/2 connectionsBjørn Christian Seime2021-08-091-5/+40
* Extract common methods for auth0/okta request filters to utils classValerij Fredriksen2021-07-281-0/+48
* Test HTTP request using empty URI path segmentBjørn Christian Seime2021-07-151-0/+22
* Revert "Revert "Bjorncs/fix""Harald Musum2021-07-061-3/+0
* Revert "Bjorncs/fix"Harald Musum2021-07-051-0/+3
* Move the most expensive tests in HttpServerTest to separate test classesBjørn Christian Seime2021-07-055-388/+481
* 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