Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
The problem happens:
- With servlet context path /something
- With filter mapping /*
- Without any filterPath init parameter declared
In this case Wicket returns a 404 error.
The attached patch fixes the problem. Thanks in advance!