RE: [go-cd] Re: GoCD 22.3 does not appear to allow windows file paths for git urls

2022-11-10 Thread chantryc
UNC path cloning does work on Windows but I don’t know if its been all versions or just after a certain point. Its at least been working since ~2009 I think which is the oldest point I could quickly find that it was noted as being used. I don’t know the original version of GoCD we used but

Re: [go-cd] Re: GoCD 22.3 does not appear to allow windows file paths for git urls

2022-11-09 Thread Chad Wilson
I am curious, does a UNC path work with `git clone` on the command line? It's possible this happened as a side effect of strengthening the validation in 21.3.0 (https://www.gocd.org/releases/#21-3-0) due to https://github.com/gocd/gocd/security/advisories/GHSA-xx28-8pr9-6xqh On Thu, Nov 10, 2022

[go-cd] Re: GoCD 22.3 does not appear to allow windows file paths for git urls

2022-11-09 Thread Funkycybermonk
It appears that I am able to change it from a unc path to a file protocol path to get the slashes the other direction and it does work. I'm not sure there is a specific reason but it actually seems to shave about 5 seconds off the time to pull the resources in. If this isn't a concern for