Skip to content

[GR-64531] Escape stars in matching text when fetching hosted only content #11176

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

Conversation

graalvmbot
Copy link
Collaborator

In case when user wants to register resource with * in its name, and not more than that, glob pattern that describes this resource must have escaped star. For example resource named "escaping*Test.txt" should be requested with the following pattern "escaping\\*Test.txt", otherwise (if the * is not escaped) the pattern could match something like "escapingNewTest.txt" because star has special meaning in glob (can match anything).

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label May 12, 2025
@graalvmbot graalvmbot closed this May 13, 2025
@graalvmbot graalvmbot deleted the dnestoro/GR-64531/escape-matching-text-when-fetching-additional-content-from-glob-trie branch May 13, 2025 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants