@Sim Greenbaum Essentially, Restlets currently default to a text/html response type if no header value is set. Later this month the default response type is changing to just plain text.
If your already setting headers on the response type of your restlet, then you should be fine. If not, I'd update those scripts to set an appropriate header for the response type.