commit | de14aa5a29b1b122bfd536f979dfda7f2fd9f53d | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Wed Jan 15 15:51:08 2014 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Wed Jan 15 15:51:08 2014 +0200 |
tree | 7f2973fed092400b14f48ba12a95837571441c33 | |
parent | 3d215207ceff44193e3c1888b868fc3f691718c0 [diff] |
CI_URI changes related to the 'permitted_uri_chars' setting - Initialize and cache the value in the class constructor instead of searching for it every time - Removed the preg_quote() call from _filter_uri() to allow more fine-tuning from configuration - Renamed _filter_uri() to filter_uri() - it was public anyway and using it cannot break anything Related: issue #2799