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: [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]
DO NOT REPLY [Bug 45131] Incorrect error message displayed for 500 Internal Server Error
https://issues.apache.org/bugzilla/show_bug.cgi?id=45131 --- Comment #1 from Trevor Garside <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
svn commit: r663296 - /tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/.classpath
Author: markt Date: Wed Jun 4 09:31:29 2008 New Revision: 663296 URL: http://svn.apache.org/viewvc?rev=663296&view=rev Log: Add the examples to the Eclipse classpath Modified: tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/.classpath Modified: tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/.classpath URL: http://svn.apache.org/viewvc/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/.classpath?rev=663296&r1=663295&r2=663296&view=diff == --- tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/.classpath (original) +++ tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/.classpath Wed Jun 4 09:31:29 2008 @@ -17,6 +17,7 @@ --> + - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
svn commit: r663298 - /tomcat/current/tc4.1.x/
Author: markt Date: Wed Jun 4 09:37:23 2008 New Revision: 663298 URL: http://svn.apache.org/viewvc?rev=663298&view=rev Log: Ignore dir created by the build Modified: tomcat/current/tc4.1.x/ (props changed) Propchange: tomcat/current/tc4.1.x/ -- --- svn:ignore (added) +++ svn:ignore Wed Jun 4 09:37:23 2008 @@ -0,0 +1 @@ +bin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
svn commit: r663327 - /tomcat/current/tc4.1.x/STATUS.txt
Author: markt Date: Wed Jun 4 10:52:11 2008 New Revision: 663327 URL: http://svn.apache.org/viewvc?rev=663327&view=rev Log: vote Modified: tomcat/current/tc4.1.x/STATUS.txt Modified: tomcat/current/tc4.1.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc4.1.x/STATUS.txt?rev=663327&r1=663326&r2=663327&view=diff == --- tomcat/current/tc4.1.x/STATUS.txt (original) +++ tomcat/current/tc4.1.x/STATUS.txt Wed Jun 4 10:52:11 2008 @@ -46,7 +46,7 @@ * Fix docs: don't include dev snapshots of JK docs, link to released version instead http://people.apache.org/~rjung/patches/tc4_1-jk-docs.patch - +1: rjung + +1: rjung, markt -1: rjung: Mark, I didn't actually try to build it. I guess it's much easier for you :) markt: Yep. Your patch is fine. I can't believe there was still a ref to the jk2 docs! \ No newline at end of file - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
svn commit: r663383 - in /tomcat/current/svn15: ./ tc4.1.x/
Author: markt Date: Wed Jun 4 15:00:26 2008 New Revision: 663383 URL: http://svn.apache.org/viewvc?rev=663383&view=rev Log: Experiment with relative externals (svn 1.5) since relative externals work with the EU svn mirror whilst absolute externals always point to the US Added: tomcat/current/svn15/ tomcat/current/svn15/tc4.1.x/ (with props) Propchange: tomcat/current/svn15/tc4.1.x/ -- --- svn:externals (added) +++ svn:externals Wed Jun 4 15:00:26 2008 @@ -0,0 +1,4 @@ +container ^/tomcat/container/branches/tc4.1.x +connectors ^/tomcat/connectors/trunk +jasper ^/tomcat/jasper/branches/tc4.1.x +servletapi ^/tomcat/servletapi/branches/servlet2.3-jsp1.2-tc4.x - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
svn commit: r663384 - /tomcat/current/svn15/tc5.5.x/
Author: markt Date: Wed Jun 4 15:02:44 2008 New Revision: 663384 URL: http://svn.apache.org/viewvc?rev=663384&view=rev Log: More 1.5 externals Added: tomcat/current/svn15/tc5.5.x/ (with props) Propchange: tomcat/current/svn15/tc5.5.x/ -- --- svn:externals (added) +++ svn:externals Wed Jun 4 15:02:44 2008 @@ -0,0 +1,5 @@ +build ^/tomcat/build/tc5.5.x +container ^/tomcat/container/tc5.5.x +connectors ^/tomcat/connectors/trunk +jasper ^/tomcat/jasper/tc5.5.x +servletapi ^/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
svn commit: r663385 - /tomcat/current/svn15/tc5.5.x/
Author: markt Date: Wed Jun 4 15:07:24 2008 New Revision: 663385 URL: http://svn.apache.org/viewvc?rev=663385&view=rev Log: More 1.5 externals Modified: tomcat/current/svn15/tc5.5.x/ (props changed) Propchange: tomcat/current/svn15/tc5.5.x/ -- --- svn:externals (original) +++ svn:externals Wed Jun 4 15:07:24 2008 @@ -1,5 +1,5 @@ -build ^/tomcat/build/tc5.5.x -container ^/tomcat/container/tc5.5.x -connectors ^/tomcat/connectors/trunk -jasper ^/tomcat/jasper/tc5.5.x -servletapi ^/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x +^/tomcat/build/tc5.5.x build +^/tomcat/container/tc5.5.x container +^/tomcat/connectors/trunk connectors +^/tomcat/jasper/tc5.5.x jasper +^/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x servletapi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
svn commit: r663389 - in /tomcat/current/svn15: tc4.1.x/ tc5.5.x/
Author: markt Date: Wed Jun 4 15:24:26 2008 New Revision: 663389 URL: http://svn.apache.org/viewvc?rev=663389&view=rev Log: These now work Modified: tomcat/current/svn15/tc4.1.x/ (props changed) tomcat/current/svn15/tc5.5.x/ (props changed) Propchange: tomcat/current/svn15/tc4.1.x/ -- --- svn:externals (original) +++ svn:externals Wed Jun 4 15:24:26 2008 @@ -1,4 +1,4 @@ -container ^/tomcat/container/branches/tc4.1.x -connectors ^/tomcat/connectors/trunk -jasper ^/tomcat/jasper/branches/tc4.1.x -servletapi ^/tomcat/servletapi/branches/servlet2.3-jsp1.2-tc4.x +^/tomcat/container/branches/tc4.1.x container +^/tomcat/connectors/trunk connectors +^/tomcat/jasper/branches/tc4.1.x jasper +^/tomcat/servletapi/branches/servlet2.3-jsp1.2-tc4.x servletapi Propchange: tomcat/current/svn15/tc5.5.x/ -- --- svn:externals (original) +++ svn:externals Wed Jun 4 15:24:26 2008 @@ -2,4 +2,4 @@ ^/tomcat/container/tc5.5.x container ^/tomcat/connectors/trunk connectors ^/tomcat/jasper/tc5.5.x jasper -^/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x servletapi +^/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x servletapi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
svn commit: r663390 - in /tomcat/site/trunk: docs/svn.html xdocs/svn.xml
Author: markt Date: Wed Jun 4 15:24:41 2008 New Revision: 663390 URL: http://svn.apache.org/viewvc?rev=663390&view=rev Log: Now I have figured out how to do this, add the externals that use 1.5 relative urls to the svn page Modified: tomcat/site/trunk/docs/svn.html tomcat/site/trunk/xdocs/svn.xml Modified: tomcat/site/trunk/docs/svn.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/svn.html?rev=663390&r1=663389&r2=663390&view=diff == --- tomcat/site/trunk/docs/svn.html (original) +++ tomcat/site/trunk/docs/svn.html Wed Jun 4 15:24:41 2008 @@ -268,6 +268,15 @@ +http://svn.apache.org/repos/asf/tomcat/current/svn15";> +/current/svn15 + + +Single directory checkouts for Tomcat 4.x and 5.x using svn 1.5+ +style relative links for the externals + + + http://svn.apache.org/repos/asf/tomcat/connectors";> /connectors/ @@ -381,13 +390,21 @@ http://svn.apache.org/repos/asf/tomcat/tc6.0.x -5.5.x +5.5.x (pre svn 1.5) http://svn.apache.org/repos/asf/tomcat/current/tc5.5.x -4.1.x +5.5.x (svn 1.5+) +http://svn.apache.org/repos/asf/tomcat/current/svn15/tc5.5.x + + +4.1.x (pre svn 1.5) http://svn.apache.org/repos/asf/tomcat/current/tc4.1.x + +4.1.x (svn 1.5+) +http://svn.apache.org/repos/asf/tomcat/current/svn15/tc4.1.x + Note that if you view the directories for Tomcat 4 or 5 in your browser Modified: tomcat/site/trunk/xdocs/svn.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/svn.xml?rev=663390&r1=663389&r2=663390&view=diff == --- tomcat/site/trunk/xdocs/svn.xml (original) +++ tomcat/site/trunk/xdocs/svn.xml Wed Jun 4 15:24:41 2008 @@ -52,6 +52,12 @@ Single directory checkouts for Tomcat 4.x and 5.x +http://svn.apache.org/repos/asf/tomcat/current/svn15";> +/current/svn15 +Single directory checkouts for Tomcat 4.x and 5.x using svn 1.5+ +style relative links for the externals + + http://svn.apache.org/repos/asf/tomcat/connectors";> /connectors/ The HTTP and AJP implementation code for Tomcat 4.x and 5.x @@ -123,13 +129,21 @@ http://svn.apache.org/repos/asf/tomcat/tc6.0.x -5.5.x +5.5.x (pre svn 1.5) http://svn.apache.org/repos/asf/tomcat/current/tc5.5.x -4.1.x +5.5.x (svn 1.5+) +http://svn.apache.org/repos/asf/tomcat/current/svn15/tc5.5.x + + +4.1.x (pre svn 1.5) http://svn.apache.org/repos/asf/tomcat/current/tc4.1.x + +4.1.x (svn 1.5+) +http://svn.apache.org/repos/asf/tomcat/current/svn15/tc4.1.x + Note that if you view the directories for Tomcat 4 or 5 in your browser - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: svn commit: r663385 - /tomcat/current/svn15/tc5.5.x/
sandbox better place to play around :) ? [EMAIL PROTECTED] wrote: Author: markt Date: Wed Jun 4 15:07:24 2008 New Revision: 663385 URL: http://svn.apache.org/viewvc?rev=663385&view=rev Log: More 1.5 externals Modified: tomcat/current/svn15/tc5.5.x/ (props changed) Propchange: tomcat/current/svn15/tc5.5.x/ -- --- svn:externals (original) +++ svn:externals Wed Jun 4 15:07:24 2008 @@ -1,5 +1,5 @@ -build ^/tomcat/build/tc5.5.x -container ^/tomcat/container/tc5.5.x -connectors ^/tomcat/connectors/trunk -jasper ^/tomcat/jasper/tc5.5.x -servletapi ^/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x +^/tomcat/build/tc5.5.x build +^/tomcat/container/tc5.5.x container +^/tomcat/connectors/trunk connectors +^/tomcat/jasper/tc5.5.x jasper +^/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x servletapi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: svn commit: r663385 - /tomcat/current/svn15/tc5.5.x/
Filip Hanik - Dev Lists wrote: sandbox better place to play around :) ? I don't see this as playing around. For those of us on this side of the Atlantic, relative externals mean we can make use of the EU svn mirror with the externals and get a significant performance improvement for checkouts and updates. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]