Skip to content

Commit 245f459

Browse files
sophiegreenGitHub Enterprise
authored andcommitted
Merge pull request #3 from dave-nice/tighten-filter-applicability
have filter only apply to the servlet
2 parents fb201b5 + 54376a2 commit 245f459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mockito-testing-containers-sample/src/main/java/sample/CurrencyFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/*
2020
* This servlet filter runs before the main servlet and sets up some sample data - an account balance and a conversion rate.
2121
*/
22-
@WebFilter("/*")
22+
@WebFilter("/CurrencyServlet")
2323
public class CurrencyFilter implements Filter {
2424

2525
@Override

0 commit comments

Comments
 (0)