You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Squirre1 <bg...@mwgl.org> on 2008/03/26 02:12:54 UTC

Re: Locks return 'Bad Request'

I am seeing this issue on apache 2.2.8... How can I go about getting the
fixed module for this..

Thanks..


Karl Fogel-2 wrote:
> 
> "Joel Low" <jo...@joelsplace.sg> writes:
>> I wrote one; sorry for not making clear. Attached patch from trunk.
> 
> Thanks!  (See my other mail just now about apr_pcalloc...)
> 
>> Index: lock.c
>> ===================================================================
>> --- lock.c	(revision 29593)
>> +++ lock.c	(working copy)
>> @@ -390,6 +390,7 @@
>>                                  "Failed to generate a lock token.",
>>                                  resource->pool);
>>    dlock->locktoken = token;
>> +  dlock->next = NULL;
>>  
>>    /* allowing mod_dav to fill in dlock->timeout, owner, auth_user. */
>>    /* dlock->info and dlock->next are NULL by default. */
> 
> This should be a no-op, since that memory is already zero.  Are you
> saying this fixes a bug in trunk for you??
> 
> -Karl
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Re%3A-Locks-return-%27Bad-Request%27-tp15724256p16294159.html
Sent from the Subversion Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org