This is what appears many times in console of Jetty local webserver when testing J2EE Spring app.
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'>
I've setup my localhost (OSX) like this:
sudo ipfw add 100 fwd 127.0.0.1,8080 tcp from any to any 80 in
To forward all requests to localhost/127.0.0.1 from :80 to :8080
Does anybody know if this is severe bug/warning and how to get rid of it ?