apache / apache/grails-core

rx-gorm-rest-client has no Content-Length headers, interceptors can't add them

Open
#14,620 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.