Date: prev next · Thread: first prev next last
2014 Archives by date, by thread · List index


Hello,
If I went to http://libreoffice.org/bugzilla, CSS and JavaScript files (with relative paths when they are referenced in the HTML) are loaded from the wrong path, causing the page to look like plain HTML. For example, http://www.libreoffice.org/skins/standard/global.css does not exist. Its real path is http://www.libreoffice.org/bugzilla/skins/standard/global.css. However, due to the way relative paths are converted into absolute paths when the request is processed, browsers think http://www.libreoffice.org/bugzilla is an actual file, not a folder, since the URL does not have a / at the end of it. The issues in bug 74344 (which says that the HTML is plain when https://www.libreoffice.org/bugzilla is loaded) appear to be caused by this issue. If I were to load http://www.libreoffice.org/bugzilla/ in my web browser, the browser recognizes bugzilla as a folder and loads all of the relative URLs from there. So, a simple HTTP redirect from http://www.libreoffice.org/bugzilla or https://www.libreoffice.org/bugzilla to http://www.libreoffice.org/bugzilla/ or https://www.libreoffice.org/bugzilla/ would fix the issue of Bugzilla appearing as plain HTML.

Cheers,
xmlhttprequest.open@gmail.com

--
To unsubscribe e-mail to: website+unsubscribe@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/website/
All messages sent to this list will be publicly archived and cannot be deleted

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.