[Bug 54198] Improve HttpServletResponse#sendError(int) JavaDoc description

2012-11-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54198 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 54198] Improve HttpServletResponse#sendError(int) JavaDoc description

2012-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54198 --- Comment #2 from Michael Osipov <1983-01...@gmx.net> --- (In reply to comment #1) > (In reply to comment #0) > > sendError(int) methods calls sendError(int, null) internally. Thus > > generating a HTML > > page without a message. This is

[Bug 54198] Improve HttpServletResponse#sendError(int) JavaDoc description

2012-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54198 --- Comment #1 from Konstantin Kolinko --- (In reply to comment #0) > sendError(int) methods calls sendError(int, null) internally. Thus generating > a HTML > page without a message. This is not mentioned in the docs. One could assume > th

[Bug 54198] Improve HttpServletResponse#sendError(int) JavaDoc description

2012-11-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54198 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement -- You are receiving th