Class FavIconController


  • @Controller
    public class FavIconController
    extends AbstractController
    Controller for evil clients that go for the favicon.ico directly in the root, redirect them to the real location
    • Constructor Detail

      • FavIconController

        public FavIconController()
    • Method Detail

      • getFavIcon

        @RequestMapping(value="/favicon.ico",
                        method=GET)
        public java.lang.String getFavIcon​(javax.servlet.http.HttpServletRequest request)