Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception stack trace on invalid credentials #168

Closed
gstanchev opened this issue Nov 24, 2014 · 2 comments
Closed

Exception stack trace on invalid credentials #168

gstanchev opened this issue Nov 24, 2014 · 2 comments

Comments

@gstanchev
Copy link

The issue has been confirmed as a regression in 1.7. See [1] for complete discussion around the issue. Briefly: one get exception "com.sun.jna.platform.win32.Win32Exception: Logon failure: unknown user name or bad password." under Firefox when the host is not on the list of trusted URIs and one submits invalid credentials on the prompt. Previous version caused a reauthentication challenge. It has to be noted that my filter def contains both Negotiate and Basic providers enabled. The issue is caused by unchecked runtime excpetion thrown by inner class. See discussion [1] for more details and proposed workarounds.

[1] https://groups.google.com/forum/#!topic/waffle-users/066-7l7tg8I

@hazendaz
Copy link
Member

@gstanchev

Snapshot version of waffle-jna 1.7.1 is available here -> https://oss.sonatype.org/content/repositories/snapshots/com/github/dblock/waffle/waffle-jna/1.7.1-SNAPSHOT/

Please give this a try and let me know if it solves the issues you are experiencing. If it does, I expect to have this released tomorrow evening.

@dblock
Copy link
Collaborator

dblock commented Nov 25, 2014

I'll close this.

@dblock dblock closed this as completed Nov 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants