Forums / Install & configuration / webdav, ezp 3.10 and Windows XP

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

webdav, ezp 3.10 and Windows XP

Author Message

Linh Vu

Wednesday 06 February 2008 4:35:07 pm

Hi all,

My configuration:

- ezp 3.10.0
- Windows XP SP2 latest patches
- Debian Etch with latest updates, (apache 2.2.3, php 4.4.4-8, mysql 5.0.32)

Rewrite for webdav:

RewriteEngine On
RewriteRule !\.(css|jar|js|html|htm|php)$ /webdav.php

Everything's working fine in all clients (cadaver, Nautilus, Konqueror, OSX Finder) that I've tried, except in Windows. I can see the top 3 levels fine: i.e siteaccess list, Content & Media, & the children of Content or Media.

However, when I go into for example Media/Files, the address in the URL bar changes to: http://webdav.example.com/mysite/Media/Media/Files <- note the extra "Media" getting inserted. It's the same with Content (just replace Media with Content). I'd get a "resource not found" error. If I manually remove Media from the above URL and reload it, I get a 404 page.

This only happens in Windows XP & IE, and not in other OSes & clients. Before our upgrade from 3.9.4 to 3.10.0, it used to work in Windows XP & IE.

Any suggestion?

If I had more time, I would write less code.

Łukasz Serwatka

Wednesday 06 February 2008 11:21:00 pm

Hi,

Look on issue: http://issues.ez.no/11503

It was fixed in Exponential 3.10.1 which should be release within 2 weeks. This bug does not affect version 4.0.

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Linh Vu

Thursday 07 February 2008 2:06:45 pm

Thanks Lukasz. I had a look in the bug tracker but couldn't find it earlier.

If I had more time, I would write less code.