Request ignoring "=" when empty
Open
Nobody has claimed this yet.
documentation
feedback provided
- Dominant language
- Java
- Stars
- 9.8k
- Forks
- 1.9k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 41
Description
how to send a query string that has an empty attribute but requires the "=" sign to be sent in the request?
feign removes the signal and instead of sending param1=test¶m2=&parem3=test2, it sends param1=test¶m2&parem3=test2.
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 reproducing the query-string serialization described in the issue and trace the request-building entry point that removes the empty value's equals sign. Done means a request with an empty parameter is sent as param2= rather than param2; add or update a regression test if the relevant test location is found.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100