You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: