summaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Expand)AuthorAgeFilesLines
* Respect thresholds for max requests/time for HTTP/2 connectionsBjørn Christian Seime2021-08-093-26/+68
* Default to redirectValerij Fredriksen2021-07-291-5/+4
* Use the port from the requestValerij Fredriksen2021-07-291-9/+1
* Redirect to login if same OriginValerij Fredriksen2021-07-281-0/+9
* Extract common methods for auth0/okta request filters to utils classValerij Fredriksen2021-07-283-0/+125
* Add user principal to RequestContextBjørn Christian Seime2021-07-152-0/+10
* Add exception type for 401 UnauthorizedBjørn Christian Seime2021-07-151-0/+6
* Make package privateBjørn Christian Seime2021-07-151-6/+6
* Test HTTP request using empty URI path segmentBjørn Christian Seime2021-07-151-0/+22
* Merge pull request #18595 from vespa-engine/bjorncs/restapiØyvind Grønnesby2021-07-155-184/+425
|\
| * Move mapper implementations to RestApiMappersBjørn Christian Seime2021-07-143-141/+189
| * Support custom ACL action mapping for restapi methods through RequestHandlerSpecBjørn Christian Seime2021-07-144-8/+103
| * Add extra parameter for specifying additional handler method configBjørn Christian Seime2021-07-142-38/+136
* | Remove Jersey related code from the container osgi layer.gjoranv2021-07-146-241/+0
* | Remove Jersey integration from DI framework.gjoranv2021-07-148-365/+1
|/
* Merge pull request #18547 from vespa-engine/bjorncs/apache-http-client-bundleBjørn Christian Seime2021-07-061-20/+6
|\
| * Use provided apache http client bundle from containerBjørn Christian Seime2021-07-061-20/+6
* | Revert "Revert "Bjorncs/fix""Harald Musum2021-07-061-3/+0
|/
* Merge pull request #18542 from vespa-engine/revert-18539-bjorncs/fixHarald Musum2021-07-051-0/+3
|\
| * Revert "Bjorncs/fix"Harald Musum2021-07-051-0/+3
* | Revert "Use provided apache http client bundle from container [run-systemtest]"Harald Musum2021-07-051-6/+20
|/
* Move the most expensive tests in HttpServerTest to separate test classesBjørn Christian Seime2021-07-055-388/+481
* Use provided apache http client bundle from containerBjørn Christian Seime2021-07-051-20/+6
* Don't install physical bundles for test osgi frameworks.gjoranv2021-07-021-2/+5
* Revert "Install model evaluation via configmodel [run-systemtest]"gjoranv2021-07-021-5/+2
* Merge pull request #18488 from vespa-engine/install-model-evalutation-via-con...gjoranv2021-07-021-2/+5
|\
| * Don't install physical bundles for test osgi frameworks.gjoranv2021-07-011-2/+5
* | Add metric for render latencyBjørn Christian Seime2021-07-011-0/+3
* | Cast to MessageBusDocumentAccess only where neededJon Marius Venstad2021-06-301-4/+4
* | Use an injected VespaDocumentAccess for streaming searchJon Marius Venstad2021-06-301-15/+19
|/
* Revert "Reapply "Use provided apache http client bundle from container""Bjørn Christian Seime2021-06-231-6/+20
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-231-20/+6
* Revert "Reapply "Use provided apache http client bundle from container" [run-...Harald Musum2021-06-221-6/+20
* Revert "Revert "Reapply "Use provided apache http client bundle from containe...Harald Musum2021-06-221-20/+6
* Revert "Reapply "Use provided apache http client bundle from container" [run-...Harald Musum2021-06-221-6/+20
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-20/+6
* Revert "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-6/+20
* 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
* Merge pull request #18335 from vespa-engine/bratseth/demote-fallback-messageBjørn Christian Seime2021-06-211-1/+1
|\
| * Demote fallback log message to FINEJon Bratseth2021-06-211-1/+1
* | Use provided apache http client bundle from containerBjørn Christian Seime2021-06-171-20/+6
|/
* Add san dns rfc822 cert field in connection logMorten Tokle2021-06-144-2/+30
* Merge pull request #18196 from vespa-engine/jonmv/vespa-feed-clientJon Marius Venstad2021-06-102-8/+10
|\
| * Keep rate control, as it only applies to invalid framesJon Marius Venstad2021-06-101-1/+0
| * More aggressive HTTP connection settingsJon Marius Venstad2021-06-101-0/+4
| * Use H2AsyncClientBuilder in unit testJon Marius Venstad2021-06-101-8/+7
* | Fix typo in method nameBjørn Christian Seime2021-06-101-1/+1
* | Verify that connector idle timeout is based on jdisc connector configBjørn Christian Seime2021-06-091-26/+55
|/
* Merge pull request #18170 from vespa-engine/jonmv/vespa-feed-clientJon Marius Venstad2021-06-091-2/+2
|\