diff options
author | Kyle J. McKay <mackyle@gmail.com> | 2017-08-23 18:48:38 +0000 |
---|---|---|
committer | Kyle J. McKay <mackyle@gmail.com> | 2017-08-23 18:48:38 +0000 |
commit | d398b4033239448169d851e099bef76cb8e46054 (patch) | |
tree | 25e99809aa65cd347201d2f19e68135ab150724e /form.c | |
parent | Update ChangeLog (diff) | |
download | w3m-d398b4033239448169d851e099bef76cb8e46054.tar.gz w3m-d398b4033239448169d851e099bef76cb8e46054.zip |
file.c: compute correct base URL when not absolute
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>
Diffstat (limited to 'form.c')
0 files changed, 0 insertions, 0 deletions