In the docu is stated that cookie handling is automatically handled by Gatlink. However, when testing our web application our pages are always redirected to the Cookie error handling page. How can we be sure that cookies are treated well ? How can we check the cookies ? Does i make a difference to use Netty, JDK, Apache or Grizzly as the HTTP provider ?
I installed your fix and cookies are handled well now, thanks a lot. A new problem arose with this new version : when I set the trace level to “DEBUG” in the file “Logback.xml” I don’t get any logging. If I put it to “TRACE” it works as it should. Is this someting I can fix myself ?