caddyserver / caddyserver/website
Duplicate paragraphs on /docs/json/apps/http/servers/routes/match/path/
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 227
- Forks
- 213
- Avg merge
- 3h 52m
- Merged PRs (30d)
- 1
Description
See; https://caddyserver.com/docs/json/apps/http/servers/routes/match/path/
Paragraph 5:
Even though wildcards () operate in the normalized space, the special escaped wildcard (%), which is not a valid escape sequence, may be used in place of a span that should NOT be decoded; that is, /bands/%* will match /bands/AC%2fDC whereas /bands/* will not.
is duplicated in paragraph 6 with some modification:
Even though path matching is done in normalized space, the special wildcard %* may be used in place of a span that should NOT be decoded; that is, /bands/%/ will match /bands/AC%2fDC/ whereas /bands// will not.
Contributor guide
No contributing guide indexed for this repository
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
Open the documented page at /docs/json/apps/http/servers/routes/match/path/ and compare paragraphs 5 and 6. Remove or consolidate the duplicated explanation while preserving the accurate wildcard examples, then verify the rendered page no longer repeats the same guidance.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100