add failing test to srp authentication
-
Have a URI with srp-protection (that returns some error code (?) if no session has been initialized), and another regular uri not procted to compare with. --- Gotcha! For this we will need some kind of cookie-based persistence. 4.1 Option A:
implement using BaseHTTPServer: Use Cookie module
(too hard? something ready made?)
4.2 Option B: use some external lib, it might be useful for more tests. 5. Make failing tests for the cases that the protocol specifies (empty parameters on each of the steps)
(from redmine: created on 2012-10-22, closed on 2012-11-19, relates #837 (closed), precedes #801 (closed))