Ovidiu Sas writes: > In the current implementation of the load_gws(), the special characters % > and _ are used for matching From URI (imposed by the SQL query). In the > new implementation I would like to use regular expressions for matching the > >From URI. This will break the backward compatibility, but it will give > more flexibility. > > Comments?
i agree with that, but basic posix regular expressions should be enough in this application. i don't understand why, for example, in check_route_param extended regular expressions are used. i would think that matching basic regular expressions is faster that matching extended expressions. -- juha _______________________________________________ Devel mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/devel
