summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-03-07 14:30:55 +0100
committerJon Bratseth <bratseth@verizonmedia.com>2019-03-07 14:30:55 +0100
commit9507be19fd111c9331a8f500236c1b01b99f6388 (patch)
tree06597cd1928667f034a9bf68258b0b8c2ec17236 /CONTRIBUTING.md
parent78a9d7de1f7d67be6cef8967d2dd7fbc884b4299 (diff)
Fix parsing of array query properties in JSON payload
These were translated to request properties by calling asString on the payload, which returns an empty value for arrays. toString returns the correct value. This also improves error messages for Slime JSON parsing of queries, and in general.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0f3bd2f5140..b10f29edfb4 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,7 @@
<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
# Contributing to Vespa
Contributions to [Vespa](http://github.com/vespa-engine/vespa),
+[Vespa system tests](http://github.com/vespa-engine/system-test),
[Vespa samples](https://github.com/vespa-engine/sample-apps)
and the [Vespa documentation](http://github.com/vespa-engine/documentation) are welcome.
This documents tells you what you need to know to contribute.