You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gildesmarais
changed the title
Respond to handled errors using in the accepted content-type (i.e. in RSS)
Respond to handled errors using the accepted content-type (i.e. in RSS)
Aug 21, 2024
Goal: Respond to handled errors using in the accepted content-type (i.e. in RSS).
Example Scenario: when an invalid feed is requested return a 404 rendering a response body using RSS/XML.
Implementation idea:
hook into error handler, or investigate the use of https://roda.jeremyevans.net/rdoc/classes/Roda/RodaPlugins/TypeRouting.html
The text was updated successfully, but these errors were encountered: