Le 22 oct. 2011 à 13:40, Philip Martin a écrit :
> Philip Martin <philip.martin_at_wandisco.com> writes:
>
>>>> Le 18 oct. 2011 à 18:39, Jean-Daniel Dupas a écrit:
>>>>>
>>>>> Before the update, this configuration were working fine. But after
>>>>> the update, anytime the server receives a POST request (whatever the
>>>>> path is), the dav_svn module try to handle it, and when it failed
>>>>> (always when the path does not start with /svn/...), it returns a
>>>>> 500 error (without logging anything in the error.log, which is an
>>>>> other issue).
>>
>> Is that the behaviour we want? I don't think we should be attempting to
>> handle POST requests that are directed at non-Subversion locations.
>> Should one of those functions simply ignore the POST request when
>> neither SVNPath nor SVNParentPath is set?
>
> Fixed by r1187695, proposed for 1.7.x.
Thank you.
-- Jean-Daniel
Received on 2011-10-22 19:34:44 CEST