Hi,
In our VDrive that integrates XXE with our XDocs CMS, we use the following code 
to call up your AuthenticationDialog:

PasswordAuthentication pwAuth = Authenticator.requestPasswordAuthentication(
                 host, null, port, "http", realm, scheme);

The issue we are having is as follows:
-- If the user makes an error in the initial login, then subsequent calls to 
the "requestPasswordAuthentication" method
does not bring up the Authentication dialog, but rather the previous/cached 
PasswordAuthentication value is returned 
containing the first incorrect login credentials. (This happens whether we 
check the "Remember Username and Password" checkbox, or not).

Therefore, the only way we are currently able to get logged in after such a 
series of events is to shut down XXE and start over.

Question: Is there a call that I can access, that would allow me to reset the 
cached PasswordAuthentication value when I detect
a login failure such as described above?

If not, do you have a recommendation as to how I might resolve this issue?

Thanks
Darryl Young
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20100114/d9b67444/attachment.htm
 

Reply via email to