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
Move standard URL parsing back before SCP check, but require both
scheme AND host to be non-empty. This correctly handles:
- oauth2:token@host:path (scheme=oauth2, host=empty → SCP fallback)
- https://user@[2001:db8::1]/path (scheme=https, host=[2001:db8::1] → standard URL)
0 commit comments