rx-gorm-rest-client has no Content-Length headers, interceptors can't add them
Open
relates-to: grails-data-rxgorm
- Dominant language
- Groovy
- Stars
- 2.9k
- Forks
- 975
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 92
Description
When using the RxGORM REST client, certain requests have no Content-Length headers set, which is required by a number of API's. They cannot be calculated from inside a RequestBuilderInterceptor since it has no access to the JSON string or HTTP body.
Contributor guide
Research direction
Start by tracing the RxGORM REST client request construction and the RequestBuilderInterceptor entry point named in the issue. Determine where the JSON string or HTTP body becomes available, then verify that affected requests include Content-Length and that interceptors can work with it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- groovy
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100