aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/portal/portal_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* remove xor crypto engine from C++Håvard Pettersen2023-01-041-2/+0
|
* Replace the global variable vespalib::test::local_spec with the functionTor Egge2022-10-221-4/+4
| | | | vespalib::test::make_local_spec().
* Update test HTTP header expectationsTor Brede Vekterli2022-09-081-1/+1
|
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Use vespalib::duration for timeoutsHenning Baldersheim2021-01-311-5/+6
|
* Eliminate noexcept warnings.Tor Egge2020-10-111-1/+1
|
* extend crypto engine apiHåvard Pettersen2020-02-131-5/+6
| | | | | send spec for client connections to enable SNI as well as server name verification
* Set basic HTTP security headers on status pages served from backendTor Brede Vekterli2019-08-131-0/+6
| | | | | | We should already escape everything printed on these pages, but as part of a defense in depth strategy we use a restrictive set of HTTP security headers to minimize the impact in the case of a regression or bug.
* include content length in http responseHåvard Pettersen2019-03-261-1/+2
|
* Revert "include content length in http response"Harald Musum2019-03-251-2/+1
|
* include content length in http responseHåvard Pettersen2019-03-251-1/+2
|
* use dequoted path for dispatchingHåvard Pettersen2019-01-091-0/+36
| | | | also expose query parameters through request proxy
* let GET callback be non-constHåvard Pettersen2018-12-171-1/+1
|
* make authority available to GET handlerHåvard Pettersen2018-12-071-5/+44
| | | | also test header inspection
* use latch instead of executor and improve timing testingHåvard Pettersen2018-11-301-36/+48
|
* initial portal codeHåvard Pettersen2018-11-271-0/+298