Results 2 issues of twosmi1e

thinkphp/library/think/App.php ``` public function routeCheck() { $path = $this->request->path(); $depr = $this->config('app.pathinfo_depr'); ``` ``` public function path() { if (is_null($this->path)) { $suffix = $this->config->get('url_html_suffix'); $pathinfo = $this->pathinfo(); if (false ===...

bug

![image](https://user-images.githubusercontent.com/30265888/42380694-5fd53384-8161-11e8-8781-4e48f0aa582e.png) ![image](https://user-images.githubusercontent.com/30265888/42380710-6fd3465e-8161-11e8-8755-1578f37d115e.png) I try to use the Flask old version(0.10.1), but it's not work