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

Inconsistency with paths #251

Closed
sbanoeon opened this issue Feb 27, 2024 · 1 comment
Closed

Inconsistency with paths #251

sbanoeon opened this issue Feb 27, 2024 · 1 comment
Assignees

Comments

@sbanoeon
Copy link
Contributor

sbanoeon commented Feb 27, 2024

Describe the bug
Some functions including the one below strips the base url, this results in http://host:port/version instead of http://host:port/some_path/version when using http://host:port/some_path as the base url for context broker.

url = urljoin(self.base_url, "/version")

To Reproduce

Expected behavior
The resulting path in functions like get_version() in context broker is http://host:port/some_path/version.

Screenshots

Environment (please complete the following information):

Additional context

@sbanoeon sbanoeon self-assigned this Feb 28, 2024
Copy link

Branch 251-Inconsistency-with-paths created!

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

No branches or pull requests

1 participant