Skip to content

unable to mount a webdav network drive on windows with redmine_dmsf because of puma  #343

@id3nom

Description

@id3nom

puma is not accepting the PROPFIND http method by default. and log the following message:

Unsupported HTTP method used: PROPFIND

To resolve the problem I've copied a Gemfile.local config with the webrick dependency and started the container with the command rails server -u webrick -b 0.0.0.0 then the call with the PROPFIND http method where correctly sent to the redmine app.

It would be nice to have an environment variable to enable all http methods with puma.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions