Skip to content

Commit b973310

Browse files
committed
Fix too large log
1 parent 8025888 commit b973310

File tree

1 file changed

+0
-3
lines changed
  • knowage/src/main/java/it/eng/spago/dispatching/httpchannel

1 file changed

+0
-3
lines changed

knowage/src/main/java/it/eng/spago/dispatching/httpchannel/Router.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,6 @@ public void route(
157157
if (!response.isCommitted()) {
158158
RequestDispatcher requestDispatcher = servletContext.getRequestDispatcher(publishingURL);
159159
requestDispatcher.forward(request, response);
160-
} else {
161-
TracerSingleton.log(Constants.NOME_MODULO, TracerSingleton.CRITICAL,
162-
"Router::route: impossible to go forward, the risk has already been committed. Redirection alternatively.");
163160
}
164161

165162
} // if (_isForward)

0 commit comments

Comments
 (0)