< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] [patch] possible DoS with REFER Event: header


On 2011 December 11, Sunday 13:23:22 Aron Rosenberg wrote:
> It looks like this patch never got applied.
> 
> After reviewing it, I might make DUM a little more tolerant and just ignore
> the bad header instead of rejecting the request. Something like
> 
> if (request.exists(h_Event))
>     request.remove(h_Event);
> 
> right before you call makeServerSubscription, but RFC 3515 says nothing
> about an Event header in a REFER message being allowed or dis-allowed, so I
> would err on the side of caution.

This version is fine with me too!

br

Szo