• Rafael Monnerat's avatar
    Fix convetsion and content type when convert to svg · aff30449
    Rafael Monnerat authored
    In order to fix content type it was Introduced a small
    Monkey-Patch for zope.contenttype in order to detect
    image/svg+xml content types. This is broken even in newer
    versions and this monkey patch is foward compatible.
    
    Update Document and tests to permit conversions to SVG, this
    prevents get Unauthorized when use ?format=svg.
    aff30449