On 08/11/2011 06:19 AM, Amos Jeffries wrote: > This adds support for multiple output formats in the manager actions. > > As discussed earlier it makes use of the file extension concept. > > For example: /action.html > > Would pass "html" in the format parameter. If the action is able to > produce HTML output, it can test for this format type and do so. The > default format is "txt" for backward compatibility.
Should not the best response format be selected based on the Accept request header instead? Thank you, Alex.
