Jesse Long created WICKET-4737:
----------------------------------

             Summary: IllegalStateException on WicketFilter.init() after 
calling setFilterPath()
                 Key: WICKET-4737
                 URL: https://issues.apache.org/jira/browse/WICKET-4737
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 6.0.0
         Environment: When you pre-configure the filter path using the 
setFilterPath() method.
            Reporter: Jesse Long


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to