It appears to be all done in the adaptor.

in response.c, resp_errorResponse:
   resp->statusMsg = WOSTRDUP("Error WebObjects");

in response.c, resp_redirectedResponse:
   resp->statusMsg = WOSTRDUP("OK Apple");

in transaction.c, _errorResponse:
         resp->statusMsg = WOSTRDUP("File Not Found");

On Jul 1, 2007, at 6:06 PM, Andrew Lindesay wrote:

Hello;

Does anybody know if WOResponse or the default WOAdaptor (app server) generates its own HTTP response messages from the HTTP status or is there some way to get/set this string?

cheers.

___
Andrew Lindesay
technology : www.lindesay.co.nz
business : www.silvereye.co.nz


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/mschrag% 40mdimension.com

This email sent to [EMAIL PROTECTED]


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to