| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
reference has been updated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
This reverts commit a2bdc5c6129ff11b1c1e29a207b1b80153ac6fb0.
I'm going to stop playing in bce's fork, and start messing in my own. Sorry for the mess Brian :)
|
|
|
|
| |
This reverts commit f963a700e4440074a5b86d382789e75795206482.
|
|
|
|
|
|
|
|
| |
In the last commit, I over-aggressively removed closing PHP tags.
While I dislike the practice of using close tags within templates,
it is how this library works, so let's put them back.
Checked that all PHP compiles with "php -l".
|
|
|
|
|
|
|
|
|
|
| |
Reviewed By: Will Norris
Facebook has a policy to not have closing ?> tags at the bottom of PHP files. It
can unintentionally introduce newlines which causes ridiculous bugs.
This is recommended in the Zend style guide:
http://framework.zend.com/manual/en/coding-standard.php-file-formatting.html
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
getConsumer()]
|
|
|
|
| |
doing it in the example consumer]
|
| |
|
| |
|
|
|
|
| |
lulurun@gmail.com)]
|
|
|
|
| |
http://jeroen.hellingman.myopenid.com/)]
|
| |
|
| |
|
|
|
|
| |
calls]
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
easier to use and configure)]
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
take boolean to require extension args to be signed]
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
OpenIDs; added normalization step to make OpenID input more liberal]
|
| |
|
| |
|
| |
|
|
|
|
| |
redirect to setup if config.php is absent]
|
| |
|
|
|
|
| |
availability]
|
| |
|
| |
|
|
|
|
| |
server URL.]
|
| |
|
|
|
|
| |
URLs and passwords.]
|
| |
|