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

Fix incorrect encoding of health endpoint #618

Merged
merged 16 commits into from
Dec 17, 2024
Merged

Fix incorrect encoding of health endpoint #618

merged 16 commits into from
Dec 17, 2024

Conversation

karl-johan-grahn
Copy link
Contributor

Currently IMC incorrectly encodes URLs with parameters, resulting in a route that returns the wrong response. For example, for a probe with health endpoint health?standbyok=true&sealedcode=204&uninitcode=204 it returns health%3Fstandbyok=true&sealedcode=204&uninitcode=204 while it should return health?standbyok=true&sealedcode=204&uninitcode=204

@karl-johan-grahn karl-johan-grahn changed the title update Fix incorrect encoding or health endpoint Dec 9, 2024
@karl-johan-grahn karl-johan-grahn changed the title Fix incorrect encoding or health endpoint Fix incorrect encoding of health endpoint Dec 9, 2024
Copy link
Contributor

@MuneebAijaz MuneebAijaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blocking this PR till discussion

@karl-johan-grahn
Copy link
Contributor Author

To update: Run tests based on labels

@karl-johan-grahn karl-johan-grahn added the ok-to-test Run tests in PR workflows label Dec 15, 2024
@github-actions github-actions bot removed the ok-to-test Run tests in PR workflows label Dec 15, 2024
@karl-johan-grahn karl-johan-grahn added the ok-to-test Run tests in PR workflows label Dec 16, 2024
@github-actions github-actions bot removed the ok-to-test Run tests in PR workflows label Dec 16, 2024
@karl-johan-grahn karl-johan-grahn added the ok-to-test Run tests in PR workflows label Dec 16, 2024
@github-actions github-actions bot removed the ok-to-test Run tests in PR workflows label Dec 16, 2024
@karl-johan-grahn karl-johan-grahn added the ok-to-test Run tests in PR workflows label Dec 16, 2024
@github-actions github-actions bot removed the ok-to-test Run tests in PR workflows label Dec 16, 2024
@karl-johan-grahn karl-johan-grahn added the ok-to-test Run tests in PR workflows label Dec 16, 2024
@github-actions github-actions bot removed the ok-to-test Run tests in PR workflows label Dec 16, 2024
@karl-johan-grahn karl-johan-grahn added the ok-to-test Run tests in PR workflows label Dec 16, 2024
@github-actions github-actions bot removed the ok-to-test Run tests in PR workflows label Dec 16, 2024
@karl-johan-grahn karl-johan-grahn added the ok-to-test Run tests in PR workflows label Dec 16, 2024
@github-actions github-actions bot removed the ok-to-test Run tests in PR workflows label Dec 16, 2024
@karl-johan-grahn karl-johan-grahn added the ok-to-test Run tests in PR workflows label Dec 16, 2024
@github-actions github-actions bot removed the ok-to-test Run tests in PR workflows label Dec 16, 2024
@karl-johan-grahn karl-johan-grahn added the ok-to-test Run tests in PR workflows label Dec 16, 2024
@github-actions github-actions bot removed the ok-to-test Run tests in PR workflows label Dec 16, 2024
@MuneebAijaz MuneebAijaz merged commit de25bb8 into master Dec 17, 2024
4 checks passed
@MuneebAijaz MuneebAijaz deleted the encodedpath branch December 17, 2024 16:17
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.

3 participants