summaryrefslogtreecommitdiffstats
path: root/container-core/src/test/java/com/yahoo/jdisc/http/filter/ServletFilterRequestTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Reapply "Remove Servlet integration from container-core [run-systemtest]""Bjørn Christian Seime2021-12-031-173/+0
|
* Revert "Remove Servlet integration from container-core [run-systemtest]"Jon Marius Venstad2021-12-031-0/+173
|
* Remove Servlet integration from container-coreBjørn Christian Seime2021-12-021-173/+0
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* - Add deprecation warning for methods only used in tests to enable using ↵Henning Baldersheim2021-10-011-0/+1
| | | | | | | final on members. - assign the reference at the end of the constructor to avoid possibility for exceptions thrown leaving the reference hidden in the dark. - Catch Throwable instead of RuntimException to avoid some exceptions to pass.
* Add HTTP/2 support to jdiscBjørn Christian Seime2021-04-121-17/+10
|
* Revert "Revert "Revert "Bjorncs/jdisc http2 preps [run-systemtest]"""Bjørn Christian Seime2021-04-121-10/+17
|
* Revert "Revert "Bjorncs/jdisc http2 preps [run-systemtest]""Bjørn Christian Seime2021-04-121-17/+10
|
* Revert "Bjorncs/jdisc http2 preps [run-systemtest]"Harald Musum2021-04-091-10/+17
|
* JettyMockRequestBuilder instead of Mockito in unit testsBjørn Christian Seime2021-04-091-17/+10
|
* Add test java source files from jdisc_http_service.gjoranv2021-03-231-0/+179