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

Disconnect between NTLM type2 and type3 message results in password dialog #198

Open
dkwakkel opened this issue Feb 2, 2015 · 3 comments
Labels

Comments

@dkwakkel
Copy link

dkwakkel commented Feb 2, 2015

I am not sure if waffle can fix this, but there is a connection closed between the NTLM type2 and type3 message, resulting in showing the browsers password dialog. This https://github.com/dkwakkel/scratch/blob/master/attachments/authenticationpopup.saz fiddler trace shows the issue:

1665: response with type2 message and Connection: close
1666: sends type3 message, response is 401 with WWW-Authenticate: Negotiate and password dialog is shown.

I get this both with IE and chrome.

ps: It seems jcifs has the same issue:

http:https://t30026.network-samba-java.networktalk.info/ntlm-usrname-password-failure-after-each-5-mins-t30026.html

dkwakkel pushed a commit to dkwakkel/scratch that referenced this issue Feb 2, 2015
@dblock
Copy link
Collaborator

dblock commented Feb 2, 2015

I am confused. Is this something you're experiencing with Waffle?

@dblock dblock added the bug? label Feb 2, 2015
@dkwakkel
Copy link
Author

dkwakkel commented Feb 2, 2015

Yes, I am using waffle by spring security.

@dblock
Copy link
Collaborator

dblock commented Feb 2, 2015

I would dig where the Connection: close is coming from. I bet it's another Spring filter, but I don't know of code in Waffle that does that (it could be waffle too of course).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants