PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » Auth_HTTP » Bug #5856

PHP_AUTH_DIGEST variable does not contain "Digest" at the begining

Details

Submitted2005-11-03 12:38 UTC
Fromlacak at users dot sourceforge dot net
StatusBogus
PackageAuth_HTTP
PHP Version5_1 CVS-2005-11-03
OSAll
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