spring-cloud / spring-cloud/spring-cloud-gateway
Change GATEWAY_REQUEST_URL type from URI to UriComponents
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Java
- Stars
- 4.9k
- Forks
- 3.5k
- Avg merge
- 20h 57m
- Merged PRs (30d)
- 8
Description
https://github.com/spring-projects/spring-framework/issues/24439#issuecomment-579829363
netty HttpRequest doesn't rely on URI.
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 locating the GATEWAY_REQUEST_URL definition and its usages in the gateway code, then read the referenced Spring Framework issue comment and the Netty HttpRequest behavior. Done means the type is changed from URI to UriComponents and all affected usage and tests remain consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- api, backend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100