fluttercommunity / fluttercommunity/flutter_webview_plugin

The getCookies method may need to be improved

Open
#418 1 comment 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.