https://bz.apache.org/bugzilla/show_bug.cgi?id=65326

--- Comment #13 from PJ Fanning <[email protected]> ---
I had a look at the XMLHelper and its code that logs issues at most once every
5 minutes may not be ideal. The code doesn't differentiate between events. If
we log one event, then we don't log any for next 5 mins. Maybe it would be
better to log once the event once and remember what we logged so we don't log
it again? This would use up some memory - keeping track of all the messages
we've already logged but if we're careful with the implementation, we may not
use up too much.

I favour not removing logging because I think it is useful to warn users that
their parser implementation does not support all the security settings.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to