-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
x/mod/module: MatchPrefixPattern doesn't match when glob ends with trailing slash #48513
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Comments
This looks like a proxy server thing, but I am not super-familiar with that part of the system (so I need a little help). Can you provide the command, or a similar example, that failed? And if you leave the slash off the end, does it work as you expected? |
howjmay
added a commit
to howjmay/go
that referenced
this issue
Sep 21, 2021
Trailing slash of glob is not accepted in MatchPrefixPattern. close golang#48513
howjmay
added a commit
to howjmay/go
that referenced
this issue
Sep 21, 2021
Trailing slash of glob is not accepted in MatchPrefixPattern. close golang#48513
I have opened a PR #48516 for this issue. |
Change https://golang.org/cl/351193 mentions this issue: |
howjmay
added a commit
to howjmay/go
that referenced
this issue
Sep 21, 2021
Trailing slash of glob is not accepted in MatchPrefixPattern. close golang#48513
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I want to get a private repo with
GOPRIVATE
, but I failed. The reason is the url ends with salsh/
.What did you expect to see?
Ends with slash should be fine for url
What did you see instead?
failed to get the private repo
The text was updated successfully, but these errors were encountered: