[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev Status of lynx?
From: |
David Woolley |
Subject: |
Re: lynx-dev Status of lynx? |
Date: |
Fri, 18 May 2001 22:47:58 +0100 (BST) |
> When visiting http://groups.yahoo.com/group/sftvnews for instance,
> I get this prompt:
> Accept invalid cookie path=/group/sftvnews/ as a prefix of '/group'? (n)
That's, probably, because you are accessing the page as:
http://groups.yahoo.com/group/sftvnews
when it is really:
http://groups.yahoo.com/group/sftvnews/
Normally you would get a status 301 (permanent) redirect on doing this.
Either they haven't coded for this error case, or they know that all
the URLs in the page are absolute or start with /, so save on a round
trip. In that case, they get away with it because most browsers don't
validate properly.
Quite possibly they have miscoded the link in their own page, as
very few people correctly include the final / on directory URLs.
For some reason, I don't get a cookie warning at all.
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden
- lynx-dev Status of lynx?, Larry W. Virden, 2001/05/18
- Re: lynx-dev Status of lynx?, Larry W. Virden, 2001/05/18
- lynx-dev Status of lynx?, Mark Sutton, 2001/05/18
- Re: lynx-dev Status of lynx?, Mark Sutton, 2001/05/19
- Re: lynx-dev Status of lynx?, Henry Nelson, 2001/05/20
- Re: lynx-dev Status of lynx?, Henry Nelson, 2001/05/21