Hello!

There seems to be a bug in jk_ajk13.c when it comes to "authorization" HTTP
header.

The following code is wrong and authorization header is lost:
            } else if(!strcmp(header_name, "authorization")) {
                *sc = SC_ACCEPT_LANGUAGE;
            } else {

The diff follows

246c246
<                 *sc = SC_ACCEPT_LANGUAGE;
---
>                 *sc = SC_AUTHORIZATION;

Will this patch make into release of 3.2?

with best regards
............................................................................
Linkedwith GmbH
mailto:[EMAIL PROTECTED]
http://www.linkedwith.com
............................................................................
The m-knowledge company.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to