htp #19681 MalformedRequestContentRejection cause traceability (#20346)

* improved cause tracking for MalformedRequestContentRejection
* unwrapping RejectionErrors when unmarshalling
* amended old project name in CONTRIBUTING.md
This commit is contained in:
Stefano Bonetti 2016-05-06 10:19:01 +01:00 committed by Konrad Malawski
parent 92a08ab1d0
commit 7d40c1d8d4
5 changed files with 27 additions and 6 deletions

View file

@ -59,7 +59,7 @@ The Akka build includes a special task called `validatePullRequest` which invest
then running tests only on those projects.
For example changing something in `akka-http-core` would cause tests to be run in all projects which depend on it
(e.g. `akka-http-core-tests`, `akka-http-marshallers-*`, `akka-docs` etc.).
(e.g. `akka-http-tests`, `akka-http-marshallers-*`, `akka-docs` etc.).
To use the task simply type, and the output should include entries like shown below: