Skip to content

Commit

Permalink
prepare 4.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
derkoe committed Apr 19, 2024
1 parent 9f480df commit bd6161c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [4.0.0] - unreleased
## [4.0.0](https://github.com/porscheinformatik/tapestry-csrf-protection/compare/v3.0.1.RELEASE...v4.0.0.RELEASE) - 2024-04-19

### Changed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@
import javax.servlet.http.HttpSession;

import at.porscheinformatik.tapestry.csrfprotection.CsrfException;
import at.porscheinformatik.tapestry.csrfprotection.internal.CsrfTokenManager;
import at.porscheinformatik.tapestry.csrfprotection.internal.DefaultCsrfToken;
import at.porscheinformatik.tapestry.csrfprotection.services.CsrfTokenRepository;
import org.apache.tapestry5.internal.test.TestableRequest;
import org.apache.tapestry5.internal.test.TestableRequestImpl;
import org.testng.annotations.Test;

public class CsrfTokenManagerTest
public class CsrfTokenManagerTest
{
private TestableRequest request = new TestableRequestImpl("/");

Expand Down

0 comments on commit bd6161c

Please # to comment.