Description
Notification has been spelt wrong in the response message [1] that is received when executing the POST /repo/notify. This needs to be corrected.
[1]
> POST /api/repo/notify HTTP/1.1
> Authorization: Basic YWRtaW46YWRtaW4=
> User-Agent: curl/7.24.0 (x86_64-apple-darwin12.0) libcurl/7.24.0 OpenSSL/0.9.8| zlib/1.2.5
> Host: localhost:9443
> Accept: /
> Content-Type: application/json
> Content-Length: 94
>
- upload completely sent off: 94 out of 94 bytes
< HTTP/1.1 200 OK
< Date: Sun, 10 May 2015 10:33:24 GMT
< Content-Type: application/json
< Transfer-Encoding: chunked
< Server: WSO2 Carbon Server
< - Connection #0 to host localhost left intact {"message":"Repository notificaton sent successfully","statusCode":200}