Well, I found that the entry in web.xml:
  <login-config>
    <auth-method>BASIC</auth-method>
    <realm-name>Templates</realm-name>
  </login-config>

has to be changed to:
  <login-config>
    <auth-method>FORM</auth-method>
    <realm-name>Templates</realm-name>
  </login-config>

THX
Dieter

-----Urspr�ngliche Nachricht-----
Von: Dieter Engelhardt [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 29. September 2003 23:34
An: Jakarta Turbine
Betreff: Login-Dialog


Hi,
I'm using TDK 2.2 and Win2K.
After a systemcrash I reconstructed my app which alredy worked fine.
I extended every screen by VelocitySecureScreen to check if the login is
authorized but now I always get a windows login-dialog for a netresource.

I don't know why.
Has anybody a idea why this happens?

Regards
Dieter


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


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

Reply via email to