Upayavira wrote:
Felix Röthenbacher wrote:
  
Hi

Is it possible to send a status code only from the sitemap?
For example to send 204 back after a put request?
    
I believe serializers can do that. Look in the provided sitemaps within
the <map:handle-errors> code for examples.
  
Another way, which works a bit differently, is described in http://wiki.apache.org/cocoon/ResponseHeaderTransformer

Cheers, Nico