Skip to content

Commit

Permalink
remove support for session rewriting in servlet 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jandro996 committed Feb 29, 2024
1 parent cf0187d commit 1ee80eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,3 @@ public void checkSessionTrackingModes(@NotNull Set<String> sessionTrackingModes)
new Evidence(EVIDENCE_VALUE)));
}
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
public interface SessionRewritingModule extends IastModule {
void checkSessionTrackingModes(@Nonnull Set<String> sessionTrackingModes);
}

0 comments on commit 1ee80eb

Please sign in to comment.