Skip to content

Commit

Permalink
#827 clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 12, 2018
1 parent f72785b commit a981208
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/org/takes/facets/previous/TkPrevious.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ public Response act(final Request req) throws IOException {
response = new RsWithCookie(
new RsRedirect(cookies.next()),
TkPrevious.class.getName(),
""
"",
"Path=/",
"Expires=Thu, 01 Jan 1970 00:00:00 GMT"
);
} else {
response = this.origin.act(req);
Expand Down

0 comments on commit a981208

Please sign in to comment.