-
Bug
-
Resolution: Fixed
-
Minor
-
-
2.409
While trying to install plugins on a test machine with a bad proxy setup, the (very helpful) error message pointing to the proxy configuration uses a wrong relative URL (see bottom part of screenshot):
The HTML source is
<a href="../pluginManager/advanced">configure HTTP proxy?</a>
Since the current location is pluginManager/updates, the resulting absolute location contains pluginManager twice.
- causes
-
JENKINS-71905 Proxy error links improperly uses root URL (regression in 2.408)
-
- Open
-
- links to
[JENKINS-71244] wrong relative address in plugin manager error message hyperlink
Description |
Original:
While trying to install plugins on a test machine with a bad proxy setup, the (very helpful) error message pointing to the proxy configuration uses a wrong relative URL (see bottom part of screenshot):
!image-2023-05-11-08-10-09-304.png! |
New:
While trying to install plugins on a test machine with a bad proxy setup, the (very helpful) error message pointing to the proxy configuration uses a wrong relative URL (see bottom part of screenshot):
!image-2023-05-11-08-10-09-304.png! The HTML source is {noformat} <a href="../pluginManager/advanced">configure HTTP proxy?</a>{noformat} Since the current location is pluginManager/updates, the resulting absolute location contains pluginManager twice. |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Assignee | New: Michael Keppler [ bananeweizen ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Remote Link | New: This issue links to "https://github.com/jenkinsci/jenkins/pull/7992 (Web Link)" [ 28717 ] |
Released As | New: 2.408 | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Closed [ 6 ] |
Labels | New: lts-candidate |
Released As | Original: 2.408 | New: 2.409 |
Great finding, would you be interested in creating a PR correcting this behavior?