[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Disallow going below root in svnserve

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-12-16 18:07:11 CET

Nuutti Kotivuori <naked@iki.fi> writes:
> Then we can just use 'apr_filepath_merge' on the paths. It's still a
> bit unsure whether UTF-8 detranslation is needed before calling
> 'apr_filepath_merge' - it looks like it should handle UTF-8 paths, but
> the translation is done in 'svn_path_get_absolute'.

APR takes paths in native encoding -- it's not expecting UTF-8.
That's why we always translate to native before calling an APR
function (or should, anyway).

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 16 18:47:27 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.