aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/restapi
Commit message (Expand)AuthorAgeFilesLines
* Disable string length restriction introduced in Jackson 2.15Bjørn Christian Seime2023-05-091-1/+11
* Revert "Revert "Bjorncs/capabilities""Henning Baldersheim2023-02-141-3/+3
* Revert "Bjorncs/capabilities"Henning Baldersheim2023-02-141-3/+3
* Rename 'from()' to 'of()'Bjørn Christian Seime2023-02-131-3/+3
* Add support for declarative configuration of required capabilities to RestApiBjørn Christian Seime2023-02-093-1/+87
* Support changing load balancer state through REST APIMartin Polden2023-02-071-1/+1
* Avoid segment validation in rule based filterjonmv2022-04-111-0/+5
* Constant time append to Path as well, and add length()Jon Marius Venstad2022-04-081-5/+6
* Use HttpURL for base url and query in StateRequestHandlerJon Marius Venstad2022-04-073-10/+20
* Resolve conflictsJon Marius Venstad2022-04-074-451/+4
* Use HttpURL.Path for Path.getRest()Jon Marius Venstad2022-04-064-18/+31
* Disallow ? and # as well, in default path segment validatorJon Marius Venstad2022-04-061-3/+5
* Simplify Path by using HttpURL.Path for segments, and adding default validationJon Marius Venstad2022-04-062-46/+28
* Require that decoded segments also are safe, all the way down!Jon Marius Venstad2022-04-061-2/+4
* Remove usage of asString() and remove it from PathJon Marius Venstad2022-04-061-4/+0
* Remove type from HttpURL and its inner classes, and split validation of path ...Jon Marius Venstad2022-04-061-148/+138
* API brush-up, more unit test coverageJon Marius Venstad2022-04-041-39/+127
* Moro javadoc and requireNonNullJon Marius Venstad2022-04-031-9/+11
* Add HttpURL with Path and Query inner classesJon Marius Venstad2022-04-031-0/+352
* Disallow relative paths and specsMartin Polden2022-03-291-9/+25
* Remove unused optionalPrefixMartin Polden2022-03-291-14/+1
* Extend ThreadedHttpReqHndlr instead of deprecated LoggingReqHndlrgjoranv2022-01-172-8/+8
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-078-8/+8
* Update 2017 copyright notices.gjoranv2021-10-077-7/+7
* Use byte[] insteadValerij Fredriksen2021-09-092-16/+28
* Support 'X-Forwarded-Host'Bjørn Christian Seime2021-09-061-2/+9
* Clarify intended use for 'uriBuilder()'Bjørn Christian Seime2021-09-061-0/+5
* Prefer 'Host' header when constructing uri builderBjørn Christian Seime2021-09-021-4/+10
* 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
* 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-143-7/+69
* Add extra parameter for specifying additional handler method configBjørn Christian Seime2021-07-142-38/+136
* Merge pull request #17697 from vespa-engine/jonmv/reapply-rest-apis-without-t...Jon Marius Venstad2021-05-022-2/+7
|\
| * Fix comparatorJon Marius Venstad2021-05-021-1/+1
| * Sort mappers according to class hierarchy to match most specific mapperJon Marius Venstad2021-04-301-2/+4
| * More details with 404 and 405Jon Marius Venstad2021-04-302-2/+4
| * Check built-in response exceptions firstJon Marius Venstad2021-04-301-1/+2
* | Add redirect responseBjørn Christian Seime2021-04-301-0/+27
|/
* Add additional constructor overloadsBjørn Christian Seime2021-04-231-0/+17
* Add test driver for RestApiBjørn Christian Seime2021-04-231-0/+96
* Rename class to follow convention of similar exception typesBjørn Christian Seime2021-04-132-6/+6
* Create valid builder when URI has implicit portBjørn Christian Seime2021-04-121-1/+4
* Expose RestApi and ObjectMapper to handler implementationBjørn Christian Seime2021-04-123-1/+4
* Add type for '409 - Conflict' + extra constructorsBjørn Christian Seime2021-04-122-4/+21
* Add new method QueryParameters.getStringList()Bjørn Christian Seime2021-03-262-1/+9
* Add 'RequestContext.uriBuilder()'Bjørn Christian Seime2021-03-262-0/+6