Hi, I got onto dev list as well,
At Tue, 27 Jul 2004 17:22:56 -0700, Ben Reser <ben@reser.org> wrote:
> On Wed, Jul 28, 2004 at 12:21:20AM +0200, Peter N. Lundblad wrote:
> > On Mon, 26 Jul 2004, Ben Collins-Sussman wrote:
> >
> > > -----Forwarded Message-----
> > > From: Hiroharu Tamaru <tamaru@myn.rcast.u-tokyo.ac.jp>
> > > To: users@subversion.tigris.org
> > > Subject: mod_dav_svn over-escapes index tag?
> > > Date: Tue, 27 Jul 2004 05:00:43 +0900
> > >
> > > I run subversion 1.0.6 on mod_dav_svn/apache2/FreeBSD-stable.
> > >
> > > I needed the following patch to correctly view the headings
> > > (or whatever you would call it) of directory listings when
> > > viewing the repository with a web browser (Mozilla).
> > >
> > > It patches where the index tag such as
> > >
> > > <index rev="nn" path="/trunk/XXXX">
> > >
> > > is generated for an xml response. The strings that are
> > > failing are multibyte utf8 japanese characters that are in
> > > place of XXXXX above. It gets escaped and shows up on
> > > screen as-is, in %xx%xx%xx format.
> > >
> > Yes. A path is not an URL. I think it's a bug. Will apply the patch that
> > removes URI-escaping if no one objects. If we want an URL, we need to add
> > an href attribute.
>
> Wasn't the change he's removing added to fix another bug?
Yes, that was exactly what I was afraid of.
It was introduced in revision 6070, but to me the log message is not
clear enough as to decide on it. So, I'd like some XML experts have
it verified.
Nevertheless, as I wrote in the original message, the 'name' attribute
for 'dir' or 'file' tag is inconsistent with this 'path' attribute for
'index' tag, and I believe one or the other should be modified.
Anyway, thanks for looking into it.
--
Hiroharu Tamaru
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 28 09:08:29 2004