bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#17785: 24.4.50; EWW: Bales out during form submission


From: Brian McKenna
Subject: bug#17785: 24.4.50; EWW: Bales out during form submission
Date: Tue, 21 Oct 2014 20:56:11 -0600

I got problems with the same chunk of code. My problem was that I was
using a form which didn't have a specific value, here's Twitter, for
example:

    <input type="hidden" name="scribe_log">

When trying to do a URL encode of that field, we'd try to construct a
pair but end up with:

    '(scribe_log)

Which would fail at encoding. It should encode to the same as
scribe_log having an empty value, that is "scribe_log=" and so should
be parsed as '(scribe_log "") - I've attached a patch which fixes
that.

Attachment: eww-empty-form-value.patch
Description: Binary data


reply via email to

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