Bug 80282 - Crazy URL resolving issue at Petro-points.com ?
Summary: Crazy URL resolving issue at Petro-points.com ?
Status: RESOLVED DUPLICATE of bug 82747
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-25 00:35 UTC by Jason Keirstead
Modified: 2005-05-27 13:42 UTC (History)
0 users

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 Jason Keirstead 2004-04-25 00:35:54 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

There is something really weird going on in Konqueror when I try to go to the site "http://www.petro-points.com". None of the links work, nor do the images. If I right click on a link and copy it's location, I get this:

http://192.168.130.34/ns-pp-prod/eng/index.asp

Obviously this link will never work, it is referring to an inside address. But, if I view the page source, the link is fine:

<a href="eng/index.asp">

The site works fine in Mozilla, as it should. Copying the link location in Mozilla gives you the correct URL:

http://www.petro-points.com/eng/index.asp

Some other notes with this:

- There is no <base href=""> on the page, so that' snot the problem.
- As you can see form the link, "ns-pp-prod" is not referred to anywhere, so  I don't know where KHTML is getting that from.

I don't know if this is a KHTML issue or a KIO issue or what, since it almost seems like KHTML is getting different HTML then what I get with "View Source".
Comment 1 Jason Keirstead 2004-04-25 00:38:25 UTC
Another oddity... if I middle click that link above to open in a new tab, the site mysteriously works!

But if I click refresh on the original page, it continues to not work!
Comment 2 G Sanft 2005-05-27 05:51:14 UTC
Well, the server is /still/ sending a 

Content-Location: http://192.168.130.34/nsppprod/index.html

header for that page!
Comment 3 Thiago Macieira 2005-05-27 13:42:44 UTC

*** This bug has been marked as a duplicate of 82747 ***