mirror of https://github.com/mitsuhiko/flask.git
Browse Source
Alernatively, `environ['SCRIPT_NAME'] = ''` should be replaced with something like: if environ['SCRIPT_NAME'].startswith(self.to_strip): environ['SCRIPT_NAME'] = environ['SCRIPT_NAME'][len(self.to_strip):]pull/548/head
Simon Sapin
13 years ago
1 changed files with 0 additions and 2 deletions
Loading…
Reference in new issue