On Fri, Oct 28, 2005 at 04:02:06AM -0500, Dario Bahena Tapia wrote: > Hi, > > I am using jakarta-slide with davfs2, which in turn uses the neon > library. I do not know why, but when I tried to mount a webdav fs, the > slide webapp responded with the 302 http status code (moved > temporarily). This causes the davfs to fail the mounting operation.
If the server sends a non-2xx response such as a 302 redirect then the operation has failed for whatever reason (i.e. the resource has moved), the ne_basic.c functions can't simply ignore kind of error. You need to work out why the 302 is being issued in the first place e.g. by looking at server logs. Regards, joe _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
