ZF-6187: Allow dotted namespaces
Description
The regex for method name validation in "Zend_Json_Server_Request" schould look like "protected $methodRegex = '/^[a-z][a-z0-9.]$/i';" instead of "protected $methodRegex = '/^[a-z][a-z0-9]$/i';" in order to support dotted namespaces, which are supported by some JSON-RPC-Clients for JavaScript yet.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2009-04-02T07:51:08.000+0000
Fixed in r14594 in trunk; will release with 1.8.0