Re: A small contribution to Kannel 1.1.6
"James Wang" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
----- Original Message ----- From: "James Wang" <[email protected]> > > Please add one line > > if (newevent) > > between line 170 and 171: > > of wap/wsp_unit.c > > So the new wap/wsp_unit.c code would look like: > > ...... > 170 newevent = unpack_datagram(e); > 171 if (newevent) > 172 dispatch_to_appl(newevent); > ...... > > Reason for this change suggestion: > > Kannel 1.1.6 does not serve anymore (*fatal*) > if being sent a malformed HTTPS request. > > This one line can (in my expereice) get around the > problem and make it a little bit more fault > tolerable. > I proposed the above change on May 9, 2002. However, I found that the latest release, Kannel 1.2.0, still have not included this patch. Can anyone explain please? Cheers James Wang