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(REST):GET Component endpoint failing for names with space #2156

Conversation

afsahsyeda
Copy link
Contributor

@afsahsyeda afsahsyeda commented Oct 19, 2023

Signed-off-by: afsahsyeda [email protected]

Space character and "+" character in names is getting converted to "%20". This issue has been fixed by replacing "%20" to " " before searching for the component in the repository.

Closes #2115

Signed-off-by: afsahsyeda <[email protected]>
(cherry picked from commit 0a445af)
@afsahsyeda afsahsyeda added needs general test This is general testing, meaning that there is no org specific issue to check for REST labels Oct 19, 2023
@rudra-superrr rudra-superrr self-assigned this Oct 27, 2023
@rudra-superrr
Copy link
Contributor

Testing was successful.
image

@rudra-superrr rudra-superrr added ready ready to merge and removed needs general test This is general testing, meaning that there is no org specific issue to check for labels Oct 27, 2023
@ag4ums ag4ums merged commit 1a227b9 into eclipse-sw360:main Oct 30, 2023
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready ready to merge REST
Projects
None yet
3 participants