Re: [fw-general] Why does Zend_Json_Server check namespaces against a regex?

2009-12-21 Thread Matthew Weier O'Phinney
-- Steven Brown wrote (on Monday, 21 December 2009, 02:42 PM +1000): > I'm implemented a JSON-RPC server, but I've been snagged. > > The namespace I want to use starts with a number. > > This namespace does not pass the regular expressions that validate the > namespaces in Zend_Json_Server_Smd_S

[fw-general] Why does Zend_Json_Server check namespaces against a regex?

2009-12-20 Thread Steven Brown
- Sorry for the re-post...this came under a different thread in nabble Hi all, I'm implemented a JSON-RPC server, but I've been snagged. The namespace I want to use starts with a number. This namespace does not pass the regular expressions that validate the namespaces in Zend_Json_S

[fw-general] Why does Zend_Json_Server check namespaces against a regex?

2009-12-20 Thread Steven Brown
Hi all, I'm implemented a JSON-RPC server, but I've been snagged. The namespace I want to use starts with a number. This namespace does not pass the regular expressions that validate the namespaces in Zend_Json_Server_Smd_Service and Zend_Json_Server_Request, as a result the JSON-RPC server does