Re: WOMessage and HTTP Response Message?
Re: WOMessage and HTTP Response Message?
- Subject: Re: WOMessage and HTTP Response Message?
- From: Mike Schrag <email@hidden>
- Date: Sun, 1 Jul 2007 18:15:35 -0400
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@hidden)
Help/Unsubscribe/Update your Subscription:
40mdimension.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden