Remote Overlay requires upload-redirect=true
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 564
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 29
Description
What steps does it take to reproduce the issue?
As of ~#8923, the RemoteOverlay store requires the upload-redirect=true setting and this is not noted in the guides. Nominally RemoteOverlay stores always require this as they only work by using the direct upload form of the /add call to refer to the remote file, so there are two options:
- document the requirement
- change the code to always assume RemoteOverlay stores are direct upload enabled and ignore any upload-redirect configuration for such stores (and/or flag its use with a warning in the log).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the RemoteOverlay store handling and the guides covering upload-redirect=true, then confirm how the /add call refers to remote files. Done means the RemoteOverlay requirement is clearly documented, or the agreed code and logging behavior is implemented and verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100