Code review comment for lp:~spiv/bzr/escape-smart-server-requested-paths-458762

Revision history for this message
Andrew Bennetts (spiv) wrote :

This fixes inconsistencies in server-side HPSS path decoding that was breaking unicode paths. The client has always been consistent in how it was transmitting requests (VFS requests use URL escaped paths, others use UTF-8), but the server was assuming URL escaped everywhere. This branch fixes the server to match reality, and adds some tests (and fixes an existing one!). Thanks very much to Michael Hudson for investigating this issue and writing the first version of this patch.

« Back to merge proposal