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
    
        
  • jenkins
    success (100%)
    Build #27 successful (commit: 38080f2b)
    2 years ago
  • jenkins
    success (100%)
    Build #28 successful (commit: 38080f2b)
    2 years ago
file modified
+2 -3