I have tried it and it works fine. But the page you are requesting must be
under <security-constraint>

Regards

Jan

On Wednesday, May 30, 2001 4:50 PM, [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
wrote:
> Hello,
> 
> I solved the problem with sun.misc (was an error in directive). But now I
> had a strange error. When performing form login via JDBC  and trying to
> read out AUTHORIZATION Header the string is NULL. Why? Does form login not
> write Authorization in HTTP Header?
> I do the following:
> <%
>     String aut = request.getHeader("Authorization");
>     BASE64Decoder decoder = new BASE64Decoder();
>     if (aut == null) {
>       out.println("NOTHING INSIDE");
>     } else {
>       String userInfo = aut.substring(6).trim();
>     }
> %>
> Can anyone help please??
> 
> Thomas
> 


__________________________________________________________________
Tato komunikace je urcena vyhradne pro adresata a je duverna. 
This communication is intended solely for the addressee and is confidential.



Reply via email to