webpass is not urlencoded
jhriggs - September 19, 2009 - 03:45
| Project: | User mailman register |
| Version: | 6.x-2.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
The admin password is not passed through urlencode() when passed as a query param. This caused my admin password (which happens to have a '+') to fail. The module always reported success for subscriptions, but I was never actually subscribed. Patch attached.
Additionally, you may want to check the resulting page for
<font color="#ff0000" size="+1"><strong><font size="+1">Authorization
failed.</font></strong>| Attachment | Size |
|---|---|
| adminpw-urlencode.patch | 1.2 KB |

#1
Patch applied in the dev release, thanks jhriggs.
The checking of server replies (not only the auth reply) is currently a big lack of UMR which i'm already working on.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.