You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
Notifications is returning the wrong content type of "text/plain" on http://notifications.$CF_APP_DOMAIN/templates path where it should be "application/json" since it is sending json output.
This is causing browsers and the uaac from formatting the output correctly.
Example:
uaac curl -k https://notifications.$CF_APP_DOMAIN/templates -X GET
GET https://notifications.$CF_APP_DOMAIN/templates
200 OK
RESPONSE HEADERS:
Content-Length: 136
Content-Type: text/plain; charset=utf-8
Date: Tue, 27 Mar 2018 21:02:08 GMT
X-Vcap-Request-Id: b0e5ec43-b322-49f8-76f8-d72739fe72d3
Connection: close
RESPONSE BODY:
{"3bfc197f-70d6-c1e2-ca58-c8f764e240c1":{"name":"site-maintenance"},"a343caf7-caa1-346d-3d99-7b4ddc1a1899":{"name":"site-maintenance1"}}
Where text/plain should be application/json.
The text was updated successfully, but these errors were encountered:
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
Notifications is returning the wrong content type of "text/plain" on http://notifications.$CF_APP_DOMAIN/templates path where it should be "application/json" since it is sending json output.
This is causing browsers and the uaac from formatting the output correctly.
Example:
Where
text/plain
should beapplication/json
.The text was updated successfully, but these errors were encountered: