github.com/cs3org/reva/v2@v2.27.7/changelog/2.3.0_2022-05-02/remove-base64-encoding-of-ids.md (about)

     1  Change: Do not encode webDAV ids to base64
     2  
     3  We removed the base64 encoding of the IDs and use the format <storageID>!<opaqueID> with a `!` delimiter. As a reserved delimiter it is URL safe. The IDs will be XML and JSON encoded as necessary.
     4  
     5  https://github.com/cs3org/reva/pull/2559