[
https://issues.apache.org/jira/browse/STRATOS-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mariangela Hills updated STRATOS-1360:
--------------------------------------
Description:
The following errors were identified in [1].
1) HTTP status code returned should be 200 not 201 as it is executing a PUT
HTTP method.
2) The status message is wrong as it says the application was added rather than
saying that the application was updated.
---------------------------------
[1]
> PUT /api/applications 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: 777
>
* upload completely sent off: 777 out of 777 bytes
< HTTP/1.1 201 Created
< Date: Fri, 01 May 2015 10:07:27 GMT
< Location: https://localhost:9443/api/applications/single-cartridge-app
< Content-Type: application/json
< Transfer-Encoding: chunked
< Server: WSO2 Carbon Server
<
* Connection #0 to host localhost left intact
{"statusCode":201,"successMessage":"Application added successfully:
[application] single-cartridge-app"}
was:
1) HTTP status code is returned should be 200 not 201 as it is executing a PUT
HTTP method [1].
2) The status message is wrong as it says the application was added rather than
saying that the application was updated.
[1]
> PUT /api/applications 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: 777
>
* upload completely sent off: 777 out of 777 bytes
< HTTP/1.1 201 Created
< Date: Fri, 01 May 2015 10:07:27 GMT
< Location: https://localhost:9443/api/applications/single-cartridge-app
< Content-Type: application/json
< Transfer-Encoding: chunked
< Server: WSO2 Carbon Server
<
* Connection #0 to host localhost left intact
{"statusCode":201,"successMessage":"Application added successfully:
[application] single-cartridge-app"}
> Wrong HTTP status code and status message returned - PUT /applications
> ----------------------------------------------------------------------
>
> Key: STRATOS-1360
> URL: https://issues.apache.org/jira/browse/STRATOS-1360
> Project: Stratos
> Issue Type: Sub-task
> Components: REST API
> Affects Versions: 4.1.0 Alpha
> Reporter: Mariangela Hills
> Assignee: Reka Thirunavukkarasu
> Priority: Minor
> Fix For: 4.1.0 RC1
>
>
> The following errors were identified in [1].
> 1) HTTP status code returned should be 200 not 201 as it is executing a PUT
> HTTP method.
> 2) The status message is wrong as it says the application was added rather
> than saying that the application was updated.
> ---------------------------------
> [1]
> > PUT /api/applications 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: 777
> >
> * upload completely sent off: 777 out of 777 bytes
> < HTTP/1.1 201 Created
> < Date: Fri, 01 May 2015 10:07:27 GMT
> < Location: https://localhost:9443/api/applications/single-cartridge-app
> < Content-Type: application/json
> < Transfer-Encoding: chunked
> < Server: WSO2 Carbon Server
> <
> * Connection #0 to host localhost left intact
> {"statusCode":201,"successMessage":"Application added successfully:
> [application] single-cartridge-app"}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)