close Warning: Can't synchronize with repository "(default)" (/project/cl-weblocks/svn does not appear to be a Subversion repository.). Look in the Trac log for more information.

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.

Change History (1)

comment:1 Changed 17 years ago by Slava Akhmechet

Resolution: fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.