You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2008/06/04 15:57:59 UTC

DO NOT REPLY [Bug 45131] New: Incorrect error message displayed for 500 Internal Server Error

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: tomcat-dev@jakarta.apache.org
        ReportedBy: trevorsky@gmail.com


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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 45131] Incorrect error message displayed for 500 Internal Server Error

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45131


Mark Thomas <ma...@apache.org> changed:

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




--- Comment #2 from Mark Thomas <ma...@apache.org>  2008-10-01 10:05:11 PST ---
Many thanks for the report. This has been fixed in svn and will be included in
mod_jk 1.2.27 onwards.


-- 
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 45131] Incorrect error message displayed for 500 Internal Server Error

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45131





--- Comment #1 from Trevor Garside <tr...@gmail.com>  2008-06-04 07:04:01 PST ---
Forgot to mention: this bug was found in the source for
tomcat-connectors-1.2.26


-- 
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org