Oh shiny, I didn't realize I set up the comments on commits to do to this list. That kind of makes sense.
Anyways I finally killed the first bug on the list (issue #1), which is about how we handle outputting errors across different formats and io processors (like standard http, rest, cli).
Basically, the system used to error out if someone tried to access an image or icon (favicon.ico for instance) instead of giving one of our standard error pages. This would occur for any format not explicitly handled.
Now each handler gets to specify an error format for all its requests. Standard web stuff will return html pages, while the REST web stuff will return rss (its default format), and command line actions (including cron) will send out errors as text.
Rpbert
> You received this message because you are subscribed to the Google Groups "Mortar Development" group.
> To post to this group, send email to
mortar-de...@googlegroups.com.
> To unsubscribe from this group, send email to
mortar-developm...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/mortar-development?hl=en.
>
>