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

[bugfix] Escape project name in MP request #971

Merged
merged 2 commits into from
Oct 30, 2024
Merged

Conversation

pvannierop
Copy link
Collaborator

Problem

Rest source backend has an error when a project name contains a space. This is caused by the management-portal client not encoding the URL before making the request.

Solution

This PR will add escape of the URL for the api/projects/$projectId/subjects endpoint.

Copy link

@keyvaann keyvaann left a comment

Choose a reason for hiding this comment

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

LGTM

@pvannierop pvannierop changed the base branch from master to v2.1.6 October 30, 2024 14:46
Prject name may contain spaces and strange characters.
@pvannierop pvannierop merged commit 55297a4 into v2.1.6 Oct 30, 2024
4 checks passed
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.

2 participants