Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix CSRF tests with webtest 1.4.0 | Sebastian Spaeth | 2012-12-11 | 1 | -3/+3 |
| | | | | | | | | | | CSRF tests apparently passed with earlier versions of webtest, but failed with the latest webtest (1.4.0) package. It choked on passing a "key=value; " cookie as it split at the semicolon and failed to find additional values or something like that. Removing the semicolon makes this test pass. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | ||||
* | Fix problems from pyflakes output | Will Kahn-Greene | 2012-06-03 | 1 | -5/+0 |
| | |||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Issue 680 Allow decorating views to prevent CSRF protection. | Nathan Yergler | 2011-11-26 | 1 | -1/+20 |
| | |||||
* | Hotfix: Renaming cookie broke unit tests | Elrond | 2011-10-16 | 1 | -1/+3 |
| | | | | | | | | The name of the cookie was hardcoded in the unit tests and while renaming the cookie this part was missed. So now read the cookie_name from the config in the test. This also tests for the config item existing! | ||||
* | #361 Unit tests for CSRF Middleware | Nathan Yergler | 2011-10-01 | 1 | -0/+69 |