Patches item #1578963, was opened at 2006-10-17 13:41
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=304866&aid=1578963&group_id=4866

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: WebKit
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Veros Kaplan (veros)
Assigned to: Nobody/Anonymous (nobody)
Summary: Error reporting

Initial Comment:
Default HTTPResponse doesn§t sent status 500 in case of
exception.

--- WebKit/HTTPResponse.py~     2006-02-09
00:59:25.771571112 +0100
+++ WebKit/HTTPResponse.py      2006-02-09
00:59:32.088610776 +0100
@@ -277,6 +277,8 @@
                """
                if debug: print "HTTPResponse commit"
                self.recordSession()
+               if self._transaction.errorOccurred():
+                       self.setStatus(500, 'Error
occurred')
                self.writeHeaders()
                self._committed = 1
                self._strmOut.commit()

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=304866&aid=1578963&group_id=4866

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Webware-devel mailing list
Webware-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to