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

Request.java getSession cookieHeader.split(";") space char prefix #452

Closed
wilesun opened this issue Aug 25, 2017 · 2 comments
Closed

Request.java getSession cookieHeader.split(";") space char prefix #452

wilesun opened this issue Aug 25, 2017 · 2 comments

Comments

@wilesun
Copy link

wilesun commented Aug 25, 2017

cookie with space char and ;
the code it must be:

.filter(cookie -> cookie.trim().startsWith(MSF4JConstants.SESSION_ID))

@wilesun
Copy link
Author

wilesun commented Aug 25, 2017

session = Arrays.stream(cookieHeader.split(";")).map(String::trim)

@this
Copy link
Member

this commented Oct 2, 2018

Fixed by #528

@this this closed this as completed Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants