John Bodenstein wrote:
> [...]
> > String authorization = req.geHeader("Authorization") returns null.
> >
> >
> > System
> > Apache 1.3.14 using mod_jk and AJP13
> > Tomcat 3.1b6
> > WinNT 4.0
> >
> > When I change the worker to AJP12 all works fine. Is there a fix available
> > for this?
>
> I had the same problem (Authorization header changed to "accept-language"
> for some strange reason). Unfortunately, I know of no fix other than
> reverting to Ajpv12.
>
> (I work with Apache 1.3.12, mod_jk and Tomcat 3.2beta6 on Win2000)
I just checked in a bug fix (after 3.2b6) related to this in ajp13 -- the
authorization header was not being forwarded to Tomcat correctly). This fix
will be in 3.2b7, which I want to post this week (after I catch up on committing
bug fixes reported to date).
Craig McClanahan