在测试J2EE Spring应用程序时,Jetty本地Web服务器的控制台中出现了很多次。
2012-05-03 14:28:14,716 WARN [org.springframework.web.servlet.PageNotFound]
- <No mapping found for HTTP request with URI [/crls/secureca.crl]
in DispatcherServlet with name 'DefaultServlet'>
我已经设置了我的localhost(OSX):
sudo ipfw add 100 fwd 127.0.0.1,8080 tcp from any to any 80 in
将所有对localhost / 127.0.0.1的请求从:80转发到:8080
有人知道这是严重的错误/警告以及如何摆脱它吗?
答案 0 :(得分:7)
我的错误,我在/private/etc/hosts
127.0.0.1 crl.verisign.com
127.0.0.1 crl.geotrust.com
因此,如果有人遇到同样的问题,只需检查主机文件中的crl, verisign, geotrust
个关键字,然后停用或删除匹配的行。
#127.0.0.1 crl.geotrust.com