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
Can anyone confirm if this is by design or a bug? If it's a bug, I think the fix would be to encode % in DocumentUri.Path before assigning it to UriBuilder.Path in DocumentUri.ToUri().
The text was updated successfully, but these errors were encountered:
shenglol
changed the title
Should DocumentUri.Path be encoded in DocumentUri.ToUri()?
Should % in DocumentUri.Path be encoded in DocumentUri.ToUri()?
Aug 18, 2023
DocumentUri.ToUri()
produces identicalUri
s for different file paths:Can anyone confirm if this is by design or a bug? If it's a bug, I think the fix would be to encode
%
inDocumentUri.Path
before assigning it toUriBuilder.Path
inDocumentUri.ToUri()
.The text was updated successfully, but these errors were encountered: