
bugzilla at apache
Oct 17, 2009, 10:09 AM
Post #1 of 1
(180 views)
Permalink
|
|
[Bug 48020] New: KCP+ Opera support for mod_auth_digest
|
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=48020 Summary: KCP+ Opera support for mod_auth_digest Product: Apache httpd-2 Version: 2.2.14 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: mod_auth_digest AssignedTo: bugs [at] httpd ReportedBy: c3695839 [at] gmail Created an attachment (id=24390) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24390) Patch for KCP+ Opera support Currently Opera Mobile in KCP+ (some of Japanese au cell phones) has two bugs about digest authentication. 1. md5 calculation bug If the md5 is 1234567890abcdef, 1234567890xxxxxx is sent instead. a-f are replaced by "x". 2. nonce bug A fixed value "V8fPIiB2BAA=d2270dedcdfcd369a269bdfcc2e52c2d05e71831" is sent as nonce instead of the one from apache-httpd. I have reported this to au, but they don't seem to change anything, so I have created a patch to fix this issue forcibly. Use the attached file with following .htaccess (HostnameLookups has to be On or Double): SetEnvIf Remote_Host "\.ezweb\.ne\.jp$" AuthDigestEnableKCPPlusHack=On -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe [at] httpd For additional commands, e-mail: bugs-help [at] httpd
|