Bug 169738

Summary: Link never considered "visited" if port 80 explicitly defined
Product: WebKit Reporter: Jan-Gerd Tenberge <janten>
Component: HistoryAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: janten
Priority: P2    
Version: Safari 10   
Hardware: Mac   
OS: macOS 10.12   
Attachments:
Description Flags
Three links, one of them exhibiting the incorrect behaviour none

Jan-Gerd Tenberge
Reported 2017-03-16 01:57:15 PDT
Created attachment 304618 [details] Three links, one of them exhibiting the incorrect behaviour Safari will usually highlight visited links in a different color, but this does not work if the link includes the port 80. Steps to Reproduce: Create a new html document with this link <a href="http://example.com:80">Example</a> or open the attached test. Click the link, example.com will open correctly. Now open the document again, the link will still be displayed as not visited. This error only occurs with port 80. Links like <a href="http://example.com:8080">Example</a> work just fine, links without any port specification (defaulting to 80 for http) work fine, too: <a href="http://example.com">Example</a>. Notes: This bug has already been submitted to Apple (rdar://11368052) in May 2012(!).
Attachments
Three links, one of them exhibiting the incorrect behaviour (299 bytes, text/html)
2017-03-16 01:57 PDT, Jan-Gerd Tenberge
no flags
Alexey Proskuryakov
Comment 1 2017-03-16 12:45:51 PDT
*** This bug has been marked as a duplicate of bug 78358 ***
Note You need to log in before you can comment on or make changes to this bug.