openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 3d3758b88a3fb5e5429a7c9d649949e352e7f4b1
parent f65c588b5ef3f1de1e3458f1eb1866e92a174943
Author: dankert <devnull@localhost>
Date:   Sat, 20 Mar 2010 00:16:45 +0100

Hinweis auf RFC

Diffstat:
actionClasses/Action.class.php | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/actionClasses/Action.class.php b/actionClasses/Action.class.php @@ -147,6 +147,10 @@ class Action break; case OR_FILTER_FILENAME: + // RFC 1738, Section 2.2: + // Thus, only alphanumerics, the special characters "$-_.+!*'(),", and + // reserved characters used for their reserved purposes may be used + // unencoded within a URL. $white = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789$-_.+!*(),'."'"; break;