We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77282c6 commit 9653e5eCopy full SHA for 9653e5e
src/forge.jl
@@ -175,7 +175,7 @@ function assert_check_endpoint_url(url::AbstractString)
175
176
# Roundtrip the URL through `URIs.resolvereference()`, and make sure it is unchanged
177
if url != URIs.resolvereference("https://example.invalid/", url).path
178
- throw(ArgumentError("URLs cannot contain path navigation"))
+ throw(ArgumentError("URLs cannot contain path navigation: $(url)"))
179
end
180
181
return nothing
0 commit comments