SarathkumarJ / snapboard

Automatically exported from code.google.com/p/snapboard
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

No error checking in rpc_post view #44

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The view rpc_post() in rpc.py file has no error checking when accessing GET 
parameters and 
SELECTing a Post.

The attached patch adds some verifications and raise 404 when no Post or GET 
parameters are 
found.

Original issue reported on code.google.com by igordsobreira on 4 Aug 2009 at 12:14

Attachments: