| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874218#5
|
| |
| |
| |
| | |
cf. https://bushowhige.blogspot.jp/2015/01/fbterm-w3m-img.html
|
| | |
|
| |
| |
| |
| | |
Bug-Debian: https://github.com/tats/w3m/issues/89
|
| |
| |
| |
| | |
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878106
|
| |
| |
| |
| | |
cf. [emacs-w3m:12706], http://emacs-w3m.namazu.org/ml/msg12598.html
|
| | |
|
|\ \ |
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
|/| | |
correct <base ...> parsing and do not turn a form's GET into POST
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When encountering a <form ...> tag that contains these values:
method="get" enctype="multipart/form-data"
Do not transform the method into POST to accomodate enctype.
Instead behave in the compatible way that all other browsers
behave in this instance and ignore the enctype parameter
(treating it as the default application/x-www-form-urlencoded)
and perform a "GET" just as the method parameter requests.
This behavior produces far more compatible results than
gratuitously changing the "get" into a "post" which can
result in unexpected "405 Method Not Allowed" errors.
Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When a server makes use of the PATH_INFO feature in a CGI,
the returned pages may often have a <base href="..." /> tag
specifying the URL of the CGI itself as the base.
However, to avoid hard-coding the scheme and host into such
a base href, the href value will often omit the scheme, host
and port.
Make sure that when parsing any such base href value that
any omitted components are taken from the current URL rather
than taken as being from a bare, absolute file:/// URL.
Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Bug-Debian: https://github.com/tats/w3m/issues/68
|
| |
| |
| |
| |
| |
| | |
This reverts commit 998b6f91d4b02e8bf90b7744dfabc8cccdf9d4f9.
Bug-Debian: https://github.com/tats/w3m/issues/86
cf. http://emacs-w3m.namazu.org/ml/msg12505.html
|
| |
| |
| |
| | |
Bug-Debian: https://github.com/tats/w3m/issues/68#issuecomment-266214643
|
| |
| |
| |
| | |
Bug-Debian: https://github.com/tats/w3m/issues/82
|
| | |
|
| |
| |
| |
| | |
This reverts commit a4152aaaea5cb51c9018880a1295e498c38889bf.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Bug-Debian: https://github.com/tats/w3m/issues/81
|
| |
| |
| |
| | |
Bug-Debian: https://github.com/tats/w3m/issues/85
|
| |
| |
| |
| | |
This reverts commit 9ccaa1dd0dac6f9b35a649ae9901c225421500f6.
|
| |
| |
| |
| | |
This reverts commit e0efc127ff20cbeb931847af1c9b353056340fbd.
|
| | |
|
| |
| |
| |
| | |
Bug-Debian: https://github.com/tats/w3m/issues/77
|
| |
| |
| |
| | |
This reverts commit b4d27ba5ccffaa38e968c2bf3a8eeb9cd43928ff.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bug-Debian: https://github.com/tats/w3m/issues/59
Bug-Debian: https://github.com/tats/w3m/issues/73
Bug-Debian: https://github.com/tats/w3m/issues/74
Bug-Debian: https://github.com/tats/w3m/issues/76
Bug-Debian: https://github.com/tats/w3m/issues/79
Bug-Debian: https://github.com/tats/w3m/issues/80
Bug-Debian: https://github.com/tats/w3m/issues/83
Bug-Debian: https://github.com/tats/w3m/issues/84
|
| |
| |
| |
| | |
This reverts commit 512ed467d12615f5ef40d0d28272e5662d8438ea.
|
| |
| |
| |
| | |
This reverts commit a932f78a6d8c105036ffeedf01215c1f6a0e0b71.
|
| |
| |
| |
| | |
This reverts commit e757b43bcf8c439c167f62b6d3317ee9518cabbf.
|
| |
| |
| |
| | |
This reverts commit f763b8ebf5441cb44d2c0234565fadd5eb1c87a5.
|
| |
| |
| |
| | |
This reverts commit 77d8d8d6576d8afc0f6b2e09bb88c7ca9dba58bb.
|
| |
| |
| |
| | |
This reverts commit e79d0ec2a00369a6af24007a1f2bb5e876e2c847.
|
| | |
|
| |
| |
| |
| |
| | |
Bug-Debian: https://github.com/tats/w3m/issues/80
cf. https://github.com/tats/w3m/issues/59
|
| |
| |
| |
| | |
Bug-Debian: https://github.com/tats/w3m/issues/79
|
| |
| |
| |
| |
| | |
Bug-Debian: https://github.com/tats/w3m/issues/82
cf. https://github.com/tats/w3m/issues/68#issuecomment-266214643
|
| | |
|
| |
| |
| |
| | |
cf. https://github.com/tats/w3m/issues/57
|
| |
| |
| |
| | |
Bug-Debian: https://github.com/tats/w3m/issues/69
|
| |
| |
| |
| | |
Bug-Debian: https://github.com/tats/w3m/issues/68
|
| |
| |
| |
| | |
Bug-Debian: https://github.com/tats/w3m/issues/72
|
| |
| |
| |
| | |
Bug-Debian: https://github.com/tats/w3m/issues/76
|
| |
| |
| |
| | |
Bug-Debian: https://github.com/tats/w3m/issues/77
|