/**
* Determines the path to use for us to try to route to, based
* on the CLI/IncomingRequest path.
*
* @return string
*/ protectedfunctiondeterminePath() { if(! empty($this->path)){
// do not use grouped filters, because the grouped filters are mapped flat and the logical OR/AND are removed
$filter = newAndFilter(array_merge( $criteria->getFilters(), $criteria->getPostFilters() ));
// Add CSRF field if enabled, but leave it out for GET requests and requests to external websites
$before = Services::filters()->getFilters()['before'];