Fix jobsink status Location paths for slashy event metadata#9100
Fix jobsink status Location paths for slashy event metadata#9100immanuwell wants to merge 1 commit into
Conversation
Signed-off-by: immanuwell <pchpr.00@list.ru>
|
Welcome @immanuwell! It looks like this is your first PR to knative/eventing 🎉 |
|
Hi @immanuwell. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
creydr
left a comment
There was a problem hiding this comment.
Thanks a lot for the fix @immanuwell
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: creydr, immanuwell The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/ok-to-test |
Proposed Changes
sourceandidwhenjobsinkbuilds the statusLocationheaderRepro
JobSink.source=https://example.com/sources/my/source.Locationheader from thePOSTresponse.GETthat URL.Before this patch, the GET can return
400because raw/insourceturn into extra path segments. Pretty normal input, the status URL just goes sideways a bit.Pre-review Checklist
Release Note
Docs
knative/docs#6651