DAV HTML/XML character escaping
From: Daniel Patterson <danpat_at_adaptiveinternational.com>
Date: 2003-03-27 02:45:50 CET
Hello all,
Quick hit on the dev list before I file a bug against this
It looks like mod_dav_svn isn't properly escaping characters
$ touch \"testing\"
Import works ok, repository looks fine, checkouts work ok. However,
In HTML mode, I see:
<a href="%22testing%22">"testing"</a>
In XML mode, I see:
<file url="%22testing%22" name=""testing""/>
Looking at r5480, the appropriate code is in
Should I open a bug for this, or is it already on someone's TODO list?
daniel
---------------------------------------------------------------------
|
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.