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
I tried to delete the object which was having '%' in its name. I observed that while creating the URL, this % is not getting encoded properly and hence the deletion was failing.
i.e. Object is "abcd%20-%20xyz/12"
% should get encoded and the URL should contains the object name as "abcd%2520-%2520xyz/12"
I am not aware if all of the reserve characters are handled or not.
The text was updated successfully, but these errors were encountered:
I tried to delete the object which was having '%' in its name. I observed that while creating the URL, this % is not getting encoded properly and hence the deletion was failing.
i.e. Object is "abcd%20-%20xyz/12"
% should get encoded and the URL should contains the object name as "abcd%2520-%2520xyz/12"
I am not aware if all of the reserve characters are handled or not.
The text was updated successfully, but these errors were encountered: