Skip to content

Commit

Permalink
refine cookie and session extra specs
Browse files Browse the repository at this point in the history
  • Loading branch information
kanaksad committed Jul 26, 2024
1 parent 94899a5 commit 86599ed
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,6 @@ public class ServletResponse {
}

package javax.servlet.http;
public class HttpSession {
public void setAttribute(@RUntainted String name, @RUntainted Object value);
public void putValue(String name, Object value);
}

public class Cookie {
public void setPath(@RUntainted String uri);
public void setDomain(@RUntainted String domain);
public void setComment(@RUntainted String purpose);
public void setValue(@RUntainted String newValue);
}

public class HttpServletResponse {
public void setDateHeader(@RUntainted String name, long date);
public void setHeader(@RUntainted String name, String value);
Expand Down

0 comments on commit 86599ed

Please sign in to comment.