Thursday, April 02, 2015

Using an old instance of JBoss (version 7) i found it littered the log files with cookie informational entries, like the following:

2015-04-02 11:46:18,714 INFO  [org.apache.tomcat.util.http.Cookies] (http--0.0.0.0-8080-15) Cookies: Invalid cookie. Value not a token or quoted value

To avoid this add the following option when starting:

-Dorg.apache.tomcat.util.http.ServerCookie.ALLOW_HTTP_SEPARATORS_IN_V0=true

No comments: