Hi, Quick hotfix for API bug for Chrome browsers. Chrome want's application/xhtml+xml, which respond_to plugin recognize as :xhtml respond format. Unfortunatelly, we don't handle this format but :html.
Next issue is, that Chrome is sending 'application/xml' first, which break our HTML version of API (always returning XML). So I fixed both issues in this one patch for Chrome. -- Michal _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
