Enhancement
-
Remove support for
?path
and ?pattern
query parameters for directory listings of user content, such as workspaces, archived artifacts and others.
The filter text box now uses JavaScript instead of a form submission to navigate to the expected URL.
Programmatic users are advised to replace ?path
or ?pattern
in their requests with the resulting redirect URL, whose behavior did not change from before.
JENKINS-75388
-
Remove PAM Authentication plugin from suggested plugins.
pull 10663
-
Add Powershell script to Windows installer to update registry information after WAR update.
Packaging PR 494