Skip to content

Relax requirement to use HTTP 501 #415#418

Merged
m-mohr merged 1 commit into
draftfrom
issue-415
Oct 22, 2021
Merged

Relax requirement to use HTTP 501 #415#418
m-mohr merged 1 commit into
draftfrom
issue-415

Conversation

@m-mohr

@m-mohr m-mohr commented Oct 19, 2021

Copy link
Copy Markdown
Member

See issue #415 for details.

Strictly speaking, this is a breaking change, but in reality, all clients (afaik) handle 404 well enough as most back-ends return 404s instead of 501s for unsupported back-ends. Therefore a check from all client devs (Py, R, JS) would be appreciated.

  • R Client
  • JS Client
  • Python Client

@m-mohr m-mohr added this to the 1.2.0 milestone Oct 19, 2021
@m-mohr
m-mohr requested review from flahn and soxofaan October 19, 2021 10:35
@m-mohr m-mohr linked an issue Oct 19, 2021 that may be closed by this pull request
@soxofaan

Copy link
Copy Markdown
Member

To be honest, I wasn't aware that 501 should have been used for unsupported endpoints at back-end and client side.
So the introduced behavior is actually the existing behavior in VITO backend and Python client

@m-mohr m-mohr self-assigned this Oct 22, 2021
@m-mohr

m-mohr commented Oct 22, 2021

Copy link
Copy Markdown
Member Author

@flahn conformed via chat that this is not an issue for R.

@m-mohr
m-mohr merged commit 592e266 into draft Oct 22, 2021
@m-mohr
m-mohr deleted the issue-415 branch October 22, 2021 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Relax requirement to use HTTP 501

2 participants