-
Bug
-
Resolution: Won't Do
-
Minor
-
7.0.0.Alpha3
-
None
We found that the logging message has a typo, which the original code is
logger.info("enterng ForwardServlet.service()");
We updated it in order to avoid ** confusion.
logger.info("entering ForwardServlet.service()");