Description: In LO64RC2 infobar shows after install pointing to official release notes on wiki. In Slovenian version this should point to fully localized wiki release notes, (that we have fully localized since 3.5 or so). Instead it points to an unexisting page (that address is shown very short time in browser's address field): https://hub.libreoffice.org/ReleaseNotes/?LOvers=6.4&LOlocale=sl The redirect is probably wrong, this is why it is then redirected to general release notes wiki page in English, not even 6.4: https://wiki.documentfoundation.org/ReleaseNotes (an empty page, everyday user really does not know what to click there) In this case of LO64, for Slovenian GUI, the redirect should point to: https://wiki.documentfoundation.org/ReleaseNotes/6.4/sl Steps to Reproduce: 1. Open a document in Slovenian LO after install and infobar opens. 2. Click the "Opombe ob izdaji" (Release notes) button. 3. Actual Results: Release notes link points to empty general Release notes wiki page. Expected Results: Should point to: https://wiki.documentfoundation.org/ReleaseNotes/6.4/sl Reproducible: Always User Profile Reset: No Additional Info: Please fix this before the 6.4.0 official release. We invest a lot of human resources in properly localizing as many LO materials as possible, but with such bugs release notes are not accessible.
I can confirm this bug on 6.4.0 RC1 (not RC2) with English UI, it redirects to the same general ReleaseNotes page instead of the specific 6.4 one. The hub.libreoffice.org URL looks fine, and there shouldn't be any changes in LO code around this area, so I suspect something is wrong with the hub.LO.org server. Guilhem, would you please have a look into this issue?
I see nothing wrong on the hub side: $ curl -sw "%{http_code} %{redirect_url}\\n" \ -o/dev/null "https://hub.libreoffice.org/ReleaseNotes/?LOvers=6.4&LOlocale=en-US" \ -o/dev/null "https://hub.libreoffice.org/ReleaseNotes/?LOvers=6.4&LOlocale=zh-CN" \ -o/dev/null "https://hub.libreoffice.org/ReleaseNotes/?LOvers=6.4&LOlocale=sl" 302 https://wiki.documentfoundation.org/ReleaseNotes/6.4 302 https://wiki.documentfoundation.org/ReleaseNotes/6.4/zh-cn 302 https://wiki.documentfoundation.org/ReleaseNotes/6.4/sl
The page that opens is: https://wiki.documentfoundation.org/ReleaseNotes So it is as if the part after this sting gets or is truncated.
Ah Ming is right, maybe a race of some kind: the page redirects to the fallback URL on Firefox. Closing and moved to https://redmine.documentfoundation.org/issues/3072 .