#15: Fix friendly URLs and form actions in W3M -------------------------+-------------------------------------------------- Reporter: sakhmechet | Owner: sakhmechet Type: defect | Status: closed Priority: high | Milestone: 0.1 Component: weblocks | Version: pre-0.1 Resolution: fixed | Keywords: w3m friendly URL form actions -------------------------+-------------------------------------------------- Changes (by sakhmechet):
* resolution: => fixed * status: new => closed
Comment:
Fixed. W3M doesn't like links that start with query arguments ('?action=...'). In this case it redirected to root ('/'). Unfortunately it doesn't like "unknown anchors ('#')" either. We now prepend full URI to the link.