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

SNOW-1889627: SNOW-1793953: Allow relative path starting with / for GET #2888

Open
sfc-gh-tvanderkooy opened this issue Jan 20, 2025 · 0 comments
Assignees

Comments

@sfc-gh-tvanderkooy
Copy link
Contributor

In native apps, GET supports a relative path to fetch files from the application version. For example:

GET /manifest.yml file:///to/some/local/path

Currently file.get("/some/file") will preprend @ to the path and try to GET '@/some/file' which is never a valid stage path. We should allow / as a path prefix to support this case.

@github-actions github-actions bot changed the title SNOW-1793953: Allow relative path starting with / for GET SNOW-1889627: SNOW-1793953: Allow relative path starting with / for GET Jan 20, 2025
@sfc-gh-tvanderkooy sfc-gh-tvanderkooy self-assigned this Jan 20, 2025
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