docker-library / docker-library/redmine

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

Open
#343 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Shell
Stars
237
Forks
171
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the container startup path, Puma configuration, and the Gemfile.local/rails server -u webrick -b 0.0.0.0 workaround described in the issue. Determine how an environment variable could enable PROPFIND and other required HTTP methods under Puma, then verify that the WebDAV request reaches the Redmine app.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, rails, ruby
Domain
backend, devops
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.