At least for Alfresco the CMIS error response messages are HTML formatted. This makes them very hard to read when displayed with drupal_set_message.
This patch strips the HTML tags to make them more readable.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | cmis_common-readable_cmis_error_messages-1104738-1.patch | 389 bytes | darrenphillips |
Comments
Comment #1
darrenphillips commentedHere's the patch.
Comment #2
cfuller12 commentedThis is probably ok, but I'll test against other repos (at least Nuxeo) to see if there's any negative impact.
Comment #3
cfuller12 commentedApplied the patch - Nuxeo messages get returned with html as well, so this improves both. Thanks!
Comment #4
cfuller12 commentedFixed in 6.x-4.0 release.