Skip to content
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

fix: Encode name to prevent request failure due to '/' in URL #734

Merged
merged 1 commit into from
Jun 2, 2024
Merged

fix: Encode name to prevent request failure due to '/' in URL #734

merged 1 commit into from
Jun 2, 2024

Conversation

Plutonium141
Copy link
Contributor

在节点,策略组,代理提供者,规则提供者的名称中可能存在 “/” ,“/”不会被编码而是会被视为url路径的一部分,这会使浏览器请求错误路径而失败(404)

问题表现形式:
带有“/”的策略组无法切换节点,无法整组测试延迟
带有“/”的节点无法测试延迟
带有“/”的代理提供者无法更新,无法整组测试延迟
带有“/”的规则提供者无法更新

可修复 #684 #498

@kunish kunish merged commit c121167 into MetaCubeX:main Jun 2, 2024
@Plutonium141 Plutonium141 deleted the patch-1 branch June 8, 2024 04:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants