On Fri, 2010-02-05, Kannan wrote: > Follow-up r901797. Canonicalization of BASE URL doesn't reflect for > elements having parent info, till now. > > * subversion/libsvn_ra_neon/props.c > (end_element): Canonicalize the BASE URL for elements having parent > info. > > Patch by: Kannan R <kann...@collab.net> > Suggested by: julianfoad > ]]]
I committed this follow-up in r906897. I re-wrote the log message; it's not particularly about elements "having parent info", it's about any <href> element whose parent element is not <response>. [[[ Follow-up r901797: ensure the URLs in libsvn_ra_neon are always canonical. * subversion/libsvn_ra_neon/props.c (end_element): Canonicalize the URL read from an "href" element in the other code path. (One code path was fixed in r901797.) [...] ]]] Thanks. - Julian