• Thomas Guillem's avatar
    storage/curl: fix href when file has a '&' char · 3d8067a0
    Thomas Guillem authored
    If the file name is "Hello & bye", 3 CharacterData events will be sent with the
    State::HREF state:
     - "Hello%20"
     - "&"
     - "%20bye"
    
    Reproduced with files hosted on an apache2 DAV server: 2.4.38-3+deb10u3.
    3d8067a0
Name
Last commit
Last update
..
CurlStorage.cxx Loading commit data...
CurlStorage.hxx Loading commit data...
LocalStorage.cxx Loading commit data...
LocalStorage.hxx Loading commit data...
NfsStorage.cxx Loading commit data...
NfsStorage.hxx Loading commit data...
SmbclientStorage.cxx Loading commit data...
SmbclientStorage.hxx Loading commit data...
UdisksStorage.cxx Loading commit data...
UdisksStorage.hxx Loading commit data...
meson.build Loading commit data...