You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Suskovs, Sergejs" <se...@linkedwith.com> on 2000/10/30 16:37:10 UTC

AJP13 bug

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:serg@linkedwith.com
http://www.linkedwith.com
............................................................................
The m-knowledge company.