Hello, I want to force the user to enter a username/password when using the application. When the application creates a new InitialContext, Orion prompts for a username/password. However, if the user enters an incorrect password, Orion correctly throws a Security exception. When the application attempts the process again, Orion does not prompt for a username/password but immediately throws a SecurityException. Is this a bug? On a related note, after obtaining an InitialContext, if the application closes it, and then tries to create another InitialContext, it gets a NPE. Is this related to the problem described above? Thanks, Vidur
