This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Kobi Gana
Recipients Kobi Gana, kc, luiz.poleto, orsenthil, r.david.murray, ruben.orduz
Date 2019-02-18.09:01:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAJaFC8y1BL9mZUQzw0XBJB8hxYZVcSM+whDK1MEDfr9RSNpS0Q@mail.gmail.com>
In-reply-to <1550425478.73.0.64914030936.issue20116@roundup.psfhosted.org>
Content
We are on the same page and we should also consider marked this as defect.

Thanks

On Sun, Feb 17, 2019 at 7:44 PM nr <report@bugs.python.org> wrote:

>
> nr <aktiophi@googlemail.com> added the comment:
>
> W3C allows both constructs, ampersand and semicolon.
> https://www.w3.org/TR/html401/appendix/notes.html#h-B.2.2
>
> Especially servlet containers and servers running CGI programs often use
> semicolons as a separator.
>
> I would say to parse either ampersands OR semicolons and keep a priority
> to ampersands.
>
> For example the query strings:
>
>
> ?fields=id&query=%22((release%3D{id%3D1004});(sprint%3D{id%3D1040});(team%3D{id%3D1004});(severity%3D{id%3D%27list_node.severity.urgent%27});!phase%3D{id+IN+%27phase.defect.closed%27,%27phase.defect.duplicate%27,%27phase.defect.rejected%27})%22
>
> ?fruits=lemon;lime&family=citrus
>
> should be parsed with & separators only.
>
> The modified example without & character:
> ?fruits=lemon;family=citrus
>
> can be parsed with semicolon as a separator because it contains both '='
> and ';' but no '&' characters.
>
> ----------
> nosy: +nr
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue20116>
> _______________________________________
>
History
Date User Action Args
2019-02-18 09:01:52Kobi Ganasetrecipients: + Kobi Gana, orsenthil, r.david.murray, ruben.orduz, luiz.poleto, kc
2019-02-18 09:01:52Kobi Ganalinkissue20116 messages
2019-02-18 09:01:52Kobi Ganacreate