Hi,
I'm currently using slide-1.0.11 to create a DAV interface to sit on top of
a legacy Content Management System.
Within the legacy system, there are a number of nodes containing slashes (
'/' ), which are causing problems for slide.
I have tried escaping them on the url ( using '%2F' ) but they are always
resolved back to a slash before any of the helper methods are called. It
also appears that slide is internally using the resolved url to determine
the parent of the node. As a result you are unable to browse down any of
these branches.
Has anyone else had this problem? Does anyone have any work-arounds?
Thanks
...Colin Blackmore