Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
cziegeler committed Sep 13, 2024
1 parent 16d6f9b commit 7f21931
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@ void doService(HttpServletRequest request, HttpServletResponse response)
path = path.concat("/");
}
path = path.concat(holder.getDefaultPluginLabel());
response.setContentLength(0);
response.sendRedirect(path);
return;
}
Expand Down

0 comments on commit 7f21931

Please sign in to comment.