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

           Summary: Incorrect error message displayed for 500 Internal
                    Server Error
           Product: Tomcat 5
           Version: Unknown
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Native:JK
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


File: native/iis/jk_isapi_plugin.c
Line: 549-551

The error message defined as HTML_ERROR_500 should be used, however
HTML_ERROR_503 is used instead.

Noteworthy is that the length of HTML_ERROR_500 is incorrectly used (there is
no risk of buffer overflow since HTML_ERROR_503 is longer than HTML_ERROR_500).

There is a possible enhancement that could be made here, in that these error
messages could be made configurable instead of compiled-in constants.


-- 
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]

Reply via email to