[Interchange-bugs] [Bug 194] New - SOAP server loses error messages

bugzilla-daemon@developer.akopia.com bugzilla-daemon@developer.akopia.com
Mon, 21 May 2001 16:27:46 -0400


http://developer.akopia.com/bugs/show_bug.cgi?id=194

*** shadow/194	Mon May 21 16:27:46 2001
--- shadow/194.tmp.31180	Mon May 21 16:27:46 2001
***************
*** 0 ****
--- 1,19 ----
+ Bug#: 194
+ Product: Interchange
+ Version: 4.7.3
+ Platform: PC
+ OS/Version: Linux
+ Status: NEW   
+ Resolution: 
+ Severity: minor
+ Priority: P2
+ Component: Core
+ AssignedTo: mike@minivend.com                            
+ ReportedBy: jkohles@redhat.com               
+ URL: 
+ Cc: 
+ Summary: SOAP server loses error messages
+ 
+ The SOAP server deals with error messages using 'die ::errmsg()' like everything
+ else, but in the case of pre-forked SOAP servers it isn't really useful because
+ by the time you reach any of the error handling STDERR has already been closed.