<stapler:redirect>
fires exception InstallUncaughtExceptionHandler
#449
Labels
<stapler:redirect>
fires exception InstallUncaughtExceptionHandler
#449
I tried to redirect a page via
<st:redirect url="${rootURL}/manage"/>
and the following exception is thrown every time the page is redirected:The redirect itself works fine. In this example,
jenkins/manage/log
takes you back tojenkins/manage/
, as intended.I'm building and launching Jenkins via openjdk 19.0.2+7-44 on macOS 13.2.1.
The text was updated successfully, but these errors were encountered: