
bugzilla at apache
May 14, 2008, 12:37 AM
Post #1 of 1
(94 views)
Permalink
|
|
[Bug 44995] New: Custom HTTP-Error codes get remapped to 500er codes
|
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=44995 Summary: Custom HTTP-Error codes get remapped to 500er codes Product: Apache httpd-2 Version: 2.2.8 Platform: PC OS/Version: Windows XP Status: NEW Severity: critical Priority: P2 Component: Core AssignedTo: bugs[at]httpd.apache.org ReportedBy: jan.schulte[at]hp.com We use Apache 2.2.8 with mod_JK 1.2.26 with a Tomcat 5.5 cluster. We use Custom HTTP-Error codes like 450 for authentication-purposes. Those codes get remapped to 500. The Error-Code 450 is in the RFC2616 described as valid return code so this is a bug. The custom error-codes worked fine in Apache 1.3.41 with MOD_JK/1.2.25. You can easily reproduce this bug by writing a jsp-page with the following line: <%response.setStatus(450);%> -- 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: bugs-unsubscribe[at]httpd.apache.org For additional commands, e-mail: bugs-help[at]httpd.apache.org
|