Skip to content

Commit 8dfb620

Browse files
committed
need to return after redirect
1 parent d071f6f commit 8dfb620

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/list.jsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ document.pageReady.push(function() { pageReadyList();});
254254
String location = cfg.getLatestRevisionLocation();
255255
if (location != null) {
256256
response.sendRedirect(location);
257+
return;
257258
} else {
258259
xrefFile = cfg.findDataFile();
259260
}

0 commit comments

Comments
 (0)