lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] redirection loop


From: sylvain . bertrand
Subject: Re: [Lynx-dev] redirection loop
Date: Mon, 22 Oct 2018 15:19:39 +0000
User-agent: Mutt/ (2018-04-13)

On Sun, Oct 21, 2018 at 08:58:26PM -0400, Thomas Dickey wrote:
> I don't see any mention of -trace in the discussion (I'd start there,
> to see what url's are actually fetched).

Hi,

Regarding the "invalid cookie paths":

>From the trace file, I have the following request-uri:
GET /search?ie=ISO-8859-1&hl=fr&source=hp&q=tintin&btnG=Recherche+Google&gbv=1 
HTTP/1.1

In server response, I have 2 cookies with an "invalid path attribute":
/complete/search
/search

Lynx code seems to perform some prefix validation on the paths regarding the
request uri, but it seems there is no such thing as path validation in the RFC:
https://tools.ietf.org/html/rfc6265

Namely, /complete/search and /search path attributes should not block lynx
acceptance of those cookies.

regards,

-- 
Sylvain

Attachment: Lynx.trace.xz
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]