ZeroK-RTS / Zero-K-Infrastructure

Website, lobby launcher and server, steam deployment, .NET based tools and other vital parts of Zero-K infrastructure
GNU General Public License v3.0
49 stars 51 forks source link

blind attempt to fix #2945 #2946

Closed Anarchid closed 1 year ago

Anarchid commented 1 year ago

[x] compiles [?] works

M5PR commented 1 year ago

Maybe this helps:

url = EscapeDataString(urll);

Could also add a check after this whether it will work as a URI and if not, log it and handle it.

M5PR commented 1 year ago

Don't try what I said, that likely breaks.

The name of the file needs to be escaped, not the domain-part.

Anarchid commented 1 year ago

Likely doesn't work