java.lang.Object
de.hybris.platform.acceleratorstorefrontcommons.controllers.AbstractController
de.hybris.platform.yacceleratorstorefront.controllers.misc.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 Details

    • FavIconController

      public FavIconController()
  • Method Details

    • getFavIcon

      @GetMapping("/favicon.ico") public String getFavIcon(javax.servlet.http.HttpServletRequest request)