Check the whether the incoming request satisfy the security mode setting. The filter is effective when security mode is 2, and the incoming request does not come from a secure port, in which case the PreFilter method will send an HTTP redirect to the corresponding secure URL (and return true to indicate that the Interpreter shall not process this request further).
SecurityModeFilter Class | com.plumtree.uiinfrastructure.interpreter.filter Namespace