* [EMAIL PROTECTED] wrote:

>   +    <p>mod_speling should not be enabled in <a href="mod_dav.html">DAV</a>
>   +    enabled directories, because it will try to "spell fix" newly created
>   +    resource names against existing filenames, e.g., when trying to upload
>   +    a new document <code>doc43.html</code> it might redirect to an existing
>   +    document <code>doc34.html</code>, which is not what was intended.
>   +    </p>

hmm, really?

    /* We only want to worry about GETs */
    if (r->method_number != M_GET) {
        return DECLINED;
    }

a dav upload is not done with GET, so how is mod_speling involved?

nd
-- 
Da f�llt mir ein, wieso gibt es eigentlich in Unicode kein
"i" mit einem Herzchen als T�pfelchen? Das w�r sooo s��ss!
 
                                 -- Bj�rn H�hrmann in darw

Reply via email to