https://issues.apache.org/bugzilla/show_bug.cgi?id=42205
--- Comment #12 from Sebb <[email protected]> 2011-05-17 17:26:35 UTC --- (In reply to comment #11) > Created attachment 27016 [details] > Patch with only new code Thanks very much, that's much easier to read. There's one strange line of code: + } catch (IllegalUserActionException e1) { + log.equals(e); <============ ??? + } I presume that should be log.error(e)?(In reply to comment #2) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
