On 15.10.2009 15:28, Klaus Kaempf wrote:
> Hi,
> 
> a couple of service controllers return XML to an HTML request. This is
> usually done as
> 
>   respond_to do |format|
>     format.html { render :xml => ... } #return xml only
>     ...
>   end
>   
> As coded above, the HTTP reply header reports "text/html" with the
> reply body containing XML.
> This is wrong and not RESTful (can we say RESTless ? ;-))

Um, and what's the correct implementation? Which modules handle that correctly?
(i.e. where can I steal the correct code? :-))


--

Best Regards

Ladislav Slezák
Yast Developer
------------------------------------------------------------------------
SUSE LINUX, s.r.o.                              e-mail: [email protected]
Lihovarská 1060/12                              tel: +420 284 028 960
190 00 Prague 9                                 fax: +420 284 028 951
Czech Republic                                  http://www.suse.cz/
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to