Skip to content

Commit 54376a2

Browse files
committed
have filter only apply to the servlet
1 parent fb201b5 commit 54376a2

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)