playframework / playframework/play-ws
Java's play.libs.ws.StandaloneWSRequest lacks getCookie()
Open
Nobody has claimed this yet.
status:backlog
- Dominant language
- Scala
- Stars
- 224
- Forks
- 92
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 28
Description
Similar to #231, there's no way to inspect the already defined Cookies in the request within a Filter.
I've not verified if there's such method in the Scala API though.
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 inspecting the Java play.libs.ws.StandaloneWSRequest API and compare the related request in issue #231; also check whether the Scala API already exposes the request's cookies. Done means Java filters can inspect cookies already defined on the request, with corresponding API behavior verified where applicable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, scala
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100