Bugzilla – Bug 5602
Authorization error is not CEDPs logging compliant
Last modified: 2007-10-16 11:45:10
You need to log in before you can comment on or make changes to this bug.
Brain Tierney reports: "The java core stuff looks good, except there is still one log line that has linefeeds in it, which are not allowed. (line 31 in: http://www-unix.mcs.anl.gov/~ranantha/cedpsLogging/sample-container-log.txt)"
Fix committed to trunk. LogObject utility removes new lines from message values. It does not parse name/value pairs tho', so it is upto the code using the utility to remove line feeds. A utility API that trims and remove new lines has been added to LogObject.