Re: [Bug-wget] [bug-wget] Libpsl for cookie domain checking in Wget

2014-06-03 Thread Darshit Shah
Hi, I've updated the patch with a small change to add libpsl to the list of "not absolutely required" dependencies. On Sun, Jun 1, 2014 at 2:35 AM, Ángel González wrote: > On 31/05/14 21:30, Darshit Shah wrote: >> >> + * [35]libpsl is (optionally) required for checking cookie domains. >> + >

Re: [Bug-wget] Issue in cookie path checking

2014-06-03 Thread Darshit Shah
Hi Yasuhisa, Thanks for the patch. The cookie domain patch checking code in Wget was old and only based on a heuristic. However, we are currently in the process of using libpsl a library that handles this for us. I have submitted a patch which is currently in the pipeline that adds support for usi