【发布时间】:2020-12-22 13:50:19
【问题描述】:
我在 Nexus OSS 3.11 中为 http://downloads.sourceforge.net 设置了一个名为 http.downloads.sourceforge.net 的原始代理。 它适用于大多数 URL,例如
http://nexus:8081/repository/http.downloads.sourceforge.net/libpng/zlib/1.2.11/zlib-1.2.11.tar.xz
但失败并出现 ERROR 400: Invalid repository path。 对于包含百分号的 URL,例如 http://nexus:8081/repository/http.downloads.sourceforge.net/infozip/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip60.tar.gz
原网址http://downloads.sourceforge.net/infozip/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip60.tar.gz 工作正常,用 wget 测试过。
这是 Nexus 内部的问题还是我在这里做错了什么?
【问题讨论】: