Opened 17 years ago
Closed 17 years ago
#15 closed defect (fixed)
Fix friendly URLs and form actions in W3M
Reported by: | Slava Akhmechet | Owned by: | Slava Akhmechet |
---|---|---|---|
Priority: | high | Milestone: | 0.1 |
Component: | weblocks | Version: | pre-0.1 |
Keywords: | w3m friendly URL form actions | Cc: |
Description
Currently form actions and friendly URLs appear to be broken in W3M. W3M seems to handle absolute links differently from other browsers which appears to be the root of the problem.
Note: See
TracTickets for help on using
tickets.
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.