Bug 97355 - urls not marked as visited when site uses BASE url and current page has slash (/) in path
Summary: urls not marked as visited when site uses BASE url and current page has slash...
Status: RESOLVED WORKSFORME
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 3.3.2
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-18 16:40 UTC by Wilbert Berendsen
Modified: 2008-05-05 01:37 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wilbert Berendsen 2005-01-18 16:40:37 UTC
Version:           3.3.2 (using KDE 3.3.2, Gentoo)
Compiler:          gcc version 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)
OS:                Linux (i686) release 2.6.9-gentoo-r6

When a site has a base url (e.g. <base href="http://www.lambertikerk.nl/" />) Konqueror sometimes shows visited links in the page as visited and sometimes not.

Visited links are not marked as visited when the current page has a slash in the path, e.g. "user/1" or "node/17".

To reproduce:
-Go to www.lambertikerk.nl
-After having visited some categories (under "Categorieën") and switched back, go to a page with a slash in the url, e.g. by clicking on the username "wilbert" which is shown on some places go to "user/1".
-BUG: all visited category links are marked as not visited.

It seems Konqueror resolves links correctly using the BASE HREF tag, but the algorithm that records visited links does not.
Comment 1 Wilbert Berendsen 2005-03-06 07:23:41 UTC
Still there in KDE 3.4.0 rc1

as soon as a html page has one or more slashes in its path and it uses a base url, visited links are not marked as visited.
Comment 2 Stephen McCrea 2007-05-05 14:19:40 UTC
I'm not sure if this is the same problem, but visit http://www.theinquirer.net/default.aspx, click on any link, then return to that page -- the link has *not* changed colour.
Comment 3 FiNeX 2008-05-05 01:37:50 UTC
Konqueror 4 (tested on trunk) respect the "visited" status even this type of links.