Closed (fixed)
Project:
Lupus Custom Elements Renderer
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2026 at 15:56 UTC
Updated:
2 Apr 2026 at 08:40 UTC
Jump to comment: Most recent
Comments
Comment #3
fagoAdded a fix to also cover the case where html is returned via a response object, so it correctly yields a 406.
Comment #5
fagoComment #8
fagoSome problems arised, server respones from rest_menu_items stopped working!
Comment #11
fagoSeems like we cannot check the content-type header cleanly, so only thing we can check is for HTMLResponse class. Not very clean, since not an interface, but best we can do.