You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
ngeojiajun
changed the title
The checking fails when the url contains characters like +
The checking fails when the url contains the URL encoded entities
Mar 28, 2021
When dealing with the urls such as
/C%2B%2B/
it should decoded back to/C++/
but it doesnt and it caused the build fails.The text was updated successfully, but these errors were encountered: