Home » Authentication » Auth_HTTP » Bug #5856
PHP_AUTH_DIGEST variable does not contain "Digest" at the begining
Details
| Submitted | 2005-11-03 12:38 UTC |
|---|---|
| From | lacak at users dot sourceforge dot net |
| Status | Bogus |
| Package | Auth_HTTP |
| PHP Version | 5_1 CVS-2005-11-03 |
| OS | All |
| Roadmaps | (Not assigned) |
Comments
[2005-11-03 12:38 UTC] lacak at users dot sourceforge dot net
Description:
------------
in source code, where PHP_AUTH_DIGEST is tested and used is used substr(..., strpos(...,' ')+1) which expect PHP_AUTH_DIGEST in form 'Digest username="xxx", ...', but PHP_AUTH_DIGEST is in form 'username="xxx", ...' (without leading word 'Digest ')
[2006-03-16 22:00 UTC] maoe at gmail dot com
I checked the source coded, dispite the ommision, it works just fine