Opened 7 years ago
Closed 7 years ago
#13642 closed bug (fixed)
Web+ Redirection failure
Reported by: | humdinger | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/WebPositive | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
This is hrev51318, gcc2h.
At https://www.haiku-os.org/documents/ the HIG is linking to https://api.haiku-os.org/docs/HIG/index.xml which should redirect to https://www.haiku-os.org/docs/HIG/index.xml
QuipZilla does so, Web+ doesn't.
Change History (8)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
Description: | modified (diff) |
---|---|
Summary: | Issue rendering HIG page index.xml → Web+ Redirection failure |
Indeed, that URL works. Means a) the URL at https://www.haiku-os.org/documents/ is 'wrong' and b) since Qupzilla is redirected correctly, something's still not perfect with Web+'s redirection. Changing description.
comment:3 by , 7 years ago
At https://www.haiku-os.org/documents/ the HIG is linking to https://api.haiku-os.org/HIG
comment:4 by , 7 years ago
A terminal log with libbnetapi in debug mode could provide some info.
I guess a redirection happens (as we get the contents eventually) but WebKit isn't noticed that the URL has changed. As a result it uses the wrong "base" URL for various things, and in this case, it includes the XSLT stylesheet which is used to do all of the formatting, as well as the CSS, I guess.
May be a similar problem that leads to missing images in the API docs.
comment:5 by , 7 years ago
comment:6 by , 7 years ago
It can also be yet another race condition, in that case it depends on the network speed and CPU performance and system load. Which makes these things annoying to debug as usually adding some debug output will "fix" the problem.
comment:8 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Indeed, https://api.haiku-os.org/docs/HIG/index.xml redirects to https://www.haiku-os.org/docs/api/docs/HIG/index.xml which now 404s, but that's not the issue. This is with hrev51770.
Let's close the ticket, before PulkoMandy publishes his next release and seizes the chance to break redirection again. :)
Did you mean https://www.haiku-os.org/docs/HIG/index.xml ?