On Thu, 10 Feb 2005 09:42:53 -0800, Warwick Burrows <[EMAIL PROTECTED]> wrote: > > Hi Oliver, > > > > Yes, my explanations wasn't very good: In WebdavUtils there is this > > > method getRelativePath which translates the request to the path used > > > > for the request. The hook in (1) allows you to supply a custom > > > mapping. > > I can't conceptualize what I could use this feature for. Would you mind > giving an example of how I could use this? >
Consider you have some sort of subdomains (is this the right word?) with your main domain www.slide.org and have a request to oliver.slide.org/dav, but really want to be the same as - say - www.slide.org/dav/oliver. The hook could then transform the path to /files/oliver instead of just /files. At least this was my idea. If you see any conceptual or implementation issues with that, please let me know. I remember in the past you were quite good at finding the bugs in my code and concepts ;( Oliver --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
