23 Sep
2002
23 Sep
'02
8:40 p.m.
[Dennis Allison]
Zope internally constructs URLs which can get very long and very redundant. I have one example in the logs now --
/A/B/C/C/C/C/C/C/C/D/
where the C's are completely redundant. How does this happen and what, if anything, can be done to minimize the problem? (I know this has been discussed on the list before, but a quick google didn't turn up anything...)
I think they refer to this as: base href madness ;-) I don't know a good, general solution, but that term might help you do a google search. Cheers, // mark