fluttercommunity / fluttercommunity/flutter_webview_plugin
The getCookies method may need to be improved
未关闭
- 主要语言
- Java
- 星标
- 1.5k
- 派生
- 936
- PR 合并指标
- 30 天内没有已合并 PR
描述
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.
贡献指南
这个仓库没有索引到贡献指南
调研方向
从 base.dart 第 224 行开始,使用值包含 '=' 的 cookie 跟踪 getCookies。确认当前的解析行为,并确定现有的 cookie 解析测试覆盖情况;当此类 cookie 的值能够正确返回且不影响普通 cookie 时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- dart
- 领域
- mobile
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 35/100