-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Added SetCookieParser interface and RFC6265SetCookieParser implementation to properly parse Set-Cookie values. * Removed hacky implementation in HttpClient. * Removed unused methods in HttpCookieUtils. * Using SetCookieParser for the implementation of newPushBuilder in ee9,ee10. * Reworked HttpCookieStore.Default implementation. * Implemented properly cookie path resolution. * Using URI.getRawPath() to resolve cookie paths. * Removed secure vs. non-secure scheme distinction when storing cookies. * Refactored common code in HttpCookieStore.Default to avoid duplications. Signed-off-by: Simone Bordet <[email protected]>
- Loading branch information
Showing
15 changed files
with
885 additions
and
401 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.