diff options
author | Lilli <lilli@janrain.com> | 2010-02-10 12:33:42 -0800 |
---|---|---|
committer | Lilli <lilli@janrain.com> | 2010-02-10 12:33:42 -0800 |
commit | a2aa5e59b9479f18148fc65b2ebc0076e89a2f07 (patch) | |
tree | 07ce5f1df7b2910d4e011fa66671fa8a1fd4e4a9 /Tests/Auth | |
parent | 4bda4445ee8c3167cd64089eefeadac32019f607 (diff) | |
download | php-openid-a2aa5e59b9479f18148fc65b2ebc0076e89a2f07.zip php-openid-a2aa5e59b9479f18148fc65b2ebc0076e89a2f07.tar.gz php-openid-a2aa5e59b9479f18148fc65b2ebc0076e89a2f07.tar.bz2 |
Added the following patch from the trac.openidenabled.com ticket #253:
http://trac.openidenabled.com/trac/attachment/ticket/253/detect.patch.txt
Original Message:
Opened 2 years ago
Reported by: http://openid.jamus.com/
detect.php - Detect "corruption" of query string by mod_encoding
"The mod_encoding module "corrupts" the query string by translating %xx in the query sring to the character representation.
For example, for the URL http://foo.com?a=a%26b, the QUERY_STRING should be a=a%26b, but with mod_encoding enabled, QUERY_STRING is a=a&b. This corruption prevents the library from working correctly.
Attached is a simple patch to detect.php to detect this. I hope to save somebody else time tracking this down.
mod_encoding was enabled by my webhost (dreamhost.com) when I enabled web_dav for the domain."
All hunks were applied successfully.
Diffstat (limited to 'Tests/Auth')
0 files changed, 0 insertions, 0 deletions