[Bug 60490] Several improvements to the ErrorReportValve

2018-05-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60490 --- Comment #9 from Mark Thomas --- Further back-ported to: - 8.0.x for 8.0.53 onwards - 7.0.x for 7.0.89 onwards -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 60490] Several improvements to the ErrorReportValve

2017-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60490 --- Comment #8 from Michael Osipov <1983-01...@gmx.net> --- (In reply to Christopher Schultz from comment #7) > (In reply to Michael Osipov from comment #2) > > How can that method return \r? Documentation says LF > > on Unix, CRLF on Windows. >

[Bug 60490] Several improvements to the ErrorReportValve

2017-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60490 --- Comment #7 from Christopher Schultz --- (In reply to Michael Osipov from comment #2) > How can that method return \r? Documentation says LF > on Unix, CRLF on Windows. Mac OS used to use \r for line endings. It's possible that there were n

[Bug 60490] Several improvements to the ErrorReportValve

2017-01-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60490 --- Comment #6 from Michael Osipov <1983-01...@gmx.net> --- (In reply to Mark Thomas from comment #5) > Thanks for the patch. > > Fixed in: > - trunk for 9.0.0.M18 onwards > - 8.5.x for 8.5.12 onwards Thank you very much, I can finally discont

[Bug 60490] Several improvements to the ErrorReportValve

2017-01-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60490 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 60490] Several improvements to the ErrorReportValve

2017-01-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60490 --- Comment #4 from Michael Osipov <1983-01...@gmx.net> --- Anyone willing to take a look? The longer the patch remains stale the more merge conflicts are likely. -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 60490] Several improvements to the ErrorReportValve

2016-12-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60490 Michael Osipov <1983-01...@gmx.net> changed: What|Removed |Added Attachment #34531|0 |1 is obsol

[Bug 60490] Several improvements to the ErrorReportValve

2016-12-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60490 --- Comment #2 from Michael Osipov <1983-01...@gmx.net> --- (In reply to Christopher Schultz from comment #1) > Some comments. > > - Line endings should be either be CRLF or LF. On certain systems, > System.lineSeparator may return CR only whic

[Bug 60490] Several improvements to the ErrorReportValve

2016-12-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60490 --- Comment #1 from Christopher Schultz --- Some comments. - Line endings should be either be CRLF or LF. On certain systems, System.lineSeparator may return CR only which could cause some problems[1]. I'd recommend reverting that particular c