pathInfo = str_replace('..', '', ltrim($request->getPathInfo(), '/')); } /** * Retrieve path info * * @return string */ public function getPathInfo() { return $this->pathInfo; } }