orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
514 stars 220 forks source link

FB: Non-404 error while loading library is silently ignored #1024

Open ebruchez opened 11 years ago

ebruchez commented 11 years ago

oxf:exception-cacher swallows all errors. The intent is that 404 is ignored, but other errors should at least be logged. See:

https://github.com/orbeon/orbeon-forms/blob/3d32d4bf99a918db792f7f620335463acb40a9eb/src/resources/forms/orbeon/builder/service/toolbox.xpl#L65

avernet commented 11 years ago

Something to keep in mind: the old (hem… current) MySQL persistence layer apparently returns a 200 with an empty body when the document isn't found, according to this comment.