Polishing

This commit is contained in:
Juergen Hoeller
2023-01-31 16:14:32 +01:00
parent 4d6249811e
commit c0c9ba5c2c
7 changed files with 23 additions and 21 deletions

View File

@@ -284,6 +284,7 @@ public class DispatcherServlet extends FrameworkServlet {
*/
private static final String DEFAULT_STRATEGIES_PREFIX = "org.springframework.web.servlet";
/** Additional logger to use when no mapped handler is found for a request. */
protected static final Log pageNotFoundLogger = LogFactory.getLog(PAGE_NOT_FOUND_LOG_CATEGORY);