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

question: are values passed to parameters expected to be case-sensitive? #768

Closed
vince-fugnitto opened this issue Jun 29, 2023 · 1 comment
Assignees

Comments

@vince-fugnitto
Copy link
Member

Description

I've noticed lately (not 100% sure if it was always the case but I feel as though it wasn't), that values passed to parameters are expected to be case-sensitive when using the REST API endpoints (ex: GET /api/-/query/).

Based on the case-sensitivity, the results will differ, and we noticed in Eclipse Theia that this broke the download and installation of plugins.

For example, the extensionId of ms-ceintl.vscode-language-pack-de will produce no results, but MS-CEINTL.vscode-language-pack-d would:

@amvanbaren
Copy link
Contributor

@vince-fugnitto Recently I refactored the /api/-/query endpoint and that introduced the bug you're describing. It has been fixed by #772.

@github-project-automation github-project-automation bot moved this from Todo to Done in Eclipse Open VSX Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants