[reSIProcate] Bug in DateCategory::parse()
Hi,
There appears to be a bug in DateCategory::parse().
As far as I can tell, it assumes that the date it is given will always be in
the form 'Mon, 04 Nov 2002 17:34:15 GMT'. However, I think this is
incorrect. According to RFC822, the day part is optional. When resip is
given a date in the form '04 Nov 2002 17:34:15 GMT', without the day part,
it fails with an exception of 'parsebuffer.cxx:78, Parse failed skipped over
eof in context: Date'.
Can someone verify this?
Thanks
Martin Dill
NewHeights Software