1 Reply Latest reply on Dec 2, 2002 5:35 PM by priyarangan

    web page authorisation

    priyarangan

      hi,

      I have been trying to secure a web page by settin gup the users.properties and roles.properties and have been successful in doing so.

      The Basic Auth dialog pops up, and does the authorisation. However while my jsp is loading, another authorisation dialog box pops up with a title "Password needed - networking" . It mentions:
      Firewall: localhost/127.0.0.1.
      Realm: other
      Scheme: Basic

      It lets me in after i give the same user name and password as i did for the first authorisation.

      I guess this is because i am trying to access the application on the intranet from another machine.
      How do i turn off the second authorisation? I do not know where is it configured to do such an authorisation.

      Please help. Thanks very much in advance.

      Priya

        • 1. Re: web page authorisation
          priyarangan

          i think i know the source of the problem. In my jsp, i have two frames, the top frame has an applet. I notice that when the applet starts loading, the second authorisation dialog box starts up.

          Could anyone please tell me why does the applet need authentication?

          Thanks.