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

[BUG] 最新版的 docker image 处理带多个参数的 url 有问题,0.8.1 正常 #661

Closed
2 tasks done
DiveInto opened this issue Nov 9, 2023 · 1 comment
Closed
2 tasks done

Comments

@DiveInto
Copy link

DiveInto commented Nov 9, 2023

确认版本最新

  • 我已经确认在最新Action编译的版本中复现

检索issue

  • 我已经确认之前没有issue涉及此BUG

subconverter版本

docker latest tag https://hub.docker.com/layers/tindy2013/subconverter/latest/images/sha256-44fae597a4e63bf9b6fb3d008bf067d14a04b99825ca5722348f916a74cb282b?context=explore

转换过程

clash to surge

转换设置

curl 'http://127.0.0.1:25500/sub?target=surge&ver=4&url=https%3A%2F%2Fexample.com%2Findex.php%3Fa%3Db%26c%3Dd'

复现步骤

执行上面的curl

期望结果

url 解析为 https://example.com/index.php?a=b&c=d

实际结果

从日志中看到 url 解析为 https://example.com/index.php?a=b

错误信息

No response

@DiveInto
Copy link
Author

DiveInto commented Nov 9, 2023

might be duplicate with #660, closed

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

No branches or pull requests

1 participant