0 Replies Latest reply on Jul 19, 2009 9:17 PM by marwin.menezes

    j_security_check error

      I am using jboss 4 on RHEL 5.0 box. I get this strange intermittent error. after authentication j_security_check redirects the control to another servlet before this there is some junk values getting appended to the HTTP headers.

      following is the header

      HTTP/1.1 302 Moved Temporarily
      Date: Fri, 17 Jul 2009 07:52:38 GMT
      Server: Apache/2.0.52 (Red Hat)
      Location: http://168.143.160.189/myservlet/loggedPage.do
      Vary: Accept-Encoding
      Content-Encoding: gzip
      Keep-Alive: timeout=15, max=97
      Connection: Keep-Alive
      Transfer-Encoding: chunked
      Content-Type: text/plain; charset=UTF-8

      a
      ‹
      a

      0

      and instead of redirecting a file download prompt appears. Any idea why this is happening?