Actions
Task #3365
closedCreate hub.libreoffice.org/InstallJava
Start date:
Due date:
% Done:
100%
Tags:
URL:
Description
From the easy hack https://bugs.documentfoundation.org/show_bug.cgi?id=125379
There needs to be a hub.libreoffice.org/InstallJava with LOlocale parameter support. Pointing to https://wiki.documentfoundation.org/Faq/General/InstallJava
Updated by Guilhem Moulin about 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Implemented at https://git.libreoffice.org/infra/salt/commit/038662028bc10ad9a827fe02831d8711bcbced60 .
$ url="https://hub.libreoffice.org/InstallJava" $ curl -sw "%{url_effective}\\t%{http_code} %{redirect_url}\\n" \ -o/dev/null "$url" \ -o/dev/null "$url?LOlocale=en-US" \ -o/dev/null "$url?LOlocale=de" \ -o/dev/null "$url?LOlocale=de-AT" \ -o/dev/null "$url?LOlocale=xyz" https://hub.libreoffice.org/InstallJava 302 https://wiki.documentfoundation.org/Faq/General/InstallJava https://hub.libreoffice.org/InstallJava?LOlocale=en-US 302 https://wiki.documentfoundation.org/Faq/General/InstallJava https://hub.libreoffice.org/InstallJava?LOlocale=de 302 https://wiki.documentfoundation.org/Faq/General/InstallJava/de https://hub.libreoffice.org/InstallJava?LOlocale=de-AT 302 https://wiki.documentfoundation.org/Faq/General/InstallJava/de https://hub.libreoffice.org/InstallJava?LOlocale=xyz 302 https://wiki.documentfoundation.org/Faq/General/InstallJava
Actions