ejabberd-contrib/mod_http_upload/src
Holger Weiss f2f8fe25f7 mod_http_upload: Log message if URL looks wrong
Log an [info] message if a PUT request looks like the specified
"put_url" contains a path component that doesn't match the
"request_handlers" path, as in the following configuration:

  listen:
    -
      module: ejabberd_http
      port: 5444
      request_handlers:
        "/": mod_http_upload

  modules:
    mod_http_upload:
      put_url: "http://example.com/path/"
2016-01-11 23:50:15 +01:00
..
mod_http_upload.erl mod_http_upload: Log message if URL looks wrong 2016-01-11 23:50:15 +01:00
mod_http_upload_quota.erl mod_http_upload_quota: Don't track all users 2016-01-11 23:50:15 +01:00