Digest authentication problem
2008-05-09
Maas-Maarten Zeeman2008-05-09
Maas-Maarten Zeeman2008-05-09
Binger DavidDigest authentication problem
Maas-Maarten Zeeman
Hello, Just discovered a digest authentication bug. The bug is triggered when the uri contains parameters. If that is the case the http_authentication parameters are not parsed correctly, and authentication fails. The reason for this is that the parameter line is split on the '=', which can in some cases be a valid character in the uri itself. Working on a solution. Regards, Maas-Maarten Zeeman