Adam Ratcliffe wrote:
I'm implementing a REST style web service using Cocoon. In the event that a
consumer of the service
requests a resource that doesn't exist the service should return a 404
error.

Ideally I would do this from within the flow layer, something like:

cocoon.sendError(404, "No resource exists for URI: " + requestURI);

Is something like this possible?

Cheers
Adam



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=107893123121858&w=2


-- Leszek Gawron [EMAIL PROTECTED] Project Manager MobileBox sp. z o.o. +48 (61) 855 06 67 http://www.mobilebox.pl mobile: +48 (501) 720 812 fax: +48 (61) 853 29 65

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to