SpringBoot - NumberFormatException on “favicon.ico”

我刚刚建立了一个SpringBoot应用程序,似乎在工作,但几个小时后它就停止了。当我检查日志时,我只看到以下警告(多次)。

2021-06-28 09:54:37.704  WARN 25077 --- [nio-8894-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'java.lang.Long'; nested exception is java.lang.NumberFormatException: For input string: "favicon.ico"]

在我的应用程序中没有出现Long.parseLong()或 "favicon.ico "的情况。

有人遇到过类似的问题吗?


StackOverflow:java - SpringBoot - NumberFormatException on "favicon.ico" - Stack Overflow