Skip to content

Commit

Permalink
Refactoring and calling new cookie generator
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
  • Loading branch information
arjantijms committed Apr 10, 2022
1 parent 286a1b6 commit 5f30a88
Show file tree
Hide file tree
Showing 2 changed files with 523 additions and 794 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2971,7 +2971,6 @@ protected void parseCookies() {
try {
Cookie cookie = makeCookie(scookie);
cookie.setPath(scookie.getPath());
cookie.setVersion(scookie.getVersion());
String domain = scookie.getDomain();
if (domain != null) {
cookie.setDomain(scookie.getDomain());
Expand Down

0 comments on commit 5f30a88

Please sign in to comment.