Details
Description
WICKET-4626 broke the ability to pre-set the filter path using setFilterPath(). The patch introduced by WICKET-4626 calls setFilterPath() from within WicketFilter.init(), and setFilterPath() throws IllegalStateException if it is called more than once.
Attachments
Attachments
Issue Links
- is duplicated by
-
WICKET-4747 WicketFilter#setFilterPath is broken
- Resolved