Andreas Vollmy created AXIS2C-1662: -------------------------------------- Summary: mod_log may corrupt the node list (on a chunked fault) Key: AXIS2C-1662 URL: https://issues.apache.org/jira/browse/AXIS2C-1662 Project: Axis2-C Issue Type: Bug Environment: Linux Reporter: Andreas Vollmy
I activated the logging-module to log all In- and Outputs. Normaly this seems to work perfectly, but when a JEE-System gives me back a fault (actually the result is a chunked stream), I loose the detail information. After a while I found out, that the logging module is reading in all not yet read nodes. In case of a fault, this may lead to it reading in the whole stream without creating the internal node list. Attached patch forces the reading of all remaining nodes. -- This message was sent by Atlassian JIRA (v6.1.5#6160) --------------------------------------------------------------------- To unsubscribe, e-mail: c-dev-unsubscr...@axis.apache.org For additional commands, e-mail: c-dev-h...@axis.apache.org