Closed (fixed)
Project:
Mollom
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
13 Jan 2012 at 14:35 UTC
Updated:
24 Apr 2014 at 17:13 UTC
Jump to comment: Most recent
PHP 5.2 follows an older RFC and percent-encodes tildes in URIs. Only PHP 5.3 was changed to follow the current RFC.
The OAuth signature is wrong on PHP 5.2, when the request parameters (typically postTitle/postBody) happen to contain a tilde somewhere in the values.
http://php.net/manual/en/function.rawurlencode.php
http://tools.ietf.org/html/rfc3986#section-2.3
| Comment | File | Size | Author |
|---|---|---|---|
| mollom.rawurlencode.0.patch | 959 bytes | sun |
Comments
Comment #1
sunCommitted and pushed to 7.x-2.x and 6.x-2.x.