summaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Collapse)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
| | | | Only used programmatically in RestApiImpl
* 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
|\ | | | | Bjorncs/restapi
| * 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
| | | | | | | | | | Extend RouteBuilder with new method overloads taking HandlerConfig as extra parameter.
* | 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
|\ | | | | Bjorncs/apache http client bundle
| * 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"
| * 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
| | | | | Rewrite test methods to reuse generated crypto material. Rewrite moved tests to use Junit 5.
* 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 ↵gjoranv2021-07-021-2/+5
|\ | | | | | | | | vespa-engine/install-model-evalutation-via-configmodel Install model evaluation via configmodel [run-systemtest]
| * 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" ↵Harald Musum2021-06-221-6/+20
| | | | [run-systemtest]""
* Revert "Revert "Reapply "Use provided apache http client bundle from ↵Harald Musum2021-06-221-20/+6
| | | | container" [run-systemtest]""
* Revert "Reapply "Use provided apache http client bundle from container" ↵Harald Musum2021-06-221-6/+20
| | | | [run-systemtest]"
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-20/+6
| | | | This reverts commit 89c9ae74e5aa065981ea55fe326369df64219c6b.
* Revert "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-6/+20
| | | | This reverts commit a181d8d9de3f4e73daab9ee0d62fd25f094fce2f.
* 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 FINE
| * 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
|\ | | | | Jonmv/vespa feed client
| * 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
|\ | | | | Jonmv/vespa feed client