1 Reply Latest reply on Mar 19, 2012 3:58 PM by m.a.knapp

    Get blank page on IE w/ run-time exception but FF works fine on JBoss 6.1.0 Final

      Hi guys,

       

      I try to use JBOSS 6.1.0 Final for my new project, but I have a strange problem today....

       

      Basically, everything goes well => Build is fine, deploy is fine, server startup fine(no ERROR and WARN)

       

      The issue I have now is:

       

      If I open the page with FireFox, it works fine.

      If I open the page with Chrome, it works fine.

       

      If I open the page with IE 8, I always get a blank page and there is an exception on server:

       

      2012-02-22 23:26:00,545 ERROR [org.apache.catalina.connector.CoyoteAdapter] (http-127.0.0.1-8080-1) An exception or error occurred in the container during the request processing: java.lang.IllegalArgumentException: Control character in cookie value or attribute.
      at org.apache.tomcat.util.http.CookieSupport.isHttpSeparator(CookieSupport.java:183)
      at org.apache.tomcat.util.http.Cookies.getTokenEndPosition(Cookies.java:454)
      at org.apache.tomcat.util.http.Cookies.processCookieHeader(Cookies.java:276)
      at org.apache.tomcat.util.http.Cookies.processCookies(Cookies.java:157)
      at org.apache.tomcat.util.http.Cookies.getCookieCount(Cookies.java:98)
      at org.apache.catalina.connector.CoyoteAdapter.parseSessionCookiesId(CoyoteAdapter.java:655)
      at org.apache.catalina.connector.CoyoteAdapter.postParseRequest(CoyoteAdapter.java:597)
      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359)
      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)
      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:654)
      at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:951)
      at java.lang.Thread.run(Thread.java:662) [:1.6.0_29]

       

       

      OS: Windows 7

      JBOSS: 6.1.0 Final

       

      Any help appreciated.

       

      Thank you.