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

Fixes #4370 by changing absolute URLs to relative #4480

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

koskila
Copy link
Contributor

@koskila koskila commented Oct 26, 2024

The issue in #4370 seems to be because when supplied an absolute URL, the reported error is misleading. With a relative URL it worked for me.

Adding either validation for relative URLs (and a better error message) or changing the absolute URL into relative (in this PR) would make it easier to use.

Type

  • Bug Fix
  • New Feature
  • Sample

Related Issues?

Fixes #4370.

What is in this Pull Request ?

Changes absolute URLs into relative -> works and doesn't return misleading errors.

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.

[BUG] potential bug with files containing %20 in the file name
1 participant