Bug 4719

Summary: Error in web::dispatch -postdata not propagated
Product: WebSH Reporter: David N. Welton <davidw>
Component: WebSHAssignee: websh-dev
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: other   

Description David N. Welton 2001-11-07 15:00:28 UTC
An error in parsing postdata in web::dispatch is not propagated, so
  e.g. problems parsing the content-length parameter in 
  "web::dispatch -postdata" is not reported.
  Fix should be: 
  dispatch.c: return value of calls to parsePostData() might be TCL_ERROR
  and should terminate the current procedure and propagate TCL_ERROR.
Comment 1 David N. Welton 2001-11-21 15:43:12 UTC
parsePostData's error returns are now propogated, generating real errors and not
just log file messages.  Corresponding test files have been changed as well.