aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/restapi
Commit message (Expand)AuthorAgeFilesLines
* Misc improvements to `RestApi`Bjørn Christian Seime2024-03-122-8/+10
* Sort after filter, so total order existsjonmv2024-02-271-9/+3
* Ensure consistent global orderingBjørn Christian Seime2024-02-271-1/+3
* Handle `InvalidJsonException` by default. Fix mapper orderingBjørn Christian Seime2024-02-272-1/+7
* Merge pull request #30411 from vespa-engine/freva/jsonHåkon Hallingstad2024-02-262-241/+1
|\
| * Move Json to vespajlibValerij Fredriksen2024-02-262-241/+1
* | Add default mapper for `Json`Bjørn Christian Seime2024-02-261-0/+5
|/
* Minor improvements to `Json.Builder`Bjørn Christian Seime2024-02-261-0/+4
* Add `stream()`Bjørn Christian Seime2024-02-151-0/+4
* Add fluent builderBjørn Christian Seime2024-02-151-0/+59
* Add simple Slime wrapper throwing 400 on missing/invalid contentBjørn Christian Seime2024-02-152-0/+175
* Allow filter to set principalBjørn Christian Seime2023-11-172-1/+2
* Add constructors taking no argumentsBjørn Christian Seime2023-11-171-0/+2
* Expose remote addressBjørn Christian Seime2023-11-172-1/+5
* Return 404 on missing path parameterBjørn Christian Seime2023-11-171-1/+1
* Apply exception mappers for filter executionBjørn Christian Seime2023-11-171-1/+5
* Add overload for pretty JSONBjørn Christian Seime2023-10-261-6/+9
* Update copyrightJon Bratseth2023-10-0918-18/+18
* 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