Assigned
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: docker-gerrit
Branch: stable-3.6
commit c53756d71ffad9d27ca801ac617cf71d5d7937f9
Author: Fabio Ponciroli <ponch78@gmail.com>
Date: Thu Nov 16 22:00:12 2023
Add trailing slash in default canonicalWebUrl
Currently the default canonicalWebUrl value set
by the entrypoint is missing a trailing slash.
This can cause problems, for example, with plugins
expecting a trailing slash in the canonicalWebUrl.
Bug: Issue 311414905
Change-Id: I3c2f0309aa186147d48cfd3a4f3b3a4c0b4533f9
M almalinux/8/entrypoint.sh
M ubuntu/20/entrypoint.sh
https://gerrit-review.googlesource.com/393135
Branch: stable-3.6
commit c53756d71ffad9d27ca801ac617cf71d5d7937f9
Author: Fabio Ponciroli <ponch78@gmail.com>
Date: Thu Nov 16 22:00:12 2023
Add trailing slash in default canonicalWebUrl
Currently the default canonicalWebUrl value set
by the entrypoint is missing a trailing slash.
This can cause problems, for example, with plugins
expecting a trailing slash in the canonicalWebUrl.
Bug:
Change-Id: I3c2f0309aa186147d48cfd3a4f3b3a4c0b4533f9
M almalinux/8/entrypoint.sh
M ubuntu/20/entrypoint.sh
Description
docker run -ti -p 8080:8080 -p 29418:29418 gerritcodereview/gerrit:3.7.3
- Check the gerrit.canonicalWebUrl value
Expected result:
The default gerrit.canonicalWebUrl in gerrit.config should have a trailing slash, like:
Observed result:
The default gerrit.canonicalWebUrl is missing the trailing slash