Skip to content

[JENKINS-68907] AbstractFolder#doChildrenContextMenu should not use #getAbsoluteUrl #707

@jenkins-infra-bot

Description

@jenkins-infra-bot

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

menu.add(view.getAbsoluteUrl(),view.getDisplayName());
resulting in potentially invalid links in the children context menu of folders (which links to views).


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

menu.add(view.getAbsoluteUrl(),view.getDisplayName());
resulting in potentially invalid links in the children context menu of folders (which links to views).

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions