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

Konstantin Kolinko <[email protected]> changed:

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

--- Comment #8 from Konstantin Kolinko <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to