From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#21524: 24.4; eww POST variable sending error Date: Fri, 25 Dec 2015 06:49:46 +0100 Message-ID: <874mf7gjr9.fsf@gnus.org> References: <87mvwhe64t.fsf@gmail.com> <87vb8c41ry.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1451022684 25749 80.91.229.3 (25 Dec 2015 05:51:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Dec 2015 05:51:24 +0000 (UTC) Cc: vidyuth , 21524@debbugs.gnu.org To: Alexis Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Dec 25 06:51:13 2015 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aCLHU-0006Z3-EV for geb-bug-gnu-emacs@m.gmane.org; Fri, 25 Dec 2015 06:51:12 +0100 Original-Received: from localhost ([::1]:34290 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCLHT-0008DG-Vk for geb-bug-gnu-emacs@m.gmane.org; Fri, 25 Dec 2015 00:51:11 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCLHP-0008D7-Cf for bug-gnu-emacs@gnu.org; Fri, 25 Dec 2015 00:51:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aCLHK-0004Q6-CO for bug-gnu-emacs@gnu.org; Fri, 25 Dec 2015 00:51:07 -0500 Original-Received: from debbugs.gnu.org ([208.118.235.43]:54661) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCLHK-0004Q2-94 for bug-gnu-emacs@gnu.org; Fri, 25 Dec 2015 00:51:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aCLHK-0006pe-3j for bug-gnu-emacs@gnu.org; Fri, 25 Dec 2015 00:51:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 25 Dec 2015 05:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 21524 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 21524-submit@debbugs.gnu.org id=B21524.145102261126184 (code B ref 21524); Fri, 25 Dec 2015 05:51:02 +0000 Original-Received: (at 21524) by debbugs.gnu.org; 25 Dec 2015 05:50:11 +0000 Original-Received: from localhost ([127.0.0.1]:34027 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCLGV-0006oG-8R for submit@debbugs.gnu.org; Fri, 25 Dec 2015 00:50:11 -0500 Original-Received: from hermes.netfonds.no ([80.91.224.195]:45452) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCLGS-0006o8-Mt for 21524@debbugs.gnu.org; Fri, 25 Dec 2015 00:50:09 -0500 Original-Received: from 2.150.58.24.tmi.telenormobil.no ([2.150.58.24] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aCLG6-0001uP-Ry; Fri, 25 Dec 2015 06:49:46 +0100 In-Reply-To: <87vb8c41ry.fsf@gmail.com> (Alexis's message of "Sun, 06 Dec 2015 15:52:17 +1100") User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux) X-MailScanner-ID: 1aCLG6-0001uP-Ry MailScanner-NULL-Check: 1451627387.01342@6SQTbYdjhB7D+qUWm4QWiA X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:110359 Archived-At: Alexis writes: > vidyuth writes: > >> I am running a picolisp application server locally. It works fine in >> Chromium and w3m (in emacs) browsers respectively. >> >> I type M-x eww Enter URL or Keywords: localhost:8080 >> >> the page loads fine. >> >> in the login section on the page I enter both user name and password >> >> I see an error in the server session which is not normal, I am >> denied access. >> >> the server gets the username and password via POST. something is >> wrong in eww while sending the POST variables. not sure how to check >> the post variables either. > > Could you please provide a minimal test case in which Emacs is run > with the -Q switch, and interacts with a minimal PicoLisp application > server, demonstrating this behaviour? More information was requested, but no response was given within a few months, so I'm closing this bug report. If the problem still exists, please reopen this bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no