Update git submodules

* Update mistral from branch 'master'
  to 95e30947d7daf2756efd97cdabacdd6d1508ff6b
  - Merge "Do not guess content from extension on API"
  - Do not guess content from extension on API
    
    When getting a cron trigger (but also any other object) by name, pecan
    core will try to guess the content_type from the extension.
    While for most name, the guess will fail, it may succeed, e.g. when a
    name is ending with '.pl'.
    Pecan guess it as a perl file and then reject the call (with a 404
    error).
    
    The fix is to tell pecan to not guess any content_type from extension by
    setting guess_content_type_from_ext to False on initialisation.
    
    Closes-Bug: 1987418
    
    Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
    Change-Id: I1bc20b953787cae9b42d12bb5eb3c7a94ed4bbdd
This commit is contained in:
Zuul 2022-09-09 13:10:05 +00:00 committed by Gerrit Code Review
parent c2b9bca13d
commit 5aa6874fa2
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 3554581cbedc41b1d77462fe094c9aec97bd55ad
Subproject commit 95e30947d7daf2756efd97cdabacdd6d1508ff6b