fluttercommunity / fluttercommunity/flutter_webview_plugin
The getCookies method may need to be improved
Open
- Dominant language
- Java
- Stars
- 1.5k
- Forks
- 938
- PR merge metrics
- No merged PRs in 30d
Description
When I found a minor problem with the getCookies method, I looked at the source code, on line 224 of **base.dart**,
`final split = cookie.split('=');`
If there is also '=' in the cookie value, the result of the split is not correct.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in base.dart at line 224 and trace getCookies with a cookie whose value contains '='. Confirm the current parsing behavior and identify the existing test coverage for cookie parsing; done means such cookie values are returned correctly without breaking ordinary cookies.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100