Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

配置cookiesToStore为true时,带有等号的值解析错误 #177

Closed
daqi opened this issue Sep 20, 2019 · 0 comments
Closed

配置cookiesToStore为true时,带有等号的值解析错误 #177

daqi opened this issue Sep 20, 2019 · 0 comments
Labels
bug Something isn't working server-side

Comments

@daqi
Copy link

daqi commented Sep 20, 2019

a=b; c=d==; f=h 会被解析成

{
    a:'b',
    c:'d',
    f:'h'
}

期望

{
    a:'b',
    c:'d==',
    f:'h'
}
@daqi daqi changed the title 配置cookiesToStore为true时,带等号的值解析错误 配置cookiesToStore为true时,带有等号的值解析错误 Sep 20, 2019
@Diablohu Diablohu added bug Something isn't working server-side labels Sep 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working server-side
Projects
None yet
Development

No branches or pull requests

2 participants