Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Files: Json responses have newline character in response for build field #170

Open
dvernon-tacc opened this issue Aug 1, 2024 · 0 comments
Assignees

Comments

@dvernon-tacc
Copy link
Contributor

dvernon-tacc commented Aug 1, 2024

As an example, here is the result of readycheck. Note the build field ends with \n. This is present in all responses from files, not just readycheck:

`HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Headers: Accept,Authorization,Cache-Control,Content-Type,DNT,If-Modified-Since,Keep-Alive,Origin,User-Agent,X-Mx-ReqToken,X-Requested-With,x-tapis-token
Access-Control-Allow-Methods: GET, POST, PUT, PATCH, DELETE, OPTIONS
Access-Control-Allow-Origin: *
Connection: keep-alive
Content-Length: 223
Content-Type: application/json
Date: Thu, 01 Aug 2024 19:51:51 GMT
Server: nginx/1.23.3
Strict-Transport-Security: max-age=63072000

{
"build": "2024-07-19T20:26:22Z\n",
"commit": "6e71ac6d",
"message": "TAPIS_READY Readiness check received by Files Service.",
"metadata": null,
"result": "Ready check passed. Count: 4",
"status": "success",
"version": "1.6.4-6e71ac6d"
}
`

@dvernon-tacc dvernon-tacc self-assigned this Aug 1, 2024
@dvernon-tacc dvernon-tacc moved this from To Do to In Progress in Tapis Project Beta Board Aug 1, 2024
@dvernon-tacc dvernon-tacc moved this from In Progress to Develop in Tapis Project Beta Board Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Staging
Development

No branches or pull requests

1 participant