This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1000378] ATHTTPD Authorization-required string needs commas


https://bugzilla.ecoscentric.com/show_bug.cgi?id=1000378





------- Additional Comments From atonizzo@gmail.com  2007-06-12 15:56 -------
>             sprintf(httpstate.outbuffer + strlen(httpstate.outbuffer),
> -                    "WWW-Authenticate: Digest realm=\"%s\" ",
> +                    "WWW-Authenticate: Digest realm=\"%s\", ",
>                      httpstate.needs_auth->auth_domainname);
>             strftime(cyg_httpd_md5_nonce, 
>                      33,
>                      TIME_FORMAT_RFC1123,
>                      gmtime(&time_val));
>             sprintf(httpstate.outbuffer + strlen(httpstate.outbuffer),
> -                    "nonce=\"%s\" ", cyg_httpd_md5_nonce);
> +                    "nonce=\"%s\", ", cyg_httpd_md5_nonce);
>             sprintf(httpstate.outbuffer + strlen(httpstate.outbuffer),
> -                    "opaque=\"%s\" ", 
> +                    "opaque=\"%s\", ",

This patch is approved

-- 
Configure bugmail: https://bugzilla.ecoscentric.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]