-
-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Description
It is convention that the Jenkins UI should not use the configured root URL, instead looking at the request to build up links.
This convention is not followed in
cloudbees-folder-plugin/src/main/java/com/cloudbees/hudson/plugins/folder/AbstractFolder.java
Line 832 in b3bb874
| menu.add(view.getAbsoluteUrl(),view.getDisplayName()); |
Originally reported by
danielbeck, imported from: AbstractFolder#doChildrenContextMenu should not use #getAbsoluteUrl
- status: Open
- priority: Minor
- component(s): cloudbees-folder-plugin
- label(s): ux
- resolution: Unresolved
- votes: 0
- watchers: 1
- imported: 20251211-141027
Raw content of original issue
It is convention that the Jenkins UI should not use the configured root URL, instead looking at the request to build up links.
This convention is not followed in
resulting in potentially invalid links in the children context menu of folders (which links to views).cloudbees-folder-plugin/src/main/java/com/cloudbees/hudson/plugins/folder/AbstractFolder.java
Line 832 in b3bb874
menu.add(view.getAbsoluteUrl(),view.getDisplayName());
Reactions are currently unavailable