summaryrefslogtreecommitdiffstats
path: root/jdisc_core
Commit message (Collapse)AuthorAgeFilesLines
* Extract common methods for auth0/okta request filters to utils classValerij Fredriksen2021-07-281-0/+5
|
* Execute each test http request onceBjørn Christian Seime2021-06-211-1/+1
|
* Add 'onError' to ContentChannelBjørn Christian Seime2021-06-011-0/+11
|
* Revert "Merge pull request #17664 from ↵Jon Marius Venstad2021-04-301-2/+2
| | | | | | | vespa-engine/revert-17658-jonmv/rest-api-bindings-without-trailing-slash" This reverts commit 9de25e274dbec90a81d9fc107a429dc275c76deb, reversing changes made to 2a8254e4a8e61916974016a6d9933cd406443096.
* Revert "Support loadbalancer/v1 and application/v2/tenant without trailing ↵Harald Musum2021-04-291-2/+2
| | | | slash"
* Use a single bindingJon Marius Venstad2021-04-291-1/+1
|
* Support loadbalancer/v1 and application/v2/tenant without trailing slashJon Marius Venstad2021-04-291-2/+2
|
* Get request handler spec through delegateMorten Tokle2021-04-214-3/+36
|
* Don't allow subclasses to override release()Bjørn Christian Seime2021-04-141-1/+1
|
* Rename, remove unused, non-functionalJon Marius Venstad2021-03-251-4/+3
|
* Explicitly allow only absolute URIs with host in UriPattern.matchJon Marius Venstad2020-12-231-7/+8
|
* Revert "Revert require port from URI when specified in binding"Jon Marius Venstad2020-12-222-24/+1
| | | | This reverts commit ea50af2f89c8bc5ba8b132b971c082a8cce4ad54.
* Revert require port from URI when specified in bindingJon Marius Venstad2020-12-222-1/+24
|
* Reinstate use of getRawPath which was lost in merge conflict from previous ↵Jon Marius Venstad2020-12-211-1/+1
| | | | revert
* Revert treating empty paths as "/"Jon Marius Venstad2020-12-211-2/+6
|
* Use the rawPath, not the URL-decoded path, of the URIJon Marius Venstad2020-12-212-2/+13
|
* Use / as the default for no URI pathJon Marius Venstad2020-12-211-6/+2
|
* Require scheme in URI to matchJon Marius Venstad2020-12-211-1/+2
|
* SimplifyJon Marius Venstad2020-12-213-18/+10
|
* Reorder match orderJon Marius Venstad2020-12-211-13/+12
|
* Require host to be present in URIs to matchJon Marius Venstad2020-12-212-27/+2
|
* Require port to be present in given URI when specified in bindingJon Marius Venstad2020-12-212-24/+1
|
* Rename helper methods to reveal functionJon Marius Venstad2020-12-211-19/+19
|
* Deprecate unused and complicating "priority"Jon Marius Venstad2020-12-212-3/+18
|
* Use synchronizedList which accepts null valuesJon Marius Venstad2020-11-131-2/+3
|
* Revert "Use thread safe arrays too"Arnstein Ressem2020-11-131-3/+3
|
* Use thread safe arrays tooJon Marius Venstad2020-11-131-3/+3
|
* Use a thread safe class for holding header valuesJon Marius Venstad2020-11-131-8/+7
|
* Revert "Merge pull request #15181 from ↵Jon Bratseth2020-11-041-3/+2
| | | | | | | vespa-engine/revert-15180-bratseth/override-in-variant-references" This reverts commit 95ca6fdcb45b1d3ae805c5c9f3d20cc7972f136d, reversing changes made to 19f9396e6b60e49c7830d78d504a14c015600f2b.
* Revert "Override in variant references"Arnstein Ressem2020-11-041-2/+3
|
* Override in variant referencesJon Bratseth2020-11-041-3/+2
|
* Defensively copy given properties in MockMetricJon Marius Venstad2020-10-281-2/+4
|
* Move MockMetric to jdisc_core test packageJon Marius Venstad2020-10-281-0/+53
|
* Add logging on unexpected behaviourJon Marius Venstad2020-10-141-2/+2
|
* Set RequestType both waysJon Bratseth2020-10-091-1/+3
|
* Let handlers dedfine a default request typeJon Bratseth2020-10-011-1/+1
|
* Add equals and hashCode to some classesJon Marius Venstad2020-09-301-1/+1
|
* Move setPhaser to LocalDocumentAccessJon Marius Venstad2020-09-301-3/+17
|
* Merge branch 'master' into bratseth/autoscaling-reconfiguration-eventsJon Bratseth2020-09-281-0/+1
|\
| * Use NOT_FOUND in DocumentResponse as well — as successJon Marius Venstad2020-09-241-0/+1
| |
* | Allow non-fresource metricsJon Bratseth2020-09-251-15/+16
|/
* Propagate requestType through jdisc core responseJon Bratseth2020-09-142-7/+7
|
* Allow setting a request type explicitlyJon Bratseth2020-09-021-0/+11
| | | | | | This lets handler authors control the requestType explicitly by setting it on the HttpResponse, which is useful to avoid misclassification of POST requests to reading handlers as writes.
* Make it possible to instantiate TestTimer at a given InstantValerij Fredriksen2020-08-181-4/+19
|
* Stick to junit for simple test.Henning Baldersheim2020-08-111-5/+3
|
* Reapply "Load platform bundles separately 3"gjoranv2020-07-172-0/+12
| | | | This reverts commit 1c69b4e72b3212e3ce989a8675db08ac51b7f79d.
* Revert "Load platform bundles separately 3"Harald Musum2020-07-172-12/+0
|
* Don't rely on FelixFramework - it's not in an exported packagegjoranv2020-07-162-0/+12
|
* Nonfunctional, changes onlyJon Bratseth2020-06-242-8/+6
|
* Merge pull request #13220 from vespa-engine/balder/add-more-info-to-xml-errorHenning Baldersheim2020-06-182-4/+69
|\ | | | | Add first 200 bytes of message to xml exception