https://issues.apache.org/bugzilla/show_bug.cgi?id=56383

Konstantin Kolinko <knst.koli...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #8 from Konstantin Kolinko <knst.koli...@gmail.com> ---
When both showServerInfo and showReport are false, the generated HTML will have
no <title> element. If I remember the specs correctly a <title> is required.

A good alternative will be

sb.append(smClient.getString("errorReportValve.statusHeader",
                String.valueOf(statusCode), message))

// errorReportValve.statusHeader=HTTP Status {0} - {1}

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to