~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/network-protocol.txt

(andrew) Handle unicode paths correctly in the smart server. (#458762)

Show diffs side-by-side

added added

removed removed

Lines of Context:
436
436
using `bzrlib.transport.pathfilter` and `os.path.expanduser`, taking care
437
437
to respect the virtual root.
438
438
 
 
439
Paths in request arguments are UTF-8 encoded, except for the legacy VFS
 
440
requests which expect escaped (`bzrlib.urlutils.escape`) paths.
 
441
 
439
442
 
440
443
Requests
441
444
========