We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8025888 commit b973310Copy full SHA for b973310
knowage/src/main/java/it/eng/spago/dispatching/httpchannel/Router.java
@@ -157,9 +157,6 @@ public void route(
157
if (!response.isCommitted()) {
158
RequestDispatcher requestDispatcher = servletContext.getRequestDispatcher(publishingURL);
159
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.");
163
}
164
165
} // if (_isForward)
0 commit comments