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

In iOS 17 ,"https://<path:_>" convert to URL failured #171

Open
zhuolingzhao007 opened this issue Jun 9, 2024 · 3 comments
Open

In iOS 17 ,"https://<path:_>" convert to URL failured #171

zhuolingzhao007 opened this issue Jun 9, 2024 · 3 comments

Comments

@zhuolingzhao007
Copy link

CleanShot 2024-06-09 at 10 01 19@2x

In systems above iOS 17, the default implementation of URLConvertible fails to create a URL, while it can succeed on older systems.
I understand that the issue is related to the character set being used.

@zhuolingzhao007
Copy link
Author

the same code in the URLMatcher folder, URLConvertible file, line 41

@lixiang1994
Copy link

无法初始化成功 URL(string: "http://%3Cpath:_%3E")

@lixiang1994
Copy link

如果去掉: 就可以初始化成功 URL(string: "http://%3Cpath_%3E")
感觉上 iOS17的URL类型要求变得严格了

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

2 participants