[ https://issues.apache.org/jira/browse/OFBIZ-13148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jacques Le Roux closed OFBIZ-13148. ----------------------------------- Fix Version/s: 18.12.17 Resolution: Fixed Thank you Carsten, that was really a blocker. > ControlServlet falls into error with Cookies log output when Debug log level > is switched to verbose > --------------------------------------------------------------------------------------------------- > > Key: OFBIZ-13148 > URL: https://issues.apache.org/jira/browse/OFBIZ-13148 > Project: OFBiz > Issue Type: Bug > Components: framework/webapp > Reporter: Carsten Schinzer > Assignee: Jacques Le Roux > Priority: Major > Fix For: 18.12.17 > > Attachments: > Fix_the_streaming_issue_with_Cookie_class_when_running_the_Debug_log_statement.patch > > > When running OfBiz with debug level logging, the ControlServlet on WebApp > falls into a runtime error as follows when a web page is invoked: > Servlet.service() for servlet [ControlServlet] in context with path > [/cdc-resmon] threw exception java.lang.ArrayStoreException: > javax.servlet.http.Cookie > This is caused by the way Cookies are lined up to be streamed using a > Cookie[]. > instead, Cookies should be rendered to a Map before being streamed to String > for logging. > -- This message was sent by Atlassian Jira (v8.20.10#820010)