We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e09c7f commit f05a302Copy full SHA for f05a302
java/src/main/java/com/genexus/filters/APIObjectFilter.java
@@ -44,7 +44,7 @@ public void doFilter(IServletRequest request, IServletResponse response, IFilte
44
if ( qString != null && !qString.isEmpty()) {
45
fwdURI = fwdURI + QS_SEP + qString;
46
}
47
- logger.info("Forwarding from " + path +" to: " + fwdURI) ;
+ logger.debug("Forwarding from " + path +" to: " + fwdURI) ;
48
httpRequest.getRequestDispatcher(fwdURI).forward(request,response);
49
50
else {
0 commit comments