Gentoo Archives: gentoo-dev

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] What's the use of mozilla-launcher?
Date: Mon, 13 Nov 2006 22:21:31
Message-Id: 7573e9640611131417k76153c4dsb9e27afb5620c2d1@mail.gmail.com
In Reply to: Re: [gentoo-dev] What's the use of mozilla-launcher? by Thomas de Grenier de Latour
1 On 11/13/06, Thomas de Grenier de Latour <degrenier@×××××××××××.fr> wrote:
2 > On Mon, 13 Nov 2006 10:02:25 +0100, Alexander Skwar
3 > Though, an other reason for not accepting this patch is that some
4 > websites may expect URL like this one, which relies on both encoded
5 > and raw commas: http://foo.bar/param-1,param-2%2Cwith%2Ccommas,param-3
6
7 Huh? Both of the following requests are equivalent:
8
9 http://foo.bar/param-1,param-2%2Cwith%2Ccommas,param-3
10 http://foo.bar/param-1%2Cparam-2%2Cwith%2Ccommas%2Cparam-3
11
12 This is because web servers are required to process the URL and
13 unescape *any* '%' sequences. So in both cases the server 'backend'
14 is going to see a request for:
15
16 param-1,param-2,with,commas,param-3
17
18 -Richard
19 --
20 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] What's the use of mozilla-launcher? Thomas de Grenier de Latour <degrenier@×××××××××××.fr>