Project

General

Profile

Actions

Task #3365

closed

Create hub.libreoffice.org/InstallJava

Added by Beluga Beluga over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Category:
Hub
Target version:
Team - Q4/2020
Start date:
Due date:
% Done:

100%

Tags:

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

Actions #1

Updated by Guilhem Moulin over 3 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

Also available in: Atom PDF