[Repoze-checkins] r945 - repoze.who/trunk
Chris McDonough
chrism at agendaless.com
Sat May 3 20:14:38 EDT 2008
Author: Chris McDonough <chrism at agendaless.com>
Date: Sat May 3 20:14:38 2008
New Revision: 945
Log:
Mention Tres' FormPlugin fix.
Modified:
repoze.who/trunk/CHANGES.txt
Modified: repoze.who/trunk/CHANGES.txt
==============================================================================
--- repoze.who/trunk/CHANGES.txt (original)
+++ repoze.who/trunk/CHANGES.txt Sat May 3 20:14:38 2008
@@ -3,6 +3,11 @@
After 0.9.1
+ - The plugin at plugins.form.FormPlugin didn't redirect properly
+ after collecting identification information. Symptom: a downstream
+ app would receive a POST request with a blank body, which would
+ sometimes result in a Bad Request error.
+
- Fixed interface declarations of 'classifiers.default_request_classifier'
and 'classifiers.default_password_compare'.
More information about the Repoze-checkins
mailing list