[JENKINS-75664] Revert call to `BoundObjectTable#releaseMe` (#10647)
Changelog Drafter / update_draft_release (push) Waiting to run Details
Changelog Drafter / jenkins_io_draft (push) Waiting to run Details
Label conflicting PRs / main (push) Waiting to run Details

Revert call to `BoundObjectTable#releaseMe`
This commit is contained in:
Jesse Glick 2025-05-15 08:07:47 -04:00 committed by GitHub
parent ed4e4d95c4
commit 03bc1dbe6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ public class RenderOnDemandClosure {
@Override
public void generateResponse(StaplerRequest2 req, StaplerResponse2 rsp, Object node) throws IOException, ServletException {
LOGGER.fine(() -> "rendering " + req.getPathInfo());
req.getBoundObjectTable().releaseMe();
req.getWebApp().getDispatchValidator().allowDispatch(req, rsp);
try {
new DefaultScriptInvoker() {