0 Replies Latest reply on Jun 18, 2015 6:13 AM by marcial.atienzar

    How to evict blank page on j_security_check?

    marcial.atienzar

      Hi,

       

      Depending of the browser cache, sometimes, after login wildfly returns a blank page with j_security_check in the url.

       

      I've try this:

      /subsystem=undertow/configuration=filter/response-header=Pragma/:add(header-value=no-cache,header-name=Pragma)
      /subsystem=undertow/configuration=filter/response-header=Expires/:add(header-value=-1,header-name=Expires)
      /subsystem=undertow/configuration=filter/response-header=Cache-Control/:add(header-value="private, no-cache, no-store, must-revalidate",header-name=Cache-Control)
      /subsystem=undertow/server=default-server/host=default-host/filter-ref=Pragma/:add
      /subsystem=undertow/server=default-server/host=default-host/filter-ref=Expires/:add
      

       

      But with not luck.

       

      The servers are behind firewall and a hardware load balancer.

       

      Lot of thanks,

       

           Marcial