jkaluza / odcs

Forked from odcs 6 years ago
Clone

38080f2 Fix escaping issue in Bad Request error message

Authored and Committed by hlin 2 years ago
    Fix escaping issue in Bad Request error message
    
    After upgrading werkzeug, escaping methond used in werkzeug.exceptions.BadRequest
    is changed, replacing with VauleError which will be handled as BadRequest
    via errorhandler.
    
    JIRA: RHELCMP-9940
    
        
file modified
+2 -3